Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resequence table by ID number field not working?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00563636
Message ID:
00563639
Views:
15
>Here's my code to resequence my table that is inside of a .PRG program:
>
>************************
>* Resequence Help file *
>************************
>helpfiledbf  = "c:\datadict\masthelp.dbf"
>USE (helpfiledbf) IN 0 SHARED
>SELECT masthelp
>SET ORDER TO contextid
>SELECT masthelp
>USE
>
>
>If I do this same set of commands in the command window, it works fine!
>What could be wrong? Thanks for helping.

What's the error? There's nothing wrong with the code syntax...
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform