FIELD-GROUP widget
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A field group is the hidden parent of field-level widgets and child frames owned by a parent frame or dialog box. Thus, field groups are the actual children of frames and dialog boxes. A frame contains the following field groups:
- A background field group (which includes the frame header)
- For a one-down frame or dialog box: a single data field group containing field-level widgets and child frames
- For a multiple-down frame: one data field group for each data iteration in the frame
A field group has no visible representation. You cannot explicitly define or create field groups. They are generated automatically when frames are defined or created.
Attributes
Note: For a field group, all of these
attributes are read-only except for PRIVATE-DATA and SENSITIVE.
Methods
| GET-TAB-ITEM( ) method | – |
Events
The FIELD-GROUP widget does not support any events.