Use the command line to open a Base Form

How can I open a Base Form directly from the command line?

A Base form can be a separate document that is linked to the database. The separate document can be opened from the command line in the usual way. For Linux I find that

$ soffice file_to_open.odt &

works.

This OpenOffice tutorial shows how to construct the separate .odt document–LibreOffice works the same way. The basic steps are:

  • Open the form in Base and save it as
    a separate .odt file.
  • Link each component of the new form document to the database
    file. As the tutorial suggests; in form design mode use the Form Navigator (not the same as the document navigator) to change the property of each form and subform to link to the Data source, Content type and Content of your database.