What are the design facilities available in forms 4.0?
Answer / guest
Default Block facility.
Layout Editor.
Menu Editor.
Object Lists.
Property Sheets.
PL/SQL Editor.
Tables Columns Browser.
Built-ins Browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the usage of frame ?
When does an on-lock trigger fire ?
Name the different triggers associated with oracle forms having a master-detail relationship.
What is a matrix report and how many minimum groups are required to prepare the same?
Which is the cheapest and quality Oracle Education provider in Bangladesh?
List the different types of columns in oracle reports.
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 the use of Page Protect Property?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
How can a button be used in a report to give a drill down facility?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
What are the triggers available in the reports?