mateusz
mateusz
About
- Username
- mateusz
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gordk wrote: » not so try this code in the main demo basic list. band 3 is the page footer procedure Band3OnBeforePrint(Sender: TfrxComponent); begin band3.visible := ( = ); end; works fine. do you checked Report->DoublePass? …
-
Also you can use Application.Tag. In procedure Button1OnClick(Sender: TfrxComponent) set: Report.EngineOptions.DestroyForms := False;Â Â Application.Tag := 1; next in RptOnRunDialogs( procedure RptOnRunDialogs(var Result: Boolean);) e…
-
thx
-
gordk, can you add a source code?