FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para 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:52 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:12 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: Sat Jul 10, 2021 05:38 PM
Hello friends,
With the HTML you can generate good-looking reports very quickly in FIVEWIN.
Best regards,
Otto








Continue the discussion