Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: SELECT ignore cursor's table
Message
From
01/04/2005 08:53:42
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
BUG: SELECT ignore cursor's table
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01000615
Message ID:
01000615
Views:
77
CLOSE TABLES ALL
CLEAR
CREATE TABLE MyInternalTable FREE (aa i)
? DBF('MyInternalTable'),ISEXCLUSIVE()
* 
SELECT * FROM DBF('MyInternalTable') INTO ARRAY ZZZ
USE
CREATE CURSOR MyInternalTable (aa i)
? DBF('MyInternalTable'),ISEXCLUSIVE()
* BUG: NEXT OPEN A DIALOG !
SELECT * FROM DBF('MyInternalTable') INTO ARRAY ZZZ
USE
Next
Reply
Map
View

Click here to load this message in the networking platform