Otto wrote:Hello friends,
Is there a reason why - apart from a lack of time - nobody is seriously interested in HTML as a report definition language here?
Sometimes you yourself believe that something is good and overlook things in the process.
I look forward to your feedback.
Best regards,
Otto
// insert a table
cHtml += memoread("table_th.htm")
for I := 1 to 25
if I = 10
cText := "</table>" + CRLF
cText += "<div style='page-break-after: always;'></div>" + CRLF
cText += "<div> " + CRLF
cText += "</div>" + CRLF
cText += "<table>" + CRLF
cText += "Second page (This will be printed in the second page)" + CRLF
cHtml += cText
endif
cText := "<tr>" + CRLF
cText += "<td>Nr. " + str(I) + "</td>" + CRLF
cText += "<td>Represent a machine-readable format of the <time> element</td>" + CRLF
cText += "</tr>" + CRLF
cHtml += cText
next
cHtml += memoread("table_end.htm")
cText := "<div style='break-after:page'></div>" + CRLF
cText += " page (This will be printed in the second page)" + CRLF
cHtml += cText
memowrit(cHtmlOrUrl, cHtml)
PrintHtml(cHtmlOrUrl,1,.t.)
Otto wrote:@Anser
@Mark, I sent you my email address yesterday. Just send me the test - prg.
Otto
Otto wrote:@Endico, "maximum power and versatility" that's just an assertion that you have to prove in a comparison and competition.
// insert a table
cHtml += memoread("table_th.htm")
for I := 1 to 25
if I = 10
cText := "</table>" + CRLF
cText += "<div style='page-break-after: always;'></div>" + CRLF
cText += "<div> " + CRLF
cText += "</div>" + CRLF
cText += "<table>" + CRLF
cText += "Second page (This will be printed in the second page)" + CRLF
cHtml += cText
endif
cText := "<tr>" + CRLF
cText += "<td>Nr. " + str(I) + "</td>" + CRLF
cText += "<td>Represent a machine-readable format of the <time> element</td>" + CRLF
cText += "</tr>" + CRLF
cHtml += cText
next
cHtml += memoread("table_end.htm")
cText := "<div style='break-after:page'></div>" + CRLF
cText += " page (This will be printed in the second page)" + CRLF
cHtml += cText
memowrit(cHtmlOrUrl, cHtml)
PrintHtml(cHtmlOrUrl,1,.t.)
Otto wrote:Hello Marc,
can't you answer the mail where I sent you the program first?
Anyway it ist otto at atzwanger dot com
Best regards,
Otto
Otto wrote:Hello Enrico,
I am sorry I was too fast with my answer.
I deleted my post.
I read your post again, and you write "At least to me".
OK.
Best regards,
Otto
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 75 guests