Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing dbf's
Message
De
17/05/1999 22:08:09
 
 
À
17/05/1999 16:45:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00219666
Message ID:
00219876
Vues:
20
>it looks like that just opens a new file in the current work area i want to open in a seperate one and close in that same one that i opened in
>would that still do the same thing for me


If you want to open a table in an already used area, do:

SELECT aliasname
USE filename

This will open the new table (with the alias "filename") in the same area that the old table (alias "aliasname") used to be in. Now only 1 table is open in 1 area.

If there is already a table open with the alias "customers" and you want to close "customers" and open the new table "invoices" in the same area:

SELECT customers
USE invoices
Fred
Microsoft Visual FoxPro MVP

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

Click here to load this message in the networking platform