PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WX20] Print report for Email (Outlook)
[WX20] Print report for Email (Outlook)
Iniciado por guest, 23,dic. 2015 18:33 - 1 respuesta
Publicado el 23,diciembre 2015 - 18:33
Hi,

in my WD14 application I use

iDestination(iGenericHTMLWithoutCSS, CompleteDir(Ablagepfad)+"benachrichtigung.htm")
iWindowCancel(False)
iPrintReport(RPT_Dateiersetzung_Benachrichtigung_Gesamt,EingangPaket.GUID)

to generate HTML-Emails. It works so far.

Now I use WD20 and it looks like that PC Soft has changed something. My Report looks terrible in Outlook.
If I use "iDestination(iGenericHTML)" to generate a HTML-File with CSS all looks good in a browser, but in Outlook everything is broken.

Any ideas to generate 1:1 copy from my report in HTML for Outlook ?
Publicado el 24,diciembre 2015 - 13:16
Ok,

I think thats a bug in V20 (in V14 it works):

If you have a item with brushcolor (like a table header) the generated HTML-Code (without CSS) is wrong, the rectangles with the brushcolor are generated twice.


I send the bug to PC Soft. And I have to write a parser to correct the bug in the HTML Code.