VA FileMan V. 22.0 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

ScreenMan API


MSG^DDSUTL( )

You can call this entry point only within a ScreenMan form and only in the Form level Data Validation.

This procedure prints Data Validation messages on a separate screen. These messages are printed after the user issues the Save command or attempts to save the form on Exit, but before ScreenMan actually updates the database.

Formats
  1. MSG^DDSUTL(STRING)


  2. MSG^DDSUTL(.STRING) 
Input Variables
STRING

(Required) The message to print in the Command Area.

.STRING

(Required) An array of messages to print in the Command Area.

STRING(1), STRING(2), ..., STRING(n) each contain a line of text.

 


Reviewed/Updated: March 4, 2007