List the buil-in routine for controlling window during run-time?
Answer / guest
Find_window,
get_window_property,
hide_window,
move_window,
resize_window,
set_window_property,
show_View
| Is This Answer Correct ? | 1 Yes | 0 No |
Can a root window be made modal?
What are the different types of key triggers ?
What are built-ins associated with timers?
what are the oracle forms services components include?
What are the built-ins that are used to Attach an LOV programmatically to an item?
Error_Code is a package proecdure ?
what ia an object groups?
What are the types of canvas-views?
What is a predefined exception available in forms 4.0?
What is a Navigable item?
Deleting a page removes information about all the fields in that page ?
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;