Application Object - TraceMessageData Method
Send a string to the user defined Trace Handler
Member of Application Object (PRIM_APP)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Source | *Input | String | String to send to the Trace Handler |
| Value1 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value2 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value3 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value4 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value5 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value6 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value7 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value8 | *Input (Optional) | Variant | String to be substituted in to the Source string |
| Value9 | *Input (Optional) | Variant | String to be substituted in to the Source string |
The TraceMessageData method executes the TraceMessage method on the TraceHandler. The parameters specified are concatenated with a space between each to form the MesageText parameter value.
Febuary 18 V14SP2