What is a Check Box?
Answer / guest
A Check Box is a two state control that indicates
whether a certain condition or value is on or off, true
or false. The display state of a check box is always
either "checked" or "unchecked".
| Is This Answer Correct ? | 4 Yes | 0 No |
Can you truncate a table in a procedure in Oracle Forms?
The join defined by the default data link is an outer join yes or no?
What is an User_exit?
Why oracle forms required?
What are the different Parameter types?
What are the different display styles of list items?
What is the between Function and Procedure?
What is an User Exits ?
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;
How do you display console on a window ?
What are the types of visual attribute settings?
Can you have more than one content canvas view attached with a window?