Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: SELECT ignore cursor's table
Message
De
01/04/2005 08:53:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
BUG: SELECT ignore cursor's table
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01000615
Message ID:
01000615
Vues:
79
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform