G
Guest
i am having problems running a sub report in crystal reports using visual
studio 2003.
The first report fires one stored procedure in sql server 2005 and it has 2
levels of groupings then it runs a sub report using the group data.
I have tried the:
Report.SetDatabaseLogon(rptLogin, rptPassword, rptServer, rptDatabase);
It works on the main report, i have also put the code in the .cs file for
the sub report and it is producting the error.
I have tried new sub reports, imported subreports and all produce the error.
I also have tried looping thru the tables and it can only find the table on
the main report and not the sub report.
studio 2003.
The first report fires one stored procedure in sql server 2005 and it has 2
levels of groupings then it runs a sub report using the group data.
I have tried the:
Report.SetDatabaseLogon(rptLogin, rptPassword, rptServer, rptDatabase);
It works on the main report, i have also put the code in the .cs file for
the sub report and it is producting the error.
I have tried new sub reports, imported subreports and all produce the error.
I also have tried looping thru the tables and it can only find the table on
the main report and not the sub report.