Newbies MBSSC Posted January 20, 2005 Newbies Posted January 20, 2005 Does anyone know a way to go to, or choose a field, based on a script parameter?
andygaunt Posted January 20, 2005 Posted January 20, 2005 Well, one way could be to run a quick loop through the fields on a layout (all fields must be in the tab order) Go To Field [specify a field on the layout] Loop Exit Loop If [ Get ( ActiveFieldName ) = Get(ScriptParameter) Go To Next Field End Looop # Now perform your task on the field that was specified by the script parameter
Newbies MBSSC Posted January 21, 2005 Author Newbies Posted January 21, 2005 Great idea, thanks, I'll give it a try.
Recommended Posts
This topic is 7249 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now