Report Printing code in oracle forms 11g With parameter
DECLARE
v_parameter_id PARAMLIST;
v_report_title VARCHAR2(200) := NULL;
v_finyear_title VARCHAR2(200) := NULL;
v_branch_title VARCHAR2(200) := NULL;
v_period_title VARCHAR2(200) := NULL;
v_report_code ...
Wednesday, 10 December 2014
undefined
undefined
Report Printing in EXCEL and PDF format in oracle forms 11g
Posted by Unknown in Oracle
2 comments
undefined
undefined
Auto refresh form in oracle forms and reports 11g
Posted by Unknown in Oracle
14 comments

This is the code show how to auto refresh the values shown in the form it will auto refresh in every 5 min or given time and display the result.
1) you need to design the form as per your requirement
2)then you need to write code in two trigger
a).WHEN-TIMER-EXPIRED
b).WHEN-NEW-FORM-INSTANCE
a).WHEN-TIMER-EXPIRED...
Subscribe to:
Posts (Atom)