| GroupWith Method | |
| See Also |
- TargetUID
- The unique ID of the option button with which you want to group the new option button.
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.
| Visual Basic |
|---|
Public Sub GroupWith( _
ByVal TargetUID As String _
) |
- TargetUID
- The unique ID of the option button with which you want to group the new option button.
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.