MngrSetDefTransDefault() As Long

Description

This event is fired when you click Default in the Transaction description dialog accessed from the Set definition dialog. Use this event to build your own default transaction description.

Parameters

None.

Return values

Return value

Description

EV_OK

FORMS default transaction description is used.

EV_OK_ABORT 

The default transaction created by methods in this event is used.

EV_ERROR

Error message.

Suggested usage

Use this event to override FORMS’ default set transaction description and create your own. Refer to documentation on the FormDef, SetDef, Set, and TransField objects.

Remarks

Only fired in the Manager module.

Events in the Manager