Determines whether a status bar is displayed at the bottom of the dialog window. This status bar displays the value of the STATUS-TEXT attribute or, if applicable, of the DIL-TEXT attribute of the dialog element that currently has the focus. For the display of DIL-TEXTs and STATUS-TEXTs, the following interdependencies exist:
HAS-DIL | HAS-STATUS-BAR | DIL-TEXT | STATUS-TEXT |
---|---|---|---|
TRUE | TRUE | displayed | displayed |
TRUE | FALSE | - | - |
FALSE | TRUE | - | displayed |
FALSE | FALSE | - | - |
Applies to | Dialog (window, MDI frame, MDI child). |
---|---|
Data Type | BOOLEAN |
Default Value | FALSE |
Possible Values | TRUE / FALSE |