RadioButton

18/04/2006 - 19:35 por JReyes | Informe spam
Como puedo llevar el valor de un (RadioButton.Checked) a un entero

Gracias de antemano

Preguntas similare

Leer las respuestas

#1 Lucas
18/04/2006 - 19:56 | Informe spam
Con CInt mi estimado

CInt(RadioButton.Checked) 'Te devuelve un entero
Respuesta Responder a este mensaje
#2 JReyes
18/04/2006 - 20:33 | Informe spam
Este es mi problema.
Si mi cliente es asegurado es igual a (true) osea 1.. y si privado es igual
a (true) tambien?

como resolver este incoveniente

optAsegurado.Checked = IIf(grdPacientes.CurrentRow.Cells(9).Value, 1, 0)
optPrivado.Checked = IIf(grdPacientes.CurrentRow.Cells(9).Value, 1, 0)

"Lucas" escribió:

Con CInt mi estimado

CInt(RadioButton.Checked) 'Te devuelve un entero

email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida