Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making CursorFill() append records
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01512255
Message ID:
01512259
Views:
64
Change the query that it pulls both sets of records.

>
>Can I call CursorAdapter method CursorFill() so that it adds records to the current cursor, instead of overwriting the existing records?
>
>Here is what I am trying to do:
>
>Say I have a cursor adapter object that gets records from a base table. So, suppose, now the cursor has some records (or maybe none). Then I specify a different SQL select expression in the property .SelectCmd and call CursorFill() again. Typically the CursorFill() would get new records and overwriting the existing ones. I want the resulting cursor to have the initial records plus the ones added with the second call to CursorFill(). Is this possible? If so, how?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform