Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Records disappearing from grid during scroll
Message
From
05/04/2007 12:25:44
 
 
To
05/04/2007 11:49:27
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01212544
Message ID:
01212573
Views:
12
Tried that and the records are still disappearing. Copied the code used to load the grid below.

ThisForm.Pageframe1.page2.grid1.RecordSourceType = 1
ThisForm.Pageframe1.page2.grid1.RecordSource = ''

SELECT * FROM C_RESULTS INTO CURSOR C_DISP WHERE !DELETED() READWRITE


ThisForm.Pageframe1.page2.grid1.RecordSourceType = 1
ThisForm.Pageframe1.page2.grid1.RecordSource = 'C_DISP'
Previous
Reply
Map
View

Click here to load this message in the networking platform