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
what is an object groups?
Why is a Where clause faster than a group filter or a format trigger?
What is the use of Data Link in Reports?
What are the built -ins used for Modifying a group's structure?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What do you mean by a block in forms4.0?
How to change maximise or minimise the window in forms
What are the sql clauses supported in the link property sheet?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What are the built-ins used for Creating and deleting groups?
What is the built-in used for showing lov at runtime?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?