Help![]()
I'm trying to open a Crystal Report in a CRViewer on a Windows Form.
The report has been created with Intergrated Security and is based on a sp.
When trying to open the report from my vb app i'm being propmted for my ID and Password.
I'm also using the following code
VB Code:
crTables = crReportDocument.Database.Tables For Each crTable In crTables crtableLogoninfo = crTable.LogOnInfo crtableLogoninfo.ConnectionInfo = crConnectioninfo crTable.ApplyLogOnInfo(crtableLogoninfo) Next
Does anyone know where I'm going wrong?
Thanks![]()




Reply With Quote