Hi all !
I have application, which automatically prints crystal reports.
When report was created with connection type = 'OLE DB (ADO)' - everything works fine.
I use CrystalDecisions.Shared.TableLogOnInfo to set connection information to ReportDocument instance.
if report has connection type = 'SAP Business One' - everytime i'm getting error - Database Logon Failed.
please, advice me, how to set 'SAP Business One' connection information?
here is code details, how i'm trying to do it:
ReportDocument - Log on failed
i'll appreciate for any suggestions!