[TQMessage]

Takes one parameter, Message, or no parameters

Description:

If no parameters are on the right hand side of the command, then the text of the internal Message value of the Top Query will be assigned to the Field. If there is an expression on the right hand side of the command then it will be evaluated and the result assigned to the Top Query's internal Message memory. This command is not available as an Attribute, it is only available in MOX.

Example:

[New] FieldOne = "one"
[New] FieldTwo = "two"
[New] TQMessage

[TQMessage] "Message"
TQMessage [TQMessage]

Html ("result: " & TQMessage) 'TQMessage is equal to "Message"