Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free table
Message
 
 
To
04/07/2000 03:02:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00387965
Message ID:
00387997
Views:
16
>how do we check programmatically whether a table is a FREE TABLE or not?
>TIA
IF EMPTY(CURSORGETPROP("DATABASE","Your_table_name"))
    MESSAGEBOX("FREE TABLE")
ELSE
    MESSAGEBOX("NOT A FREE TABLE")
ENDIF
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform