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

about password field in module pool programming

sachin_yadav3
Active Participant
0 Likes
904

hello,

In my password field,the default cursor position is not starting from left .the position of cursor is starting from right.kindly suggest.

1 ACCEPTED SOLUTION
Read only

naveen_inuganti2
Active Contributor
0 Likes
850

Hi...

Check the screen attrubutes for that screen elements. You need to change right justifeid to left justified.

procedure:

double click on that screen element in layout -> attributes- > program tab -> make change justified check box.

Thanks,

Naveen.I

5 REPLIES 5
Read only

naveen_inuganti2
Active Contributor
0 Likes
851

Hi...

Check the screen attrubutes for that screen elements. You need to change right justifeid to left justified.

procedure:

double click on that screen element in layout -> attributes- > program tab -> make change justified check box.

Thanks,

Naveen.I

Read only

0 Likes
850

hi,

Thanks for your information.

The problem is even if my paassword field is empty i m able to place my cursor any where in that field that should not happen if passowrd is black.

I checked the tab but my field is already left justified i.e right justified check box is not checked.

There is not field like left justified.

Can u please suggest something else which will be useful to solve my problem.

Thanks & Regards.

Sachin Yadav

Read only

Former Member
0 Likes
850

check if:

in screen element attribute , data type is CHAR and not NUMC

Read only

0 Likes
850

hi,

The problem is even if my paassword field is empty i m able to place my cursor any where in that field that should not happen if passowrd is black.

thanks and regards.

sachin yadav

Read only

0 Likes
850

i have used data type as RAW.