render_form
Renders an Access form or report layout to SVG and stores it in a dated folder, allowing inspection of the declarative designer layout without runtime behavior.
Instructions
Render an Access form/report layout to SVG and store it under a dated artifact folder so the result is inspectable without a native Cairo stack.
Pass the form name (e.g. 'A_Lot_Liste') or the path to its *.bas layout file. The render reflects only the declarative designer layout on disk: positions, sizes, captions, absolute colours, hidden controls (dimmed). It does NOT reflect runtime VBA behaviour (Form_Load hiding controls, dynamic RecordSource, conditional formatting).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes | ||
| scale_mode | No | Universal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |