January 31, 200521 yr Hi, I have a script that needs to go to a specific field depending on certain criteria. I am using eventscript and the script triggers when exiting a field. I want the script to end with go to next field depending on which field triggered it. I have a global field that captures which field triggered it but I don't know how to go to that field when the script ends. Thanks in advance for any help
January 31, 200521 yr Commit Records/Requests [ ] Loop Go to Next Field Exit Loop If [Get(ActiveFieldName) = globaltextfield] End Loop
Create an account or sign in to comment