Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parameter in Call_Form

858760Nov 27 2011 — edited Nov 27 2011
Hi,
Oracle db10g,Oracle 10g,Windowsxp


I call a form by Call_Form and i pass parameter List to new form .
I try to resest one of this parameter in the called form and i try to pickup this value from the caller form
but the value is not resest.


V_PList_Id := P_1_Create_General_Param_list('Parameter');

Add_Parameter(V_PList_Id,'Par_SLogo',Text_Parameter,'1');

Call_Form('Nvs_Registration_Logo.fmx',
No_Hide,
No_Replace,
Query_Only,
Share_Library_Data,
V_PList_Id);

Get_Parameter_Attr(V_PList_Id,'Par_SLogo',V_Out_Type,V_Out_Secure_Value);


Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2011
Added on Nov 27 2011
3 comments
3,212 views