cancel
Showing results for 
Search instead for 
Did you mean: 

Enable buttons only if any action is performed by user

former_member334960
Participant
0 Kudos

Hi All,

I have a requirement where I need to disable two buttons (Undo and Reset) during the initial execution of the report and enable it only after some action is performed i.e to enable these buttons after user makes a change with the prompts/layout/filters etc. Can someone please help on this?

Thanks

Poojitha

sapna_jgurudutt
Active Contributor
0 Kudos

Hi Poojitha,

Are you using Design Studio with regard to this issue.? If yes, what is the exact version, SP level and Patch level you are using for Design Studio?

Thanks & Regards,

Sapna

former_member334960
Participant
0 Kudos

Yes, I am using Design Studio 1.6 SP6 Patch3

Accepted Solutions (1)

Accepted Solutions (1)

former_member265529
Contributor
0 Kudos

Hi Poojitha,

For this, you can directly disable the buttons by making the below field to false in the property sheet

The you can enable the buttons, whenever needed using the below script.

BUTTON_1.setEnabled(true);

Hope this helps you!!!

Regards,

Poovarasan

Answers (0)