Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Firing a lookup in grid
Message
From
20/06/1999 20:01:04
 
 
To
20/06/1999 19:34:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231958
Message ID:
00231961
Views:
13
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).
Previous
Reply
Map
View

Click here to load this message in the networking platform