PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → vertical static text in report
vertical static text in report
Iniciado por guest, 19,abr. 2015 19:12 - 5 respuestas
Publicado el 19,abril 2015 - 19:12
Hello

A customer requested me to insert a vertical static text in the left side of a report.

But as you know, the static text is connected to the block, in this case the static text is in the footer, but if the BLOCK body grows the static text is printed in the second page.

I tried to use the watermark but I couldnt change some properties like(orientation, size, color).

I'm using WebDev 18, if anyone had done something similiar or knows how to do this, please reply here.

Thanks all.
Publicado el 19,abril 2015 - 22:47
Hi

I would try to do that one of the following ways:
- direct printing with iprintword (with a font that has been declared at 90 degrees angle)
- printing of an image via iprintimage, the image having been constructed before using dtext

At least one of the two method should work, if not both

Best regards
Publicado el 20,abril 2015 - 01:43
Thank you very much for your answer Fabrice, I think I'm almost there, I just need to know how to change the Y position of the text.

The help says that the vertical position can't be changed.

Tks
Publicado el 20,abril 2015 - 01:55
I forgot to say that Im using the first solution.
Publicado el 20,abril 2015 - 14:34
Hi

I would call the iprintword from somewhere INSIDE the iPrintReport

Best regards
Publicado el 20,abril 2015 - 15:36
Thank you very much Fabrice, it is done. <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)">