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...
- Inserting rows in a form (code changes 10.04.06) — Inserting rows in a ReportForm is not currently possible. I am working on it.
- F1 on a Pointer works again (code changes 24.03.06) — F1 on a pointer cell of a ReportForm works again. It calls the new method ReportForm.pickCellValue() which instanciates the new class ReportGridPickForm. Note that this form is not modal: it has a menu so that the user can start actions from this form. But when he presses ENTER on a row in this form, then the original row gets updated.