Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module pool Doubts

Former Member
0 Likes
493

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

4 REPLIES 4
Read only

peter_ruiz2
Active Contributor
0 Likes
469

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

Read only

0 Likes
469

hi

Thanks for your reply

Vis.length is disabled

Regards

Suresh

Read only

0 Likes
469

hi,

check the scrollable checkbox so that the vis. length will enable.

regards,

Peter

Read only

Former Member
0 Likes
469

problem solved