Report to Execl [message #305935] |
Wed, 12 March 2008 06:26 |
Chandrabhushan
Messages: 4 Registered: March 2008 Location: Hyderabad
|
Junior Member |
|
|
Dear All,
I am new to oracle reports, i want to transfer report to excel
i put a button in the report and i used rpt2xls package in button action.
I run the report in runtime preview then i got an error like
Rep-1401:'u_1button action':Fatal PL/SQL error occured.
ORA-06502:PL/SQL: numeric or value error
Excel work book is opened when we click the button in the report, but no data transferd to excel sheet.
this is the problem i got. Please suggest me in this regard
Regards,
Bhushan.
|
|
|
|
Re: Report to Execl [message #306050 is a reply to message #305935] |
Wed, 12 March 2008 12:14 |
gnod
Messages: 19 Registered: December 2007
|
Junior Member |
|
|
Chandrabhushan wrote on Wed, 12 March 2008 06:26 |
Excel work book is opened when we click the button in the report, but no data transferd to excel sheet.
|
you're having a problem with the "RPT2XLS.put_cell" procedure.
i encounter that error when i try to use the word "CENTER" for Align instead i use the numeric value "-4108".
RPT2XLS(1, :P_CODE, Align => -4108);
|
|
|
Re: Report to Execl [message #307203 is a reply to message #306016] |
Tue, 18 March 2008 02:25 |
Chandrabhushan
Messages: 4 Registered: March 2008 Location: Hyderabad
|
Junior Member |
|
|
Dear Arun,
I cleared that previous problem but i got a new problem
ie i get the hedder repeat in the excel sheet along with
the data when i go to next pages of the report
i want to print the headder only in first row of the excel
sheet.
Please clarify it.
Thanks and regards
Bhushan.
|
|
|
Re: Report to Execl [message #307206 is a reply to message #306050] |
Tue, 18 March 2008 02:28 |
Chandrabhushan
Messages: 4 Registered: March 2008 Location: Hyderabad
|
Junior Member |
|
|
Dear Gnod,
I cleared that previous problem but i got a new problem
ie i get the hedder repeat in the excel sheet along with
the data when i go to next pages of the report
i want to print the headder only in first row of the excel
sheet.
Please clarify it.
Thanks and regards
Bhushan.
|
|
|
Re: Report to Execl [message #307820 is a reply to message #307206] |
Thu, 20 March 2008 01:37 |
gnod
Messages: 19 Registered: December 2007
|
Junior Member |
|
|
because you are using a repeating frame. i use the RPT2XLS procedure in 1 page only. i still haven't solved exporting multi-page of report in excel..
|
|
|
|