Re: [Axapta-Knowledge-Village] Runbase reports and reports with dialog method

2009-03-12 Thread Sumit Loya
Hi, I can tell you two differences.. 1. If you run a report directly class RunBaseReportStd is used. This is a child class of RunBaseReport. But when we create any class for reports we derive it with RunBaseReport. 2. If you create a class you can have overloading of methods for the fields. I

[Axapta-Knowledge-Village] Runbase reports and reports with dialog method

2009-03-11 Thread pranam mukher
Hi all     I need some clarifications. 1.Whats is the difference betweeen runbase reports and we encounter some reports in AOT which have Dialog method and GetfromDialog method ??? both reports can be catagorized into RunbaseReports.???   Pls justify???       regards Pranam.