Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restoring SET INDEX
Message
 
À
19/10/2009 13:40:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01429897
Message ID:
01429900
Vues:
60
>Hi All:
>
>I have the following code:
>
>
>USE e_file
>SET INDEX TO x, y
>? SYS(14, 1)   &&returns "E_NO"
>? SYS(14, 2)  &&return "E_NAME"
>? SYS(14, 3)  &returns ""
>
>
>Is there a function that will return the .IDX file name, not the key field? I need this so that I can close the table, do some manipulation and then reopen as:
>
>
>use
>
>....code....
>
>use e_file
>set index to &indexlist
>
>
>And yes, I must use IDX files. It's an old system I'm working on.
>
>Thanks,
>
>Yossi
? SET("Index")
I didn't use SET INDEX from so many years :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform