Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving VB3 app into VB5

Status
Not open for further replies.

IagreeOK

Programmer
Mar 11, 2001
3
US
Hi, I am moving an application that I wrote in vb3, or attempting to anyways, into VB5. VB5 will not allow for the Global declaration of Tables and Snapshots. How do I make these global variables in VB5. Thank You
 
Well just make them recordsets. Thats the least of your problems. I've done this. Not too bad. I just used a text editor and did global replaces on the control names. Well I actually pretended they were a C project and just ignored all the error boxes. The C ide can do global search and replace on all files in a project.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top