Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping Open File
Message
 
 
To
16/04/2004 05:55:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00895456
Message ID:
00895508
Views:
14
Francesco,

You can make sure the table is open by using the used() function.
if ( used( "xyfile" ) )
   select...
else
   * error condition
endif
>Is it possible to avoide or better to trap the openfile automatic calling when the code "select * from xyfile" don not find the the riquired files?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform