Hi guys, Im trying to find a quick method of setting the index of a combobox - based on matching text. The only way I can think of is by setting the combobox...
You could cheat and put the combo elements in an array as well: Dim combodata(2000) for n = 0 to 2000 ComboBox.AddItem n combodata(n) = n next when searching: ...
Hi styskul, that was my back-up plan! I just wanted to see if there was some other trick available first. i.e something like Combobox.index(n).Text - to return...
Unfortunately, VBScript doesn't seem to share it's big brother's nice List property. It's too bad, because that would certainly make using combos easier....
Is there any way to stop SQL from creating a new database, if the database file you are trying to open cannot be found? If there is a problem with an existing...
Nope. What you have to do instead is: AddObject "FileSystem" if FileSystem.Dir(PathAndFile) = "" then MsgBox "Database does not exist" else 'Do whatever here ...
this is real pragamme, hi group friends, this is a real programme to earn freemoney online. i rceveing daily $150 dollars.there are not telling any lie. there...
Hi guys, I have a few more quick SQL questions that Im hoping someone can answer. 1. Is it possible to assign a password to an SQL database during its ...
well ive been busy the last few weeks moving into my brand new house...i never thought i would get such a good deal until i found...
erika-haven949@...
Feb 2, 2007 5:57 pm
2051
With military singles, you can taste a different kind of love. Special ones are always online waiting for you to creat a great romance. Wanna taste, then come...
well ive been busy the last few weeks moving into my brand new house...i never thought i would get such a good deal until i found http://nameusout.info/rbop ....
erika-haven949@...
Feb 4, 2007 10:01 pm
2053
We've released NS Basic/Desktop 3.0! It has over 40 enhancements and bug fixes. Major new features are support for Vista, SQLite 3 and a number of new...
Hi, I just downloaded and installed the new version 3.0 in a recently formatted computer with not NSBasic Desktop formerly installed. The installation went...
Hi Jose, It looks like the old version \Windows\System32\NSBAddScript.dll did not get deleted during installation. Do an uninstall, delete this file, then...
COLD CHAIN MANAGEMENT STOCK.. Symbol: TFZP Price: .11 LOOK AT THE CHART!!! READ THE NEWS!! DO YOU KNOW THIS INDUSTRY? THE POTENTIAL? WATCH IT LIKE A HAWK...
erika-haven949@...
Feb 9, 2007 1:05 pm
2057
Hi George, Well, I did follow what you said: Uninstalled and installed it again, but not joy, exactly the same error. The file NSBAddscript.dll installed in my...
Try uninstalling again, then search for all files named NSBAddScript and delete them. fnAddscriptV is a new subroutine that is only in the latest NSBAddScript....
Hi George, Done and working, thanks very much!!! Jose Adell ... De: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] En nombre de...
I tried to install the new 3.0 the first night it was available. Had problems. Received the following error message after installation. "Unable to get TypeLib...
I had the same problem when beta-testing NSB Desktop 3.0 but I thought my problem was OS-specific. Although I installed NSB Desktop 3.0 to the default folders,...
... George, Unfortunately, I think it will create some irritating problems for all of us over the near term. MS made some bad decisions about how the Vista OS...
Hi George, can you please confirm what the latest version number of NSCEPictureBox is please George. I believe I may be experiencing different results at work...
Hi, Just playing with version 3 a little and trying to assign a non valid value to a textbox appearance property (I tried 2) the program gives a warning:...
Hi, Firstly I do apologize for sending a former post without to be finished and with wrong subject. And now the problem: I was playing a little with version 3...
Has anyone managed to get the NSCEPictureBox Key events working? Tried the following but with no luck, on version 2.5 or 3 Sub Chart_KeyUp(KeyCode, Shift) ...