PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB16] Html in Reports
[WB16] Html in Reports
Iniciado por guest, 19,nov. 2014 10:50 - No hay respuesta
Publicado el 19,noviembre 2014 - 10:50
Hi,

I have a AWP-Site where users can type some text. This text is saved in a HFSQL Database and with some other infomation the program creates a report which is "printed" in "igeneriHTML" format and the send via Email.

It´s like : AWP-Text ->Report->Html->Email->Outlook

Now the users want change the "text only" field in "html text" field.

It´s then like: AWP-HTML->Report->Html->Email->Outlook

Can I print html code in a report and when I choose HTML as output format the text is also in HTML ?
Or I must use HTMLtoRTF before I print the Report ?