hsvandrew
hsvandrew
About
- Username
- hsvandrew
- Joined
- Visits
- 4
- Last Active
- Roles
- Members
Comments
-
Did you check the double pass parameter? You could turn that off or perhaps only render the SVG on pass two - perhaps you could make it not visible if its a fixed size on pass 1? Maybe fast report could render images with autosize = false only on th…
-
Maybe debug your script to see if GroupHeader1OnBeforePrint is still being used in final pass? The delphi debugger should still help you find out where the A/V is coming from or EurekaLog
-
We've made the following change to frxDesign TfrxDesignerForm = class(TfrxCustomDesigner) .... public {$IFDEF UseTabset} property Tabs: TTabSet read FTabs; {$ELSE} property Tabs: TTabControl read FTabs; {$ENDIF} This then allows you capture t…