How do you create a new session while open a new form?
Answer / guest
Using open_form built-in setting the session option Ex.
Open_form('Stocks ',active,session). when invoke the
mulitiple forms with open form and call_form in the
same application, state whether the following are
true/False
| Is This Answer Correct ? | 1 Yes | 0 No |
what is latest version in reports
what are the oracle forms services components include?
What are the different types of Package Procedure ?
What are the different types of Record Groups?
What is the usage of the Flex mode in Layout Editor ?
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;
Can a field be used in a report wihtout it appearing in any data group?
How can a text file be attached to a report while creating in the report writer?
What are the types of calculated columns available?
What is WHEN-Database-record trigger?
What is a property clause?
How to call a report from Forms?