Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with PACK Command
Message
 
To
09/06/2004 03:50:27
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00911564
Message ID:
00911577
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform