What is Post-Block?
Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?
How cost of one Forms created & Report Created?
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
How can we generate report output in excel format?
Explain the various types of oracle report?
What are modalless windows?
List the windows event triggers available in Forms 4.0?
how to pass 2 parameters from one form to other in oracle applications?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
What ERASE package procedure does ?
what r the various types of reports
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement