October 13, 200223 yr How do you use two scripts for one button for instance I would like to go to layout 1 Record 2 when a specific button is depressed. Thanks Don
October 14, 200223 yr for instance I would like to go to layout 1 Record 2 when a specific button is depressed A script may be composed of a series of steps which are each performed in sequence. Thus a very short and simple script may have two steps, as follows: Go To Layout ["TheLayoutYouSpecify"] Go To Record/Request/Page [Next] In this sense a script is a collection of commands. When you attach such a script to a button, all the commands will be performed in sequence whenever the button is clicked.
Create an account or sign in to comment