
20/09/2008, 14:11
|
| | Fecha de Ingreso: junio-2008 Ubicación: Chihuahua, Chih.
Mensajes: 4
Antigüedad: 16 años, 10 meses Puntos: 0 | |
Respuesta: Saber si tengo un formulario abierto esto ya estaba posteado aqui en el foro
public function FormularioActivo(NmbFormulario as String) as Boolean
Dim Formulario As Form
For Each Formulario In Forms
If (UCase(Formulario.Name) = UCase(NmbFormulario)) Then
FormularioActivo = true
Exit For
End If
Next
end Function
si no escribe tu pregunta en google... aparecen muuuchas opciones.
saludos |