Oldorf
Oldorf
About
- Username
 - Oldorf
 - Location
 - Copenhagen Denmark
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                More suggestions from me ! 1. A class that contains the properties/info of the report: ? ? TReportProperties= class(TObject) ? ? ? ? Name: String; ? ? ? ? Author: String; ? ? ? ? ReportType: TfrReportType; ? ? ? ? PasswordProtected: Boolean…
 - 
                Hi gordk! Thanks for the fast reply ;-). Nope that isn't the case or is it ... A situation: Datamodule for other data stuff: DMMain Datamodule for report data: DMReport Main window: FrmMain The FrmMain uses DMMain and DMReport. When …
 - 
                Yeah right gordk ! The problem lies within FastReport itself, the compile error is fired at line 929 column 18: if CurReport.UseDefaultDataSetName then Looking at The TfrReport class clearly shows that there are no property or method called U…