4D v14.3MESSAGES OFF |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
MESSAGES OFF
|
MESSAGES OFF | ||||||||
Does not require any parameters | ||||||||
The MESSAGES OFF and MESSAGES ON commands turn on and off the progress meters displayed by 4D while executing time-consuming operations. By default, messages are on.
The following table shows operations that display the progress meter:
Apply Formula | Quick Report | Order by |
Export Data | Import Data | Graph |
Query by Form | Query by Formula | Query Editor |
The following table lists the commands that display the progress meter:
APPLY TO SELECTION
Average
BUILD APPLICATION
DISTINCT VALUES
EXPORT DIF
EXPORT SYLK
EXPORT TEXT
_o_GRAPH TABLE
IMPORT DIF
IMPORT SYLK
IMPORT TEXT
Max
Min
ORDER BY
ORDER BY FORMULA
QR REPORT
QUERY
QUERY BY FORMULA
QUERY BY EXAMPLE
QUERY SELECTION
QUERY SELECTION BY FORMULA
REDUCE SELECTION
RELATE MANY SELECTION
RELATE ONE SELECTION
SCAN INDEX
Sum
The following example turns off the progress meter before doing a sort, and then turns it back on after completing the sort:
MESSAGES OFF
ORDER BY([Addresses];[Addresses]ZIP;>;[Addresses]Name2;>)
MESSAGES ON
Product: 4D
Theme: Messages
Number:
175
Modified: 4D v11 SQL Release 3
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
Parent of : MESSAGES OFF ( 4D v14 R3)