cancel
Showing results for 
Search instead for 
Did you mean: 

Business one check box event

former_member551008
Participant
0 Kudos

VB.NET

Business one 8.82

2 check boxes

same user data source on both

I need the one to check and uncheck the other one

I have in item event but my event and setting the checked property to true either doesn't work or it gets catght repeating my method over and over again. I validate the form item id and event type before executing my method but it alwayas fires 4 times even when validating .beforeaction = false.

I assuming that the action happens because setting the .checked property is firing the item pressed event then bringing it back into my method.

I first thought the checkboxes datasource being the same would be enough but the user cannot have both checkboxes checked at once.

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert

Hi Derek Moore,

Have you tried to use the property "GroupWith"?

This property is there for Option Button. I assume it should be there for Check Box too. For more details on this, refer to SDK Help File.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

former_member551008
Participant
0 Kudos

I'm not seeing a groupWith Property?

former_member551008
Participant
0 Kudos

I found it easier to switch to the option buttons in my case. thank you

Answers (0)