problems with RegData after upgrade from demo to version 2008.2.300
Posted: Tue Dec 02, 2008 9:37 am
hello,
after upgrading the demo version to 2008.2.300, there are problems with regdata(businessObject).
when i start the report the program crashes.
the business object is the same like befor when using the demo version. there are no other changes.
is it posible that the error is because of the template file?
thank you and best regards!
pat
after upgrading the demo version to 2008.2.300, there are problems with regdata(businessObject).
when i start the report the program crashes.
Code: Select all
ReportObject.Load("template.mrt");
ReportObject.RegData("myBusiness",businessObject);
ReportObject.Compile();
ReportObject.Render();
is it posible that the error is because of the template file?
thank you and best regards!
pat