Skip to content

Commit c828c64

Browse files
committed
Merge branch 'develop'
2 parents f767666 + 71db260 commit c828c64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Samples/ColumnsReport/ColumnsReport.dpr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ begin
4848
.Cell(0, 13, '', 'TB')
4949
.Ln(1)
5050
.BoldOn
51-
.CellLeft(135, 3, 'Solusys Sistemas')
51+
.CellLeft(135, 3, 'Nome fantasia do sistemas')
5252
.BoldOff
5353
.Font(8)
5454
.CellRight(0, 3, Format('%s Pág.: %s', [DateTimeToStr(Now), APDFAdapter.PageNo.ToString]))
5555

5656
.Ln(4)
57-
.CellLeft(135, 3, 'MDK Assistência, Suporte Técnico e Computadores LTDA')
57+
.CellLeft(135, 3, 'Razão social da empresa logada LTDA')
5858
.BoldOff
5959
.Font(8)
6060
.CellRight(0, 3, 'Período: 19/12/2024 à 19/12/2024')
@@ -184,10 +184,10 @@ function TColumnsReport.AcceptPageBreak: Boolean;
184184
begin
185185
Result := False;
186186

187-
//Método que aceita ou não quebra de página automática
187+
//METODO QUE ACEITA OU NAO QUEBRA DE PAGINA AUTOMATICA
188188
if FColCurrent < FColNumber then
189189
begin
190-
// Go to next column
190+
//GO TO NEXT COLUMN
191191
Self.SetCol(Succ(FColCurrent));
192192
FFPDFAdapter.Parent.SetY(Fy0);
193193
//Result := False;
@@ -196,7 +196,7 @@ begin
196196
begin
197197
FFPDFAdapter.AddPage;
198198
Self.SetCol(1);
199-
// Page break
199+
// PAGE BREAK
200200
//Result := True
201201
end;
202202
end;

0 commit comments

Comments
 (0)