I am having a problem using the "ON CHANGE" clause of a get.
I want the program to run a function as the user enters data so I tried:
REDEFINE GET oGetLast VAR cLastName ID 101 OF oSearch ON CHANGE UpDateSearch() UPDATEFor some reason nothing appears in the get and if I do a MsgInfo( cLastName) it shows that no value was stored to cLastName.
If I change the ON CHANGE to a VALID (and leave the field) my function works fine but I want to check as the user types.
Any Ideas?
Thanks
Jeff
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)