Method : [BaseAdd] error ?

Stimulsoft Reports.NET discussion
Post Reply
magicang
Posts: 9
Joined: Tue Jun 27, 2006 10:21 pm

Method : [BaseAdd] error ?

Post by magicang »

Hi there,

I'm design a report and i pass some dynamic create sql and statement to my datasource.

Some sort like :-
If chkException.Checked Then
If Included = "" Then
Included = " AND ((M.EXCEPTIONOCCUR='Y')"
Else
Included = Included + " OR (M.EXCEPTIONOCCUR='Y')"
End If
End If
If chkEarlyOut.Checked Then
If Included = "" Then
Included = " AND ((M.EARLYOUT='Y')"
Else
Included = Included + " OR (M.EARLYOUT='Y')"
End If
End If

But while i preview report, this error come out occasionally :-

Method : [BaseAdd]
DataTable already belongs to this Dataset


Any idea to solve it?

Thanks in advance.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Method : [BaseAdd] error ?

Post by Edward »

Hi.

Please send the report and the code for calling of the report to support[at]stimusloft.com for analysis.

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Method : [BaseAdd] error ?

Post by Edward »

Thank you for the test data. The answer has been sent to your e-mail address.

Thank you.
Post Reply