Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to 'know' current working area has/or not open table
Message
From
16/10/1998 06:23:19
 
 
To
16/10/1998 06:06:47
Man Wai Chang
Hang Hing Metal Manufacturer
Hung Hom, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147372
Message ID:
00147399
Views:
35
>>>? 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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform