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:33:48
Man Wai Chang
Hang Hing Metal Manufacturer
Hung Hom, Hong Kong
 
 
To
16/10/1998 06:23:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147372
Message ID:
00147401
Views:
36
>>I have NEVER used alias() before.
>>I usually use select() instead. Will
>>you forget about the alias you created? :)
>knowing if anything is open in the currently selected area,
>lcOpenArea = ALIAS(SELECT())
>IF EMPTY(lcOpenArea)
> * No table/view/cursor is open
>ENDIF

Too complicated. just check dbf() will do.
if you prefer, use dbf(select()).

Anyway, I found it quite funny if you just
forgot the alias (assigned by YOU) used to
open the last dbf(). Maybe you should just
close all and re-open the tables.
Regards,
Mr. Man-wai Chang
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform