cancel
Showing results for 
Search instead for 
Did you mean: 

oEditText. Disabled ( Read Only)

Former Member
0 Kudos
160

Hello,

i´ve a problem with disabling a EditText.

When I add the EditText it is disabled, but after a Event like DataLoad it is enabled!

How can i set the property of the Edittext that it is always disabled ( Read Only) or it is the Wrong Property for my point.

thank

Dhomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Have you put this edittext in a system form.

Try by disabling the edittext in all the events you feel it will get enabled. For example on formload event ,on aftercomboselect, on afterchoosefromlist, Hope this will help.

Vivek

Former Member
0 Kudos

Yes i put the edittext in a systemForm

Ok, I only thought I can set this globally.

Because the fact I get a lot of program code, when i have to set this property on all events individually.

Ok

Thanks!