Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to avoid the open table window popup ?
Message
 
 
À
13/05/2003 16:53:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00787904
Message ID:
00787943
Vues:
24
> 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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform