show_dp4_message

[dp4_error]
show_dp4_message=1

When DP4 programs generate a DP4 system error or fail message the message is usually dispalyed on screen in a message box that the user must acknowledge. If show_dp4_message=0 is set this is not done, and programs that generate such an error will normally terminate without warning. Any error message is still written to the DP4 error log or event log (depending on the settings of write_evtlog and write_errlog ). If the message was generated through a call to the DP4 Terminal Manager the error is always written to the DP4 System Log (SYSLOG.PRN). System error messages generated from C++ applications will not be written to SYSLOG.PRN in most circumstances.

This option should never be specified in the [dp4_error] section itself. You may set it in a [progname] section for programs that must be run without any user interaction (for example as part of overnight processing).