Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with PACK Command
Message
 
À
09/06/2004 03:50:27
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00911564
Message ID:
00911577
Vues:
24
As Mike pointed out in his reply: "If the USE fails and your error handler isn't handling it properly or the user chooses to ignore, they'll get that error when the PACK fires."
I suggest also modify line
use_string = SYS(5)+CURDIR()+'\data\'+ALLTRIM(dbfarray(stepx,1))
with
use_string = SYS(5)+CURDIR()+'data\'+ALLTRIM(dbfarray(stepx,1))
Note the backslash missing from 'data\" because CURDIR() already end the returning string with a backslash so you double it... maybe this was the error that from some reasons did not "fire" and you try PACK with no table open...
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform