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:
- Code: Select all Expand view
REDEFINE GET oGetLast VAR cLastName ID 101 OF oSearch ON CHANGE UpDateSearch() UPDATE
For 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