how do u compile a form i.e .fmb file in Unix or in dos
Answer / Rajendra Prasad Meena
In Unix, use the pl/sql compiler to compile an fmb file by executing the following command: sqlplus /nolog username/password @form_name.fmb. In DOS, use the same command but replace the forward slashes with backward slashes: sqlplus /nolog username/password @form_name.fmb
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a radio Group?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
Is it possible to attach same library to more than one form?
What is the use of Validation triggers in Reports?
While specifying master/detail relationship between two blocks specifying the join condition is a must ? True or False.
how to eliminate duplictes in column except group and section?
in compatibility in report registration?
What is a master detail relationship?
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
what is a package n what r the packages availbla in report
What is a canvas in oracle forms?
Can you attach an alert to a field?