Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding the OPEN TABLE dialog box
Message
From
07/12/1998 14:33:49
 
 
To
05/12/1998 11:45:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00164261
Message ID:
00164889
Views:
17
We have coded a routine, which accepts the table name / alias as its parameter, checks among other things to ensure it is 'in use'. summary of this check is:

if .not. used( m.lcParameter )

select 0
use ( m.lcParameter ) ;
alias ( m.lcParameter ) ;
Shared && may omit 'Shared' for cursor / temporary / data entry files

endif

IMHO this is not much overhead, to avoid looking 'stupid'.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform