A
anannj
Hi everyone,
I have a Crystal Report with a subreport in a windows application,
which is to be exported to the pdf file. I followed the instructions
on http://support.crystaldecisions.com/library/kbase/articles/c2010275.asp
to set up the log on information. But I always got the exception at
the statement:
tbl.Location = ...;
The error message is listed below:
An unhandled exception of type
'CrystalDecisions.CrystalReports.Engine.InvalidArgumentException'
occurred in crystaldecisions.crystalreports.engine.dll
Additional information: Error in File C:\tmp2\rptMain.rpt:
Invalid table number.
Can anyone help me on this problem? Thank you so much in advance.
-- anannj
p.s. the datasets in the reports were created against views. But I
don't think this could cause any problem.
I have a Crystal Report with a subreport in a windows application,
which is to be exported to the pdf file. I followed the instructions
on http://support.crystaldecisions.com/library/kbase/articles/c2010275.asp
to set up the log on information. But I always got the exception at
the statement:
tbl.Location = ...;
The error message is listed below:
An unhandled exception of type
'CrystalDecisions.CrystalReports.Engine.InvalidArgumentException'
occurred in crystaldecisions.crystalreports.engine.dll
Additional information: Error in File C:\tmp2\rptMain.rpt:
Invalid table number.
Can anyone help me on this problem? Thank you so much in advance.
-- anannj
p.s. the datasets in the reports were created against views. But I
don't think this could cause any problem.