Macro Para Abrir Formulario Libreoffice Base -

' Open the form oFormulario = oDoc.FormDocuments.getByName("Clientes") ' Change form name oFormulario.open(oFrame)

Sub AbrirFormularioYLimpiar Dim oFormulario As Object Dim oFrame As Object Dim oDoc As Object oDoc = ThisDatabaseDocument oFrame = oDoc.CurrentController.Frame macro para abrir formulario libreoffice base

Create a macro, assign it to the "Open Document" event, and watch your database become instantly more professional. Do you have a favorite LibreOffice Base trick? Let me know in the comments below. ¿Te gustaría un tutorial sobre cómo crear formularios con subformularios? ' Open the form oFormulario = oDoc