Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid RecordSource?
Message
De
21/03/2007 15:17:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01206708
Message ID:
01206758
Vues:
17
>>Thanks Naomi. How do I use that?
>
>In the form's load create a cursor with needed structure using
>select 0
>CREATE CURSOR crsRecords (....)
>index on MyField tag MyTag
>
>Get your data into temp cursor, such as crsTemp.
>
>then
>zap in crsRecords
>insert into crsRecords select * from crsTemp
'Select 0' is not required, cursor will be created in lowest available work area
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform