ERROR NO SE ENCONTRÓ EL MÉTODO O EL MIEMBRO DE DATOS
En este código me da el error NO SE ENCONTRÓ EL MÉTODO O EL MIEMBRO DE DATOS. El error se produce en la propiedad . value del checkbox
Select Case (Index)
Case 0
'If Chkadquisicion.Value = 1 Then
ImprimirAdquisicionVehi
'End If
Case 1
'If Chksolicitud.Value = 1 Then
Imprimirsolicitud
'End If
End Select
If Chkadquisicion.Value = 0 And Chksolicitud.Value = 0 Then
MsgBox "Debe escoger por lo menos un reporte", vbInformation, "Control del servicio de garantÃa"
End If
Gracias
Select Case (Index)
Case 0
'If Chkadquisicion.Value = 1 Then
ImprimirAdquisicionVehi
'End If
Case 1
'If Chksolicitud.Value = 1 Then
Imprimirsolicitud
'End If
End Select
If Chkadquisicion.Value = 0 And Chksolicitud.Value = 0 Then
MsgBox "Debe escoger por lo menos un reporte", vbInformation, "Control del servicio de garantÃa"
End If
Gracias
