4D v16.3

MESSAGES OFF

Home

 
4D v16.3
MESSAGES OFF

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

Note for 4D Server: Starting with 4D Server v14 R3, progress message windows are no longer shown on the server since these operations are automatically listed on the Real Time Monitor Page 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. 

Example  

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



See also 

MESSAGES ON

 
PROPERTIES 

Product: 4D
Theme: Messages
Number: 175

 
HISTORY 

Modified: 4D v11 SQL Release 3

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)