Application Development 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: 

To disable the keyboard keys - regarding

Former Member
0 Kudos

Hai friends,

I have created menu painter and screen painter sucessfully.In that i kept two fields namely Username & Password (as i/p o/p field) .In this when i enter password without entering username means then the keys should not type the password instead it should display the message 'enter the username first' in the status bar and the cursor should remain in the username field itself.

3 REPLIES 3

Former Member
0 Kudos

Hi,

I would suggest you should make the password input disabled till the user id is entered.Make user id mandatory.If user tries to execute it,it will give the error message.

0 Kudos

Hai friend,

How to make the user id field mandatory.

0 Kudos

Hi,

Declare it as:

data:user_id type <tabname-fieldname> obligatory.