If the maximum record retrieved property of the query is set
to 10 then a summary value will be calculated?
what are the different objects that you cannot copy or reference in object groups?
What is the difference between $$DATE$$ & $$DBDATE$$
State the order in which these triggers are executed ?
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;
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size? If yes,how?
Can you change the alert messages at run-time?
What is the remove on exit property?
What is a timer?
What are the built_in used to trapping errors in forms 4?
What is a Layout Editor?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
What is an anchoring object & what is its use?