Newbies MBSSC Posted January 20, 2005 Newbies Share Posted January 20, 2005 Does anyone know a way to go to, or choose a field, based on a script parameter? Link to comment Share on other sites More sharing options...
andygaunt Posted January 20, 2005 Share 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 Link to comment Share on other sites More sharing options...
Newbies MBSSC Posted January 21, 2005 Author Newbies Share Posted January 21, 2005 Great idea, thanks, I'll give it a try. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6634 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