What is the process to call a report from a form of current record of the form whth out parameter form?
What is the correct sequence of firing triggers in Forms1) Pre-form2)Pre-block3)When-new-form4)When-validate-item5)Post-block
How can i open Windows Common Dialog Boxes(OPen,Save,Print) throgh a Button Push from Form?Thanx in Advance!!!
Latest Answer : You can create a record group using your query in the form. Then you can pass record group as data_parameter to the report. This way query in the report will get replaced by the record group query passed from forms. ...
Latest Answer : use this ...
Latest Answer : Using Text_IO package the form data will store in Excel sheet ...
What are the triggers that fires at form level, block level and item level at the time of query execution and What is the heirerchy
Latest Answer : Design Editor ...
we can restrict duplicate entries in the form cheak which coloum can be maintained uniquenessfor that coloumn item text write a trigger when_key_navigatedeclaree_empno number(5);cursor c is select * from
How to convert the oracle reports to excel sheet from oracle form which is already parametrized on the basis of report's parameters?