Name the two files that are created when you generate the
form give the filex extension ?
Answer Posted / krishna kumar r
.fmb - File Module Binary
.Fmx - File Module executable
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
did u received a single file or multiple files
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
how do u compile a form i.e .fmb file in Unix or in dos
what are bind variables?
if u want to delete all these detail block etc what will happen in form
where do u put the report file
What is a user exit program in oracle reports?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What are the various configuration files that are used by oracle forms?
what exactly u write in when_new_form_instance
How to create Drill down report?
what is the difference between call_form, new_form and open_form?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE