50 likes | 61 Views
Learn how to create, run, and manage trigger parameters in Forms to launch reports efficiently. Follow the steps to program the trigger for seamless report execution.
E N D
Launching a Report from Forms Programming the Forms Trigger
Programming the Trigger • Declare a parameter list in the declare section • Create a parameter list • If a parameter list exits, it must first be destroyed • Add a parameter to the parameter list • Run the report
Program a trigger (when_button_pressed)
Creating a Trigger Declare a local variable with a parameter list type Determine if the parameter list exists If the parameter list exists, destroy it Create a new parameter list
Creating a Trigger Add a parameter to the parameter list Run the product and send the parameter list