dharkin Posted October 13, 2002 Posted October 13, 2002 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
SteveB Posted October 14, 2002 Posted October 14, 2002 Scripts can call other scripts using the Perform Script step.
CobaltSky Posted October 14, 2002 Posted October 14, 2002 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.
Recommended Posts
This topic is 8081 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