Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgraded 2.6 to 6.0
Message
From
03/04/2001 08:58:45
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00491074
Message ID:
00491269
Views:
9
Thank you for your quick response, however, I did not have access to the program at the time and was not able to give a more detailed response.
I am a Web Developer who has used Access for a long time and had previously did a little work with Foxpro 2.6. However, I recently was given a project to convert a 2.6 foxpro program to visual basic 6.0. My question was why??? they didn't have an answer so I proceeded to do an upgrade. Now, any time I try to update the database, i get a cannot update cursor. If I run the code (I.e. I don't complie it, i hit the exclamation point (Run (CTRL + E))), It runs fine, but when I complie the EXE, the prog fails... Here is the code:

-----------BEGIN--------------saveset.prg---------------------
=packit('setup')
=packit('setchem')
=packit('chemical')
=packit('riskexp')
=packit('default')
-----------END--------------saveset.prg---------------------


-----------BEGIN--------------packit.prg---------------------
PARAMETER whichdbf

CLOSE ALL

WAIT 'Packing ' + whichdbf WINDOW NOWAIT

USE &whichdbf
EDIT FIELDS
PACK
USE

RETURN
-----------END--------------packit.prg---------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform