[development-axapta] Re: Multiline label

2004-03-05 Thread byteway_so
Thanks, but then I get the inputtext in multiline, but not the text in front of it... Do you have another idee? --- In [EMAIL PROTECTED], Morten Aasheim [EMAIL PROTECTED] wrote: You should set the property 'MultiLine = true' on the stringedit. Mvh, Morten _ From:

RE: [development-axapta] Re: Multiline label

2004-03-05 Thread Morten Aasheim
Maybe place a static text controller above the stringedit.. Mvh, Morten From: byteway_so [mailto:[EMAIL PROTECTED] Sent: 5. mars 2004 10:21 To: [EMAIL PROTECTED] Subject: [development-axapta] Re: Multiline label Thanks, but then I get the inputtext in multiline

RE: [development-axapta] Re: Multiline label

2004-03-05 Thread Jens Fudge
| | | a | |-+ | | | | To: [EMAIL PROTECTED] | | cc: | | Subject: RE: [development-axapta] Re: Multiline label

[development-axapta] Re: Multiline label

2004-03-05 Thread byteway_so
But when I try to dynamically set the text, it could be done with the Global function strFmtLB(). But when I use that it seems not to work either. public void init() { super(); StringEdit.text(strFmtLB(This is a text to test the multiline in the input field of a StringEdit.));