cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling a Tab

Former Member
0 Kudos

Hi Folks,

I have a requirement where i need to disable a tab based on a condition. i have binded the Tab property VISIBLE to a context structre which holds the value to disable the tab. But it does not work. I tried passing values like NOT, 02, NO and 00 it did not work.

Can anyone suggest me if iam doing the right way or do i need to pass anyother value.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suri,

Well, I think you are binding it to a wrong property. Why dont you try attaching to ENABLED property.

Also try the context element of CHAR1 instead of WDUI_VISIBILITY data type.

If this context element = 'X' then enable, else disable.

Hope this should solve your problem.

Regards

Raja Sekhar

Former Member
0 Kudos

Thanks Raj. Changint the context type to Char1 worked.

Answers (0)