I have two forms. The first form calls the second form where some data may be entered or changed. When finished it returns to form1 where
I want the data refreshed. I have been working for days with no luck to get this to work. I am using a macro I copied from the online book.
This is the Macro
Sub Update
Dim oDoc As Object
Dim oDrawPage As Object
Dim osForm As Object
oForm = oDrawpage.forms.getByName(“Instrument”)
oForm.reload()
End Sub
End Sub
I think I do not know how to make Reload() or Drawpage available to my program. I have worked for years with FoxPro but am new to Libera
Office Base or any other SQL type database and am trying to expand my knowledge base. I would much appreciate your help. Thank You