Trapping field entries

Has anyone used the “OnInputChange” trigger to access what a user is typing into a field prior to them exiting the field? If so, what variable is used to access the text before the user leaves the field?

You have a field say “Amount” Now if you write a OnInputChange for that, then it will fire for every press of key in that field. You can access the values from the variable Rec and xRec. I hope this is what you asked for.

This doesn’t work. On my system (2.01) the values in rec & xrec do not change until the entry has been completed.