Page 1 of 1

reenter statement

Posted: April 22nd, 2019, 12:45 pm
by AriSilva
When issuing the reenter statement for the same field (no arguments), the preproc is sot executed (as explicitly written in the help), and apparently the onfocus is not executed either, since the focus did not leave the field.
Is there a way to execute some previous commands when reentering the same field? (other that returning t a previous field).
Best
Ari

Re: reenter statement

Posted: April 23rd, 2019, 10:32 am
by Gregory Martin
The onfocus should always be executed, regardless of whether the reenter comes from a future field or from the same field. See the attached test application ... the onfocus is always executed.

If it is not executed in your application, it must be due to some quirk in your program. You can send us the program and we can look at it.