Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to avoid the open table window popup ?
Message
From
13/05/2003 17:24:25
 
 
To
13/05/2003 16:53:03
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00787904
Message ID:
00787943
Views:
26
> then the open dialouge will not show.
>Again not understood!!! The 'table not used' is part of the test.
>I want to control the popup open dialogue. I ask how to NOT show
the open dialogue when my table is not open?


I think the problem is your table isn't in the path, not by is open or not.
You could check if the table isn't in the path...
   IF !FILE("Mytable.dbf")
       * Bring up your custom message
   ELSE
      SELECT * FROM myTable 
   ENDIF
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform