Page 1 of 1

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

Posted: Fri Jan 12, 2007 1:38 am
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.


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

Posted: Fri Jan 12, 2007 9:29 am
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.

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

Posted: Fri Jan 12, 2007 5:39 pm
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

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

Posted: Tue Jan 16, 2007 9:39 am
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.