|
Re: forms parameters [message #87831 is a reply to message #87777] |
Tue, 15 February 2005 09:00 |
guna
Messages: 7 Registered: February 2005
|
Junior Member |
|
|
U need to create a parameter list using CREATE_PARAMETER_LIST, and add the values u want to pass using ADD_PARAMETER.
Now that the parameter lis is ready
u can call the form using call_form(formname,hide,no_replace,no_query_only,parameterlist);
here the arguements hide,repalce,query only are the modes of calling the form which handles the called form and calling form behavior
Is this sufficient or u want it with illustration????
Guna
|
|
|
|