Skip to Content
0
Former Member
Dec 30, 2004 at 06:02 AM

OptionButton Selected......Help Me..

41 Views

Hi all!

A five optionbutton element is added to the form in Screen Painter.

Source coding the Next.

==========================================================

Dim oRadioButton As SAPbouiCOM.OptionBtn

Dim i As Long

For i = 7 To 11

Set oRadioButton = sForm.Items.Item(i).Specific

If i > 7 Then

oRadioButton.GroupWith (i - 1)

End If

oRadioButton.DataBind.SetBound True, "@ECRH", "U_STATUS"

Next i

==========================================================

Each optionbutton UniqueID : 7, 8, 9, 10, 11

It's problem UniqueID(9) Not selected.

I don't know. What's problem?

Thank you for your help

choi hyun yong