hww
10-26-2005, 03:23 AM
Hi,
I can use HML format tags in the TEXT class
<text>This <b>bold</b> text</text>
So what, if i use method setText() and text stored to dataset it does not support format tags. And it does not skeep format of source text.
EXAMPLE:
The dataset contain
<dtext>
This is the <b>bold</b> text<br />Next
line
<dtext>
When I put this text to a <text> object by setText() method, it shows:
This is the bold textNext
line
(somthing like that)
How I can solve it?
I can use HML format tags in the TEXT class
<text>This <b>bold</b> text</text>
So what, if i use method setText() and text stored to dataset it does not support format tags. And it does not skeep format of source text.
EXAMPLE:
The dataset contain
<dtext>
This is the <b>bold</b> text<br />Next
line
<dtext>
When I put this text to a <text> object by setText() method, it shows:
This is the bold textNext
line
(somthing like that)
How I can solve it?