I am using oracle developer suit(form 10g), On used ole2
objects to initialize excel and worksheet and on "BEFORE
REPORT" i am printing report heading in excel using OLE2
objects only. if i run report from developer suit report
builder it give output in excel normally and what expected
but when ever i put same report on server and run report
from application it gives error : " Terminated with error :
<br> REP-1401 'before report': FATAL pl/sql error occured.
ORA-43356; message 43356 not found; Product=RDBMS; facility
= ORA." Please reply it is urgent
No Answer is Posted For this Question
Be the First to Post Answer
What is summary column in Oracle Reports ?
what is difference between group above and group left report
what are difference between post database commit and post-form commit?
What triggers are associated with the radio group?
What is an anchoring object & what is its use?
How can we expand Parameter Form Canvas on Reports 6i?
all steps of bitmap report?
How many number of columns a record group can have?
What is the difference when confine mode is on and when it is off?
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;
based on parameter value layout of report should change
Is it possible to attach same library to more than one form?