Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid RecordSource?
Message
From
21/03/2007 15:17:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01206708
Message ID:
01206758
Views:
16
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform