‎2008 Aug 26 1:23 PM
Dear All
I am using one input output field(text box control) with size 132.
This control width is very high. How to re size or reduce width?. But, this control should accept the maximum size of the field.
2.How to set cursor position to next control after get the input, in screen painter?
3. How to set mouse click event in module pool program?
Thanks and Regards
Suresh
‎2008 Aug 26 1:41 PM
hi,
in the field attributes of your field, specify your vis. length to a number between 1 to the def. length. This will set the visible length of your field without compromising the maximum length it is able to accept.
regards,
Peter
‎2008 Aug 26 2:29 PM
‎2008 Aug 26 2:34 PM
hi,
check the scrollable checkbox so that the vis. length will enable.
regards,
Peter
‎2008 Sep 08 1:27 PM