Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing dbf's
Message
De
17/05/1999 13:09:50
 
 
À
17/05/1999 13:05:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00219666
Message ID:
00219675
Vues:
24
>i am using something like this
>select a
>use filename
>set index to
>commands
>(but right here i want to close it)

OK, but you still shouldn't do the SELECT a.

Try it this way:
SELECT 0          && SELECTS next available workarea
USE filename      && This will give a default alias of "filename"
SET INDEX TO ...
commands...
USE IN filename   && this will close your file no matter what the current workarea is
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform