What are modalless windows?
Answer / 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 |
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
Is the After report trigger fired if the report execution fails?
What are the different Parameter types?
What are the different display styles of list items?
What package procedure is used for calling another form ?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What is a timer?
What is the use of break group?
How you define procure to pay?
Is it possible to disable the parameter from while running the report?
What are the triggers associated with the image item?
where do u put the report file