Prints a message to the run-time details part of the Monitor window.
Kernel.bdh
Print( in sMsg : string, in nDisplayType : number optional, in nColor : number optional);
| Parameter | Description | 
|---|---|
| sMsg | Message to be printed. | 
| nDisplayType |  
                           				  
                            Specifies at which Monitor window settings the message is displayed (optional). This parameter can be any combination of the following: 
  |  
                        			 
                     
| nColor |  
                           				  
                            Color used to print the message (optional). Defined colors are: 
  |  
                        			 
                     
dcltrans transaction TPrint begin ... // display the message in red Print("Error executing SQL command", OPT_DISPLAY_ALL, TEXT_RED); end TPrint;
Error executing SQL command
Trans.bdf, MutexLogin.bdf