URGENT - Paramter list [message #78153] |
Tue, 22 January 2002 11:10 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Ar
Messages: 5 Registered: January 2002
|
Junior Member |
|
|
can somebody pliz write me, how to pass parameters to form called by NEW_FORM?
i was looking in help, but unsuccessfully?
it should be something with
create_parameter_list
add_parameters
and then in new form get_parameter_list; but here is a problem, because this function return NULL, so i cannot get parameters from called form, where is the mistake?
|
|
|
Re: URGENT - Paramter list [message #78160 is a reply to message #78153] |
Tue, 22 January 2002 18:20 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dinakar shetty
Messages: 29 Registered: January 2002
|
Junior Member |
|
|
Hi
First create a parameter list in the callinf form
Ex Param lsit name '== XX
and add parameters a ,b, etc as per ur req
in the called form
in the design mode
create parameter a,b, etc what ever u have created in desdign
mode
and in the u can refer to the paramet in the new form
hope this help
other wise i will give u a detailed code
|
|
|
|