HTML reports - header template

Post Reply
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 31 times
Been thanked: 2 times
Contact:

HTML reports - header template

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 31 times
Been thanked: 2 times
Contact:

Re: HTML reports - header template

Post by Otto »

Hello friends,
The actual report generator is only 3 lines of source code.
LG
Otto

Code: Select all | Expand


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

 


Image

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 31 times
Been thanked: 2 times
Contact:

Re: HTML reports - header template

Post 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.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 31 times
Been thanked: 2 times
Contact:

Re: HTML reports - header template

Post by Otto »

Hello friends,
Highlighting rows in HTML report.
Best regards,
Otto

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply