reenter statement

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

reenter statement

Post 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
Best
Ari
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: reenter statement

Post 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.
Attachments
reenter-onfocus-test.zip
(2.48 KiB) Downloaded 193 times
Post Reply