Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to 'know' current working area has/or not open table
Message
De
16/10/1998 06:23:19
 
 
À
16/10/1998 06:06:47
Man Wai Chang
Hang Hing Metal Manufacturer
Hung Hom, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00147372
Message ID:
00147399
Vues:
36
>>>? dbf()
>>>? used()
>>...and don't forget ALIAS()
>
>I have NEVER used alias() before.
>I usually use select() instead. Will
>you forget about the alias you created? :)

If we concentrate us on the original question, knowing if anything is open in the currently selected area, using select() alone won't help.
 lcOpenArea = ALIAS(SELECT())
IF EMPTY(lcOpenArea)
  * No table/view/cursor is open 
ENDIF
Danijel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform