adspace
Answer Posted / Tajuddin
To place a report file (.frm) in the appropriate folder for Oracle Forms, follow these steps:
1. Locate the folder where you want to store the form report. This could be within your project's source code directory or any other specified location.
2. Copy or move the .frm file into that folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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