Encounter an error Preview Report (Method:[BaseAdd])

Stimulsoft Reports.NET discussion
Post Reply
nelson chai
Posts: 16
Joined: Mon Jan 08, 2007 4:01 am

Encounter an error Preview Report (Method:[BaseAdd])

Post by nelson chai »

Hi, Edward.

I have encouter a problem on Preview Report.
When Preview, It display a dialog message as below:

Method:[BaseAdd]
DataTable alreadys belongs to this Dataset.

This is my SQL Query.

SELECT M.EMPNO,M.DAILYDATE,M.DAYTYPE,M.SHIFTCODE,
M.SHIFTGROUP,M.COMPANY,M.BRANCH,M.ABSENT,
M.OVERTIME,M.LATEIN,M.EARLYOUT,M.TIMEOFF,
M.WORKNONWORKDAY,M.MINIMUMNORMAL,M.MINIMUMTIMEOFF,
M.MINIMUMLATEIN,M.MINIMUMEARLYOUT,M.MINIMUMOTHOUR1,
M.OVERRIDEGROUPING,M.OVERRIDETIME,
M.OVERRIDECALCULATION,M.EXCEPTIONCODE,E.NAME
FROM DAILYATTENDANCE M LEFT OUTER JOIN
EMPLOYEEMASTER E ON (M.EMPNO=E.EMPNO)
WHERE M.DAILYDATE BETWEEN @FROMDATE AND @TODATE
ORDER BY M.EMPNO,M.DAILYDATE

In the SQL Statement, the underline part i removed it. the error above is gone.
If i put it back to sql statement, i will display that error again.

Can you help me on it?

Thanks a lot.

Nelson Chai.

Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Encounter an error Preview Report (Method:[BaseAdd])

Post by Vital »

Please say me which version of StimulReport.Net you are use(version number and data of release)? For also send your report to support [at] stimulsoft [dot] com.
Thank you.
nelson chai
Posts: 16
Joined: Mon Jan 08, 2007 4:01 am

Encounter an error Preview Report (Method:[BaseAdd])

Post by nelson chai »

Hi,

I am using stimulreport.net 2.0 and I am also send out the report template to support@sstimulsoft.com

Thanks for helping.

Nelson Chai
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Encounter an error Preview Report (Method:[BaseAdd])

Post by Edward »

We still can not reproduce this issue.

Please inform us about version of StimulReport.Net you are using. You can access it by menu item Help -> About.

Thank you.
Post Reply