Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to release a cursor
Message
De
25/08/2005 05:34:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to release a cursor
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01043728
Message ID:
01043728
Vues:
53
Dear Experts

I get some data using following commands
SELECT CODE,DESC FROM MASTER;
WHERE LEN(ALLTRIM(STR(CODE)))=6 .AND. DESC LIKE SNAME;
ORDER BY DESC;
INTO cursor TEST15
But in other forms if I use above commands then it show following error message
Cursor name is already in use
How to release cursor name to get rid of above error message in other form?

What should I write on unload event of form to release curosr?

Please help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform