Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resequence table by ID number field not working?
Message
De
03/10/2001 11:22:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00563636
Message ID:
00563642
Vues:
18
>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.

This code doesn't do anything. What is it supposed to do?
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform