G
Guest
There is a data entry form where the foreign key field,(required = yes) is
passed to the form via openargs when the form loads.
Once the form is open, if the escape key is pressed, then the this fk field
becomes Null and there is no way to recover the value passed to it with
openargs.
I have tried code on the textbox for this fk field, but nothing stops its
value from being wiped when the escape key is pressed. The form that passes
this value as openargs remains open but hidden, I thought I could code to
pass this value to the textbox for the fk field, but this doesn't work either.
There must be a way to stop this, how?
passed to the form via openargs when the form loads.
Once the form is open, if the escape key is pressed, then the this fk field
becomes Null and there is no way to recover the value passed to it with
openargs.
I have tried code on the textbox for this fk field, but nothing stops its
value from being wiped when the escape key is pressed. The form that passes
this value as openargs remains open but hidden, I thought I could code to
pass this value to the textbox for the fk field, but this doesn't work either.
There must be a way to stop this, how?