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 16:30:55
 
 
To
13/05/2003 16:26:51
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00787904
Message ID:
00787907
Views:
24
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform