HTML - How to pass password/database name to a drill down report
From: Martin Hoerchner <mja.hoerchner_at_ntlworld.com>
Date: Tue, 19 Nov 2002 22:11:45 -0000
Message-ID: <JhzC9.37$cW3.11031_at_newsfep1-win.server.ntli.net>
In an HTML drill down report, how to pass password/database name to a drill down report via hypertext link so the user won't get the logon page between reports? Specifically, I am using the srw.set_hyperlink procedure to call one report from the other (actually, it's the same report with different parameters). Part of the string is '&userid=<user>/<password>_at_<database name>'. 'User' is easy, but I need a Reports equivalent of get_application_property to pick up the other two. I could use tool_env.getvar, but what is the name of the password and database name/connect string environment variables? I've tried all the obvious ones.
Date: Tue, 19 Nov 2002 22:11:45 -0000
Message-ID: <JhzC9.37$cW3.11031_at_newsfep1-win.server.ntli.net>
In an HTML drill down report, how to pass password/database name to a drill down report via hypertext link so the user won't get the logon page between reports? Specifically, I am using the srw.set_hyperlink procedure to call one report from the other (actually, it's the same report with different parameters). Part of the string is '&userid=<user>/<password>_at_<database name>'. 'User' is easy, but I need a Reports equivalent of get_application_property to pick up the other two. I could use tool_env.getvar, but what is the name of the password and database name/connect string environment variables? I've tried all the obvious ones.
Thanks in advance,
Martin Hoerchner Received on Tue Nov 19 2002 - 23:11:45 CET