InterviewSolution
Saved Bookmarks
| 1. |
How Do You Make Your Own Query When You Are In Forms Query Mode? |
|
Answer» You can use a PLACEHOLDER to achieve this. If you enter a single colon ( : ) in ONE of your query fields during the Enter Query mode, ORACLE Forms Run Query will prompt you to enter the text of SQL Where clause. You can use a placeholder to achieve this. If you enter a single colon ( : ) in one of your query fields during the Enter Query mode, Oracle Forms Run Query will prompt you to enter the text of SQL Where clause. |
|