glomar
glomar
About
- Username
 - glomar
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                gpi wrote: » See here: https://www.fastreport.ru/ru/forum/index.ph...amp;#entry36271 ))))))))))))))))))))))))))))))) this is my theme too, but no solution(((((((((((((
 - 
                gpi wrote: » gpi wrote: » Want to change the values directly in Delphi. frxReport1.Variables.Variables := 3; var1=1 (in program) must prints on page number 1 in report var2=2 (in program) must prints on page number 2 in report va…
 - 
                gpi wrote: » Use in the main procedure of the report script: begin   Page1.Visible := = 1;   Page2.Visible := = 2;   Page3.Visible := = 3; end. Thank you. I would like to do without scripts in the report. Want to change the val…