Pasearse por controles combobox

30/06/2004 - 22:29 por solano | Informe spam
Hola amigos
Puedo hacer esto??
For Each ctl In Me.ControlC
If TypeOf ctl Is ComboBox Then
ctl.SelectIndex= -1
End If
Next

Por que no me funciona

Saludos
Cesar

Preguntas similare

Leer las respuestas

#1 tribufo
30/06/2004 - 22:56 | Informe spam
Debe ser asi:

Dim ctl As Control
For Each ctl In Me.Controls
If TypeOf ctl Is ComboBox Then
CType(ctl, ComboBox).SelectedIndex = -1
End If
Next


Hola amigos
Puedo hacer esto??
For Each ctl In Me.ControlC
If TypeOf ctl Is ComboBox Then
ctl.SelectIndex= -1
End If
Next

Por que no me funciona

Saludos
Cesar


.

Respuesta Responder a este mensaje
#2 solano
01/07/2004 - 16:32 | Informe spam
Gracias tribufo
saludos
Cesar
"tribufo" wrote in message
news:23bf801c45ee4$c17e4990$
Debe ser asi:

Dim ctl As Control
For Each ctl In Me.Controls
If TypeOf ctl Is ComboBox Then
CType(ctl, ComboBox).SelectedIndex = -1
End If
Next


>Hola amigos
>Puedo hacer esto??
> For Each ctl In Me.ControlC
> If TypeOf ctl Is ComboBox Then
> ctl.SelectIndex= -1
> End If
> Next
>
>Por que no me funciona
>
>Saludos
>Cesar
>
>
>.
>
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida