Command: raise_event

Syntax

raise_event <instance_id>,<event_strings>

Description

Raise an event to an OLE/ActiveX or browser client, in which Fire is embedded.

Parameters

Switches

Notes

An OLE/ActiveX client will be a third-party development environment or other OLE client application, which has a FireService or ExistingFireService Object embedded in it. A browser client is a browser applet Java VM in which Fire is embedded.

For an OLE/ActiveX client, if instance_id does not reference a valid FireService Object, you will receive a warning message as follows:

"Warning: <n> is not a valid Xmarc(formerly Formida) Fire Service Object instance."

Examples

# Assuming a FireService Object with OLE instance id 1 exists
# This raises an event to the OLE client
raise_event 1, "TEST: Event String"

See Also

Commands:

embed, unembed