cancel
Showing results for 
Search instead for 
Did you mean: 

Disabled/Enabled controls

Former Member
0 Kudos

Hi,

I was wondering if is is possible to get a control (such as a pushdown btn (submit)) to be enabled only after all the fields in a form have some type of data in them, and vice-versa? If it is, how can i do it?

Thanks in advance

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, we can achieve this. In the disabled condition put in condition !ISNULL(@VAR1) AND !ISNULL(VAR2)...... for all the variables.

Regards,

Murtuza

Former Member
0 Kudos

Thank you very much!

Answers (0)