Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Firing a lookup in grid
Message
De
20/06/1999 20:01:04
 
 
À
20/06/1999 19:34:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00231958
Message ID:
00231961
Vues:
14
Hi Randy,

You could check GetFldState() in the LostFocus() event to check if the field has been modified, if you are using row/table buffering.

Ex.: LostFocus()
IF InList(GetFldState("ThisField"), 2, 4)
   *-- Do a lookup
ELSE
   *-- Cell not modified
ENDIF
HTH

>Hi... In my grid, I do a lookup. I have this programmed in the lost focus event of my data cell. I really want the lookup to fire when the contents of the cell has *changed*.
> I have in my mind the old :v=proc() of a 2.6 browse, *without* the :f (force).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform