JanneTimmerbacka
JanneTimmerbacka
About
- Username
 - JanneTimmerbacka
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                I'm testing frxDBDataset enabled property if I could enable datasets only when they are required - one report at the time.
 - 
                If you mean like this: procedure Tdialog_CoverLetter.frxReportBeforePrint( Sender: TfrxReportComponent); begin   If sender.Name = 'RichContent' then     TfrxRichView( Sender ).lines.assign( RzRichEdit.Lines ); end; For some reason the T…
 - 
                The problem was actually in TeeChart that had "[SUM..." clause in it, when it should have been "SUM...". Thank you for your help
 - 
                Thank you for your answer. I read the manual, but that didn't help me. The sum is belonging to the masterdataband, what else must I do? Should I send the report to someone, so it could be checked out?