This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
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
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
Note for 4D Server: Progress message windows are not shown on the server since these operations are automatically listed on the _o_PAGE SETUP of the administration window. If you want to force these progress windows to be displayed, you must call the MESSAGES ON command on the server.
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
Modified: 4D v17 R4
4D Language Reference ( 4D v20 R7)