Parameter in Call_Form
858760Nov 27 2011 — edited Nov 27 2011Hi,
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,