HELP: to pass parameters between forms in forms personalization [message #232981] |
Tue, 24 April 2007 06:23 |
lunatic8806
Messages: 10 Registered: March 2007
|
Junior Member |
|
|
Hi,
Sorry for intruding your mailboxes. We have a requirement where we have to pass parameters between forms in forms personalization.
A custom form should be opened and parameters have to be passed from the existing form to the custom form. If anyone has any pointers on how this can be done it would be of great help.
I am assigning the parameters as shown below
Xxom_vlvs_sales_order_no = :Global.sales_order_number
Xxom_vlvs_line_id = :Global.line_id
Where Global.sales_order_number and Global.line_id are the global variables that I have created
And Xxom_vlvs_sales_order_no and Xxom_vlvs_line_id are my form parameters.
The problem with this assignment is that the value in the global variable is not getting assigned to my parameters ,instead the string is getting assigned. Please suggest some methods to solve this problem
|
|
|
|