[Visual Basic] Private Sub Init_ParamRow( _
ByVal s As String _
)
[Visual Basic] Private Sub Init_ParamRow(ByVal s As String)
s = s + 1
CtrlList.Clear()
Me.GetControl(Me, "cbparam" + s, CtrlList)
For Each x As ComboBox In CtrlList
Try
x.Text = ""
Catch ex As Exception
End Try
x.Enabled = False
Next
CtrlList.Clear()
Me.GetControl(Me, "cbop" + s, CtrlList)
For Each x As ComboBox In CtrlList
x.Text = ""
x.Enabled = False
Next
CtrlList.Clear()
Me.GetControl(Me, "cbvalue" + s, CtrlList)
For Each x As ComboBox In CtrlList
x.Text = ""
x.Enabled = False
Next
CtrlList.Clear()
Me.GetControl(Me, "cbandor" + s, CtrlList)
For Each x As ComboBox In CtrlList
x.Text = ""
Next
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition