MngrFormDefTransDefault() As Long

Description

Example

This event is fired when you click Default in the Transaction description dialog for a form definition.

Parameters

None.

Return values

Return value

Description

EV_OK

FORMS default transaction description is generated.

EV_OK_ABORT 

A transaction description, generated by methods in this event, is used.

EV_ERROR

Results in an error message.

Suggested usage

Use this event to override FORMS’ default transaction description and build your own. See FormDef object and TransField object.

Remarks

Only fired in the Manager module.

Events in the Manager