Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating temporary cursor
Message
De
10/08/2016 17:21:54
 
 
À
10/08/2016 17:13:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01639349
Message ID:
01639350
Vues:
143
This message has been marked as the solution to the initial question of the thread.
J'aime (1)
CREATE CURSOR .... (See Help for exact syntax)

or

SELECT Column1, Column2, Column3 from SomeTable WHERE .T. = .F. INTO CURSOR newCursor READWRITE

or

AFIELDS(laColumns, "theAlias")
CREATE CURSOR FROM laColumns



>Is there any way to create a temporary cursor, as one would with SQL Select when 'selecting' data, but an empty file with a defined structure, like you would do with regular vfp commands? As in use a file, and Copy Structure To, but to a temp cursor. I know I can copy to a temp table, and delete that, but I don't want to do that if I can help it.
>
>Many thanks!
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform