INFTXT |
Inftxt displays text in a box of the status bar.
Inftxt c_expr At case_no
|
Element |
Description |
Restrictions |
|
c_exp |
Expression of the Char type that results in the text to be displayed. |
None |
|
case_no |
Whole number of the box number in the status bar |
Equal to 1,2,3 |
# Loading of text in OBJect management, in box 2 Case NUMWhen 0: Inftxt " " At 2: # Inquiry
When 1: Inftxt mess(59,123,1) At 2: # Creation
When 2: Inftxt mess(172,123,1) At 2: # Duplication
When 3: Inftxt mess(60,123,1) At 2: # Modification
Endcase
Inftxt displays text in a box of the status bar at the bottom of the screen.
The At clause specifies the box to be used in the status bar. This is a mandatory parameter.
It is recommended to use the 2nd box, since the supervisor assigns the 1st one with the title of the current field and the 3rd box with the client-server exchanges.
|
Error |
Description |
|
|