How many windows in a form can have console?
Answer / guest
Only one window in a form can display the console, and you
cannot chage the console assignment at runtime.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between NAME_IN and COPY ?
what is the use of between page trigers in REPORTS... (please give answer in a explanatory way...if possible give screen shots also...)
What are the default parameter that appear at run time in the parameter screen?
What is the significance of PAGE 0 in forms 3.0 ?
What are Most Common types of Complex master-detail relationships?
How many pages you can in a single form ?
When does an on-lock trigger fire ?
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
What are the built-ins used for finding Object ID function?
How can a square be drawn in the layout editor of the report writer?
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
What is difference between open_form and call_form?