Re: Display problems
"Steven Weiss" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <0a9b01c5c8bc$203af9f0$0300a8c0@SWNOTE> |
Rob, Doing 4js work now? Regards Steven ----- Original Message ----- From: Rob Kottler To: [email protected] Sent: Sunday, October 02, 2005 11:45 PM Subject: [fourjs-users] Display problems 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 ?