Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

OMNIDEX

Environment Catalog

 

 

Column Statement

Database Statement

Environment Statement

Index Statement

Message Statement

Rule Statement

Table Statement

Environment Catalog

Message Statement

[MESSAGE message_name
{ [TEXT] "string" | FILE "filespec"}]

 

MESSAGE message_name

Messages are optional. If defining a message, the MESSAGE keyword and message name are required. This is a string of up to 64 characters (or numbers) that uniquely identifies the specified message in the Environment. The message is accessible by the OmniAccess API function call oamessage.

 

[TEXT] "string" | FILE "filespec"

Required. The text sting is a quoted string of up to 255 characters specifying the desired message. The TEXT keyword is optional.

OR

Use an external file that contains a message. filespec is a quoted string up to 255 characters in length and may contain any valid filename as well as appropriate path information and password information. The enclosing quotes may be single or double quotes. The FILE keyword is required.

 

Top