NUM-LOCKED-COLUMNS attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The number of visible leading columns locked in a browse widget. If a locked column is hidden, the next visible non-locked column in the browse will then become locked.
Data type: INTEGER
Access: Readable/Writeable
Applies to: BROWSE widget
When you use the horizontal scrollbar to scroll columns in the browse, locked columns do not move. For example, if NUM-LOCKED-COLUMNS is 3, then the three leftmost columns in the browse are locked.
Note: In character mode, this attribute can only be
set before the widget is realized.