Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids & CursorAdapter CursorFill()
Message
From
07/01/2011 22:44:56
 
 
To
07/01/2011 02:16:27
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01494587
Message ID:
01495218
Views:
102
Tore,

Have you tried with a dummy cursor as an intermediate stage? Since VFP usualy will be smart enough to use the same cursor again, the delay may be zero. Something like
myCA.CursorFill()
select * from (myCA.Alias) into cursor curdummy
SELECT Tempcursor    && where Tempcursor is the 'permanent' RecordSource of myGrid
ZAP
APPEND FROM DBF(curdummy)
myGrid.Refresh()
myGrid.SetFocus()


I will try this out. Forgive my ignorance though, but what is the wisdom or logic behind having to do an intermediate cursor?

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform