List .odb forms
odb_formsList all forms declared in an .odb database, showing each form's data source and field-bound controls.
Instructions
Lists every form an .odb database declares, with each form's own data source and field-bound controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | .odb database to read. 'path' points at the .odb file on disk -- its extension is never used to infer a document format, since documents.js deliberately excludes 'odb' from DocumentFormat (an embedded database front end has no single natural target format -- tables, saved queries, and reports are three unrelated output shapes -- see that package's own README). 'bytesBase64' carries the .odb bytes inline; its 'format' field is required by the shared hybrid input shape but unused by every odb tool. |