Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid: The mystery of the disappearing refernece (5.0)
Message
From
08/09/1997 12:04:05
 
 
To
08/09/1997 11:54:10
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00048966
Message ID:
00048970
Views:
68
>I have a form with a two grids. The grids are both children of a controlling table whose records are displayed in textboxes.
>
>The second grid sometimes has a filter set based on the displayed records of the first grid which also has a conditional filter.
>
>When I'm scanning through the master table, everything is fine. I can turn the various filters on and off and both grids display properly.
>
>But, when I edit the first grid (that's where all edits on the form are, all other controls are read-only), the second grid blanks out. The relationship is still there, but the grid won't display anything.
>
>Q: Can a grid be reinitialized? Or is there some other way I can prevent this from happening? Please help me.
>
>TIA

Yes, you can reinitialize grid by:
cRecsource=Thisform.Grid1.recordsource
Thisform.Grid1.recordsource=""
Thisform.Grid1.recordsource=cRecsource
Sorry, I cannot give you more answers, because as you remember, I don't use temp relationships and prefer to use cursors (just because they are 'independent') as grid.recordsources.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform