Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids, Views and GotFocus
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00085266
Message ID:
00085299
Views:
26
>I have a grid based on a view and I need to requery it every so often. When I do this the grid which uses the view runs a "gotfocus" and updates a keyvalue property of the grid.
>
>I want the gotfocus to update the property but only if the user has done something to the grid, NOT if they've clicked on another button, pageframe header etc.
>
>How should I best separate these instances?
>-Sarah

Sounds like something you can use .AfterRowColChange() event for. You can set some property with the new value and if it's different, run your query.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform