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:26:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00787904
Message ID:
00787907
Vues:
21
>why popup anyway with the following...
>close all
>on error llError=.T.
>*- mytable is not used -*
>select * from mytable


It's a normal behavior, to avoid it, send your resultant cursor to something else like ARRAY or explicit cursor.
SELECT * FROM myTable INTO CURSOR myCursor
SELECT * FROM myTAble INTO ARRAY laMyArrar
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