You are not logged in.
Pages: 1
Hi,
I have a SQLite DB with a field. This field is typed "TEXT".
Is there a possibility to display the text of this field in a formatted manner?
With DrawText(...) I got the result, but DrawTextAt(......,20) isn't possible.
I tested a TStringstream, but it is the same like DrawTextAt. Every new line displays on the first line. No linebreaks.
But I need a correct text on possition 20 with such a field, for example.
Thanks
Josef
Offline
Hi,
thanks for answer.
But now I have the next problem with column drawing.
If I use
rep.DrawTextAcrossCols(['Test',fdmimker.ZQAufNachrichtNACHTEXT.AsString,'Some text here']);
the hole text in the second column will print only in one line. The text in the second column comes from a DB Field Typed TEXT and has multlines.
Is there a way to get a multlinetext in the column?
thanks again
Josef
Offline
Pages: 1