Answer Posted / randhir jaiswal
More than one modeless window can be displayed at the same
time, and operators can navigate among them if your
application allows them to do so. On most GUI platforms,
modeless windows can also be layered to appear either in
front of or behind other windows.
Modeless windows can remain displayed until they are
dismissed by the operator or hidden programmatically. You
can set the Remove on Exit property for a modeless window
to specify whether it should remain displayed when the
operator navigates to another window.
You can set the properties of a modeless window to specify
its border and title, and whether operators should be
allowed to scroll, resize, move, close, iconify, and zoom
the window.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
difference between global n context sensitive segments?
What is an SQL FORMS ?
why the Ctl file u put only in bin folder why not in other folder
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
can you convert or reverse engineer a fmx back to a fmb file?
Name the different triggers associated with oracle forms having a master-detail relationship.
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What is responsibility and how u attach How to create user and how u attach with responsibility.
Explain the different levels at which oracle form services interact.
What is an oracle report? List its various types.
How can we expand Parameter Form Canvas on Reports 6i?
Name the different triggers supported by oracle reports and their firing order.
i am writing a query select EmpNo from Emp how can i call in after parameter form
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
Why oracle forms required?