Help on Crystal Report
-
Hey to Crystal Report users i have made report with crystal report viewer and crystal report tool but before i get the report wich one i can print.it is asking me the DATABASE password which i dont want the End user to know ? Please help me i just want the user to click on print button and get the report without the database authentication
ok job
-
Hey to Crystal Report users i have made report with crystal report viewer and crystal report tool but before i get the report wich one i can print.it is asking me the DATABASE password which i dont want the End user to know ? Please help me i just want the user to click on print button and get the report without the database authentication
ok job
ON button click. -- 1. First make the object of the report (say AA.rpt) Dim obj As New AA -- 2. Pass the database (userid,pwd, server, Database name) obj.SetDatabaseLogon("sa", "sa", "10.179.10.38", "PUBS") -- 3. Use the object of crystal report viewer. crViewer.ReportSource = obj crViewer.Visible = True
vivek