Display problems
Rob Kottler <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
I have display fields defined similar to this: LABEL l1 = formonly.labelout1 ; and it is 24 characters long When I display a string to it, or a char variable, it truncates halfway through the 17th character, although the string is usually another 5 to 10 characters more. I have another label field on the screen and this does not truncate. How do I centre a field on the screen? How to I right align text fields ?