Export Report Data

To discuss Oracle Forms & Reports related technical issues.
Post Reply
Kashif
Posts: 137
Joined: Wed Apr 26, 2006 5:57 am
Location: Pakistan
Contact:

Export Report Data

Post by Kashif »

Asslam-o-Alaikum Dear memebrs.

We can Export the Data From the Previewer to Many Formats like. PDF, Html, XML, Delimated. Etc.

Is it Possible i can Remove this maenu Item from Report Previewer.
bcz i dont want that any user Export data to Any other, user can onle take the Print out or Can View the Reports.

Please if there is any possible option then Help me.

Thanks.

Best Regards.

Muhammad Kashif
mirza_rehan
Posts: 132
Joined: Sun Apr 02, 2006 10:36 am
Location: Pakistan

Post by mirza_rehan »

Assalam-o-Alaikum

Yes it Is possible, you can disable this option from menu.

Add_Parameter(PID, 'DISABLEFILE', TEXT_PARAMETER, 'YES');

here is some more good parameter and its values

DESTYPE -- Destination of report output

SCREEN,
PRINTER
PREVIEW

DISABLEFILE -- Disables File Menu Items in previewer

YES | NO

DISABLEPRINT --> Disables Print button from previewer toolbar

YES | NO

DISABLEMAIL ---> Disables Mail button from previewer toolbar

YES | NO

Add_Parameter(PID, 'PAGESIZE', TEXT_PARAMETER, '8.5x5.5');
add_parameter(PID, 'DESTYPE', TEXT_PARAMETER, 'PREVIEW');
add_parameter(PID, 'PARAMFORM', TEXT_PARAMETER, 'NO');
add_parameter(PID, 'DESFORMAT', TEXT_PARAMETER, 'HTML');
add_parameter(PID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
Add_Parameter(PID, 'MAXIMIZE', TEXT_PARAMETER,'YES'); --- For Maximize previewer window


hope it will help you.......

If you need any question please reply or mail me......


take care
Allah Hafiz

Best regards,
R E H A N M I R Z A
System Analyst / Senior Oracle Developer
Cell: +92-304-2120807

When ever you pray
Please remember me and my family
Kashif
Posts: 137
Joined: Wed Apr 26, 2006 5:57 am
Location: Pakistan
Contact:

Post by Kashif »

Dear all Memebers.

Can any One give me a Complete Parameter List?
I try to Search the Form Builder help but unable to Find any List.

Here we can Disbale Any Menu of Report in the Previewer.
Can i Hide this menu Item?
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests