adspace


How do you display console on a window ?

Answer Posted / guest

The console includes the status line and message line, and
is displayed at the bottom of the window to which it is
assigned.
To specify that the console should be displayed, set the
console window form property to the name of any
window in the form. To include the console, set console
window to Null.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2227