Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
You said you wanted highlighted grid row...
Message
 
To
21/09/2000 16:23:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00418865
Message ID:
00419359
Views:
18
>Nick, you sold me! It works great. One problem though. I'm on VFP5 and I was reading your readme.txt file. Your saying to issue this:
>
>GridHighlighter.SetDynamicColor()
>grid.refresh()
>
>Where do I issue this code, in what method of what object. I have a one-to-many form with a grid. I'm trying to get the top detail record to be highlighted in the grid when moving from one record to another.
>
>Joe

There I meant changing of the Grid Highlighter properties on the fly to turn highlighting on/off.
In your case I think it is enough to just call childgrid.AfterRowColChange(), or set focus to the child grid for a moment and return it back to the calling control. You should be doing that in parentgrid.AfterRowColChange() if you have it, or call it from your navigation buttons.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform