January 20, 200521 yr Newbies Does anyone know a way to go to, or choose a field, based on a script parameter?
January 20, 200521 yr 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
Create an account or sign in to comment