Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to keep from having to log into database once for EACH subreport?

Status
Not open for further replies.

benamorton

Technical User
Mar 9, 2004
24
I have a report in Crystal 8.5 that works great, but has 4 or 5 subreports. When the end users run it, they are complaining that they must enter their login information too many times (once for each subreport). Is there any way to only make them log in once, since its the same database for all reports?

 
I would add the log in information into a stored procedure or sql

Wallie12
 
Is this in Crystal or within your own viewer application?

In my viewer application I take care of this by looping through all subreports and atempting to apply the login info from the main report to the subreports. Only if this fails, do I prompt the user for subreport login info.

hth,
- Ido


CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top