Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page frame and free tables
Message
From
31/10/2002 12:30:25
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
 
To
31/10/2002 10:51:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00716909
Message ID:
00717404
Views:
12
Gordon:

So, instead of just refreshing the RecordSource for the Grid you have to do all the columns individually? Is this because the new Cursor really has a temporary name given by the System that doesn't match the old name?

Just curious, thanks,

-Irv.

>When you run a select statement which already has a cursor attached to it, the old cursor is destroyed and a new one takes it's place. This may or may not be in the exact same workspace. Your grid control then loses it's connection with the "controlsource".
>
>A simple refresh of the ControlSources should make the grid work again. Also comment the code so that some time in the future you don't delete it because it looks so stupid. By the way, I ran into this exact same problem.
>
>* a stupid but necessary loop
>FOR i = 1 TO grid.columncount
>grid.columns(i).controlsource = grid.columns(i).controlsource
>ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform