hocinov
hocinov
About
- Username
- hocinov
- Joined
- Visits
- 5
- Last Active
- Roles
- Members
Comments
-
hello, declare a variable ligna for example of type integer. initialize ligna to 0 in the Page1OnBeforePrint event. and increment ligna in the MasterData1OnBeforePrint event. like that on every page ligna starts with 1. Thanks
-
hello, I think it would be better if you use subreport object, because you can drop it at the height you want in a footer or pagefooter. Thanks
-
hello why you are not playing on the visible property of the pages? var paga: TFrxpage; ...... frxReport1.LoadFromFile('........fr3'); if ..... then begin paga:= frxReport1.Pages[57] as TFrxpage; paga.Visible :=false; end; Thanks
-
hello hello, what software do you use to develop? I think it's simple, you just need to add the school information field via the foreign key. you place the school information field directly on the report
-
hello try leave only checked as text Thanks
-
edit1.text:=copy(maskedit1.text,7,10)+'/'+copy(maskedit1.text,4,2)+'/'+copy(maskedit1.text,1,2);