Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgraded 2.6 to 6.0
Message
De
03/04/2001 08:58:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00491074
Message ID:
00491269
Vues:
8
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---------------------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform