Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids and SQL Server
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01223538
Message ID:
01223556
Views:
16
>>You could use different cursors (could be the same structure): one as grid's recordosurce, another to accept data from the server; and you have a form's method where you refill the recordsource:
>>
>>set safety off
>>zap in gridalias
>>set safety on
>>insert into gridalias select * from sqlalias
>>thisform.mygrid.setfocus
>>
>
>Yeah, but refreshing the Child cursor shouldn't effect the Parent in any way. My child grid actually works just fine with the current set-up...

You should do it with both grids, i.e. don't override their recordsources, just use Zap and Insert.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform