Page 1 of 1

Export Report Data

Posted: Wed Aug 02, 2006 10:35 am
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

Posted: Thu Aug 03, 2006 3:59 am
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

Posted: Fri Aug 10, 2007 5:31 am
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?