Do I have put this in a frame?
APPLY "ENTRY":U TO txtFill IN FRAME fraTest.
RETURN NO-APPLY.
I have this code in a trigger and the return no apply seems to kill the trigger. Then basically I can't update my temp table. So if I put this validation in a frame I think it might work. I have multipile fields that I need refocus to if no data is entered into the fields.
field 1 no entry go back to field 1. Field 1 is okay go check out next field. Basically refouscing to the field that needs data.