Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to 'know' current working area has/or not open table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00147372
Message ID:
00147728
Vues:
43
>many command such as skip, afields(), need current working area.
>
>but how can I know the area is exist table/view/cursor or nothing at all.

Justok,
If you want to find the correct area for a file, use Select('MyTable')

IF select('MyTable') = 0
USE Mytable
ENDIF

SELECT MyTable

Now you know you're in the right area.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform