Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids, Views and GotFocus
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00085266
Message ID:
00085299
Vues:
30
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform