report template issue

14 views
Skip to first unread message

alex

unread,
Oct 11, 2025, 5:22:29 AMOct 11
to Rosi Delphi Components
Hi, Thomas

Here is my template.
and here is my output

according to the manual, the blank line should be removed.

can you help me to fix this problem, thx.

alex
2025-10-11_201903_020.png
output.png

Tomas Rosinsky

unread,
Oct 11, 2025, 7:34:51 AMOct 11
to Rosi Delphi Components
Hi Alex.
It can happen if there is some invisible tag on the line. 

You can use another way of table definition described on my Web 
which keep table Header and body together:


<<Scan(B);While(condition);SkipIf(condition);Calc(...); TblRow1(condition for row1);TblRow2(condition for row2);TblRow3(condition for row3)...>>

Example for table scan (simple table with header, one datarow to repeat and footer):

<<Scan(B);TblRow1(Header);TblRow2();TblRow3(Footer)>>
Header col1   
Header col2
Data col1   
Data col2
Footer col1  
Footer col2
<<EndScan(B)>>


I hope it helps
Tomas
Dne sobota 11. října 2025 v 11:22:29 UTC+2 uživatel alex napsal:

alex

unread,
Oct 11, 2025, 6:47:57 PMOct 11
to Rosi Delphi Components
Hi,  Thomas


<<Scan(B);TblRow1(Header);TblRow2();TblRow3(Footer)>>
Header col1   
Header col2
Data col1   
Data col2
Footer col1  
Footer col2
<<EndScan(B)>>

the new example is working now.

thank you very much.

Alex
output.png
Reply all
Reply to author
Forward
0 new messages