Has anyone successfully used the Smart Print Control from VBGold software? I need to do a mail merge type of printing function from a SQLite3 database using...
I need to write a program where only One of the five Checkboxes can be positive.If you check one box other Checkboxes should clear. The following code fails: ...
How do I create Vertical scrollbar that can show the full picture that is say larger than desktop windows? Do I use Picture box and where do I place the scroll...
Hi George, I can no longer use the 'degree' symbol in label captions. Previously if I wanted to use a degree symbol in a label text then I would copy the...
Lily - stop posting this shit on here, otherwise I'll post a program on here that will allow any user to send you 10,000 spam emails a day, every day...
Thanks George, I have a few other bugs that I've noticed. I'll post them as soon as I get home (about an hour). Kind Regards Mike ... hours. ... captions. ... ...
Why of course George. You could even post it as a tech note :) I am tempted to post such a program though. Think it would give us all a bloody good laugh! ... ...
Better option - a program that connects to their website and generates 10,000 orders an hour, filling the cart with "one of everything", using the spammer's...
Hi Michael,
Please post such a program! I suspect though that the address is either fake, or belongs to someone who'se computer has been hijacked. I'll...
That is part of the spam game, to determine if the email address replies and then sell the address to 1000's of other spammers. Personally I think all spam...
Hi George, have a few more bugs for you here. Test System: Windows XP with all Service Packs 1. Setting an objects Tab Order within the IDE causes NSBASIC to...
I've been playing around with the Error checking routines so as to better understand them (still dont!). Using the example below I would have expected the...
Forgot to add this in original post. Can you please comment on this George. This is a snippet from the SQL example provided with NSBASIC Sub createDatabase Dim...
Hi Michael,
Perhaps I'm mentally blocked, but what's wrong with your file name? I would expect it works 1st time as you open the file for output, thus creating...
Michael,
I think in this case On Error... was used so that the program can continue even if the table already exists and CREATE ABLE fails.
Thomas
-----...
Hi Thomas, yes it does seem that I'm mentally challenged today! It is indeed creating the text file, despite giving the error, hence the error message only...
Hmmm. That would seem to make sense, but George has used the On Error Resume Next in front of every other statement where he is writing to, or querrying the...
I believe the idea there is to let the SQLite component handle the error trapping rather than allowing NSBasic to do it. That's why he calls the On Error GoTo...
Hello Michael, I have no solution to this, but it seems that the "CreateTextFile" raises an error (or at least sets "Err" to a non zero value) even when it...
Hello Michael, sorry to answer myself (partially). Here's something like a solution, at least a partial one: The error is not from the "CreateTextFile"...
The reason Err.Number is set to 5 right away is because of code that you don't actually see unless you save your project as a text file. Each form has a Show...
We've released NS Basic/Desktop 3.0.2. It has a number of bug fixes/ The complete list is here: <http://www.nsbasic.com/desktop/info/enhancements.htm> It is a...
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...