I have created a form for a database table using the wizard. The form uses one of the detail view layouts (one text edit control and label per column).
The table consists of three VARCHAR columns and one CLOB column. The wizard created a single-line text edit control for the VARCHAR columns and a multi-line text edit control for the CLOB one.
Now when I edit data in this form, the control for the CLOB column is empty (although the column is non-NULL). When I tab through the controls, the control for the CLOBgets skipped.
What is the correct way to have a table hold text in excess of 255 characters, and be edit it through a form?
LO 7.0.0.3 (x64) on Windows 10, Firebird DB engine.