![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We are running/displaying our reports from forms with a 'web.show_document' command. This brings up Adobe with the userid/ password@instance name (expressed in hex) included in the url. When we then tell Adobe to email this report it puts the url with the userid@instance name in ASCII in the subject line of the email. Is there a way we can still generate the report without the user info and instance name being part of the url? Product information is: Built using: Forms [32 Bit] Version 10.1.2.0.2 (Production) Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production With the Partitioning option JServer Release 9.2.0.7.0 - Production Oracle Toolkit Version 10.1.2.0.2 (Production) PL/SQL Version 10.1.0.4.2 (Production) Oracle Procedure Builder V10.1.2.0.2 - Production The actual command we are using is: web.show_document ('/reports/rwservlet?' || l_repurl, '_blank'); Where the l_repurl variable equals= 'server=' || l_reportserver || '+report=' || lv_report_path ||LOWER (p_repname) || '.rep'|| '+destype=CACHE' || '+' || l_userid || '+paramform=no' || '+desformat=PDF'; And the l_userid variable contains the username/ password (AT) connect_string (DOT) Yes - you can hide it - see docco/Metalink - it's |
![]() |
| Thread Tools | |
| Display Modes | |
| |