cancel
Showing results for 
Search instead for 
Did you mean: 

Visible only after a field is enabled

Former Member
0 Kudos

Hi,

I would like to know if there is a way to make a button or form visible, only after a specific field (input) is enabled?

Thanks in advance.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You would be setting a parameter to enable or disable a field upon some action. On the same action you can set another parameter and bind it to the visible property of the button.

Regards,

Murtuza

Former Member
0 Kudos

Thank you Murtuza,

Actually my problem is that when a data service is being processed, the form where the info will be displayed is disabled. What i want is for the form to only be visible when the data service has ended it's process, and the form is enabled. So i thought i might put a condition on the visible option that says it's only visible once, the form is enabled, and i can't figure out how to do that.

Do you know if it can be done, and if yes how?

Thanks a lot,

Khadija

Former Member
0 Kudos

Hi,

Is it possible for you to pass a parameter from data service upon its execution setting it to true or false and bind the same parmater to the visible property.

Regards,

Murtuza