How do you pass the parameters from one form to another form?

 To  pass  one  or  more  parameters to a called form, the calling form must perform  the  following steps in a trigger or user named routine execute the create_parameter_list built-in function to programmatically.     Create  a  parameter  list  to  execute  the  add  parameter  built-in procedure to add one or more parameters list.     Execute  the call_form, New_form or run_product built_in procedure and include  the  name  or  id of the parameter list to be passed to the called form.

Showing Answers 1 - 6 of 6 Answers

Shital Mistry

  • Aug 11th, 2012
 

Calling form must first create parameters under the parameter node.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions