ASNA
Mobile RPG® Reference Manual
|
Export Validation
Mobile RPG 7.0 introduced a Validation system that checks for common missteps encountered in development.
Validation Ensures:
- All controls are inside of a DdsRecord or DdsFile.
- One exception is DdsMessagePanel, which should not be inside any of the record controls.
- There are no nested DdsRecords, DdsFiles, or DdsSubfileControls
- All DdsButtons (and other controls with similar behavior) have their AidKeys specified in the DdsRecord, or DdsFile.
- For DdsRecord validate that the cursorfield (defined and *char) and cursorrecord point (defined and *char 10) to fields that are defined in the record.