📚 SAP Business One SDK Help

GroupWith Method
See Also 
TargetUID
The unique ID of the option button with which you want to group the new option button.

Description

Groups the option button with the previous one.

Use this method after adding a new option button to the form, which allows the form to select one option button at a time.

Syntax

Visual Basic
Public Sub GroupWith( _
   ByVal TargetUID As String _
) 

Parameters

TargetUID
The unique ID of the option button with which you want to group the new option button.

Remarks

When calling this method, SAP Business One automatically assigns values in increasing order to the ValOn property of the items in the group, starting with 1.

See Also