Page 1 of 1

HTML reports - header template

PostPosted: Tue Jun 08, 2021 5:51 pm
by Otto
Hello friends,

Today I was working on a header template design for /I zi pi zi / report.



Best regards
Otto


Image

Image

Image

Re: HTML reports - header template

PostPosted: Tue Jun 08, 2021 7:11 pm
by Otto
Hello friends,
The actual report generator is only 3 lines of source code.
LG
Otto
Code: Select all  Expand view

FOR I := 1 to len( oBrw:aArrayData )
               cHtml := STRTRAN( cHtml, oBrw:aArrayData[I,1], oBrw:aArrayData[I,2] )
            next  

 


Image

Image

Re: HTML reports - header template

PostPosted: Tue Jun 08, 2021 8:19 pm
by Otto
One of the significant advantages of this report generator is that the placeholders and the data are linked
with user-friendly names and are therefore easy to maintain.

Re: HTML reports - header template

PostPosted: Wed Jun 09, 2021 7:35 am
by Otto
Hello friends,
Highlighting rows in HTML report.
Best regards,
Otto

Image