Advertisement
eeperry

LO Base How-To: Open A Form

Dec 9th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sub OpenAForm (FormName as String)
  2.     Dim GetForm as Object
  3.     GetForm = ThisDatabaseDocument.FormDocuments.GetByName(FormName)
  4.     GetForm.Open
  5. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement