Le 29/04/2012 09:17, Ian Roper a écrit :
> Greetings all,
>
> If you create a new checkbox as a child of an existing control
>
> Dim MyCheckbox as Checkbox
>
> Checkbox = New checkbox(MyScrollView) as "MyCheckboxName"&
> Str(RecordId)
'"MyCheckboxName" & Str(RecordId)' is actually the Group pr
Greetings all,
If you create a new checkbox as a child of an existing control
Dim MyCheckbox as Checkbox
Checkbox = New checkbox(MyScrollView) as "MyCheckboxName" &
Str(RecordId)
Checkbox.Group = "MyCheckBoxGroup" is not valid.
The Group property is not visible in the list of available pro