Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2006 |
| Replies: 6 Views: 6,664 It sounds like what you are trying to do is autoincrement your program id when a new program is created. Is this correct? |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2006 |
| Replies: 3 Views: 1,546 Good call Yomet! That's what happens when you don't COMPLETELY think something through before sending it off.
Cheers!
Andy |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2006 |
| Replies: 3 Views: 1,546 You should be able to fix this by checking for the existence of records before doing anything else.
In psuedo
tr = form input
move to beginning of recordset
find tr |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 3 Views: 2,175 Just an FYI, a dongle-lock is a hardware based anti-piracy that usually goes on the parallel port, or USB port. Check out http://www.safenet-inc.com/ for different options for hardware security.
... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2005 |
| Replies: 8 Views: 2,960 This should be posted in the Networking forum, but do a search on the threads first. A LOT of people have asked this before.
Andy |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2005 |
| Replies: 11 Views: 7,187 Aside from OS issues, there are also issues with the x86 architecture. They have a tendancy to lose track of time so to speak. I would think that if someone wanted to create an app that needed... |