FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour HTML reports - header template
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
HTML reports - header template
Posted: Tue Jun 08, 2021 05:51 PM
Hello friends,

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



Best regards
Otto






Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: HTML reports - header template
Posted: Tue Jun 08, 2021 07:11 PM
Hello friends,
The actual report generator is only 3 lines of source code.
LG
Otto
Code (fw): Select all Collapse
FOR I := 1 to len( oBrw:aArrayData )
               cHtml := STRTRAN( cHtml, oBrw:aArrayData[I,1], oBrw:aArrayData[I,2] )
            next




Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: HTML reports - header template
Posted: Tue Jun 08, 2021 08:19 PM

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.

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: HTML reports - header template
Posted: Wed Jun 09, 2021 07:35 AM
Hello friends,
Highlighting rows in HTML report.
Best regards,
Otto

Continue the discussion