Type: Class
Refering articles:
- Using Reports to write data (22.04.06) — Should the Report class provide methods to update the underlying data, or should ReportForm implement these? Good question...
- forms.tixforms.DataGrid and column widths (code changes 11.02.06) — base.DataGrid now implements GenericDocument. tixform.DataGrid uses this to let Report.computeColumnWidth() do the work. more
- started formColumnGroups (26.07.05) — I had an idea for «designing forms»: formColumnGroups. The columnNames argument of query() would interpret newlines and spaces differently. The difference would become visible in the Form view: columns belonging to a same group would be displayed on a same line. more
- Datasource becomes a Query (code changes 03.05.05) — Renamed class Datasource to «Query», and this is now (again) a subclass of ColumnList. This was a fundamental internal redesign. more
- lino.gendoc (27.04.05) — Report is now subclassed only to DataReport or DictReport.