Hi,
I have form designed in R5. On the form i have a field which has got some code on its exiting event. when ever i tab out of the field the exiting event is getting fired 3 times (when i do this on R 8.0.2) but when i do the same on a R5 client the exiting event gets fired only once as expected.
can any one tell me why the exiting event is getting fired 3 times on R 8.0.2
Regards,
Amit
Subject: field exiting event getting fired 3 times
I am having the same problem with 8.5.1. Hoping to see a response to this.
Subject: Exiting Event Getting fires 3 times
Hi,
This happens due to the statement ‘uidoc.Gotofield’ method. Please check on ur exiting event code if uidoc.Gotofield is used. Try commenting that piece of code and it should work fine.
Thanks & Regards,
Amit Thakur
Subject: Having the same issue with gotofield
clicking to other field works fine. using tab key fires the exiting event 3 times. any fix or workaround for this yet? on 8.5.1 client
ok we found a workaround. apparently this is only an issue with Native OS fields. the workaround is to put a notes style field between the native OS fields then the uidoc.gotofield works.