September 1, 200916 yr Hello I have a scrip trigger to go to a field onobjectexit. But when I tab out of it goes to the first field on the layout not the field in the scrip. Anybody know what I'm doing wrong. Thanks
September 1, 200916 yr What's happening is that the script is triggered, and THEN the original event (tabbing to next field) happens. Some script triggers behave this way, others vice versa. You can make it work the way you want by adding a script step: Exit Script, with a result of "False"
Create an account or sign in to comment