cancel
Showing results for 
Search instead for 
Did you mean: 

Problem trying to put Checked Property to true on TabControl

Former Member
0 Kudos

Hi All,

I am trying to put Checked Value programmatically on Pane #2 but It does not work, But When I put the CheckBox on Pane #1, It is works.  

I'm using SAP B1 Studio for Visual Studio.

My Steps are:

1. Add a UserDataSource,

I related the CheckBox to this UserDataSource and I put it on Pane #1

I put the Checked Property to true on Constructor Form

I run the Add-on, It works:

Now, I tried to put the CheckBox on Pane #2 by changing FromPane and ToPane 2

I Run the Add-on but It does not work now.

Any Idea?.

Thanks in advance,

Accepted Solutions (0)

Answers (2)

Answers (2)

pedro_magueija
Active Contributor
0 Kudos

Hi Luis,

Alternatively you can try to set the datasource bound to the checkbox. That should force the checkbox into checked state regardless of the pane level.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

maik_delly
Active Contributor
0 Kudos

Hi Luiz,

the pane has to be active to do UI interactions. Means : Before checking click on "Folder 2" or set the pane of the Form to 2.

regards,

Maik