Using a Database vs. Random Access Files
Question: Should I use a database for storing info, rather than random access files? The info I need to store could be rather large. I also will need much more
Question: Should I use a database for storing info, rather than random access files? The info I need to store could be rather large. I also will need much more
Question: Our firm would like to integrate our Configuration Management tool into VB. I understand some vendors outside of Microsoft have suceeded in adding links to their product via a
Question: I am trying to make a financial calculator that will compute Future Value,but I don’t know how to write code for compounded interest. Answer: I believe you want to
Question: We have a big complete hospital system written in ClipperWe had looked at VO, but that does not seem to be the way to goWe will now concentrate on
Question: I just wrote my first VB4 program, the “Hello World” program out of the SAMS book, “Learn VB4 in 21 Days”. My question is this: I compiled my program
Question: How do you save the choices when changing forms and shutting down the program. Do I have to use a module to store the changes? Answer: If you have
Question: We are developing a decent sized application in VB with a couple of programmers. We are looking for a way to have all of the programmers work on the
Question: If a user closes an application via the control box at the top LH side of a window, I would like to offer the user 3 choices:They can save
Question: I see that an input box appears to maintain a focus on one the command buttons even when entering text. How is this done? Answer: What you are seeing