Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/11/2007, 07:18
bitshoot
 
Fecha de Ingreso: noviembre-2004
Mensajes: 371
Antigüedad: 20 años, 3 meses
Puntos: 0
Re: dejar option de combobox en blanco

bueno ya solucione el campo en blanco, pero la funcion no me resulta y tengo lo sig.

Private Sub cboObra_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cboObra.SelectedIndexChanged
If cboObra.ValueMember = "" Then
cboDespacho.Enabled = True
Else
cboDespacho.Enabled = False
End If

End Sub

Última edición por bitshoot; 14/11/2007 a las 07:23