TEXT IS NOT DISPLAYED IN THE LEFT EVEN IF SETTING "JUSTIFICATION" TO "LEFT"
Dear all,
My customer uses the form(11.1.2.0) has display items.
These display items are set "Justification" to "Left" and
text value is set programmatically (in When-new-form-instance).
When running this fmx, text value is not displayed
in the Left ,but in the Center.
If the text value include chr(10), this issue is not reproduced.
for example, :displaye1 := 'showtext' || CHR(10);
If the text value is mulit-line,this issue is not reproduced.
for example, :displaye1 := 'showtext' || CHR(10) || 'the second line';
Is this issue expected behavior? (or is a bug?)
Could you give me some advice?
Best Regards.
David.