Routines for transltn.kb


TestCreateTranslations

File Name

transltn.kb

Syntax

TestCreateTranslations

Parameters

None

Returns

None

Side Effects

This function is only to be used for testing the Work With Transaction Map logic. The data source is hard-coded.

Description

This function is to be used only for testing the Work With Transaction Map window.

Dialog Forms Called

None


TransformAEVEvent

File Name

transltn.kb

Syntax

TransformAEVEvent ( REF transltnRec: TranslationRecord )

Parameters

transltnRec - translation record containing data for the translation being handled by the event

Returns

None

Side Effects

None

Description

This event handles the add, edit, view logic used in working with a translations.

Dialog Forms Called

None


TransformMainEvent

File Name

transltn.kb

Syntax

TransformMainEvent ( REF TransActionRec: TransformActionRecord )

Parameters

TransActionRec - transform record containing data for the transform action being handled by the event

Returns

None

Side Effects

None

Description

This event handles the Work With logic used in transform actions.

Dialog Forms Called

datamap.dfc[aev_transform]


TranslationAEVEvent

File Name

transltn.kb

Syntax

TranslationAEVEvent ( REF transltnRec: TranslationRecord )

Parameters

transltnRec - translation record containing data for the translation being handled by the event

Returns

None

Side Effects

None

Description

This event handles the add, edit, view logic used in working with a translations.

Dialog Forms Called

None


TranslationMainEvent

File Name

transltn.kb

Syntax

TranslationMainEvent ( REF transltnRec: TranslationRecord )

Parameters

transltnRec - translation record containing data for the translation being handled by the event

Returns

None

Side Effects

None

Description

This event handles the Work With logic used in translation definitions.

Dialog Forms Called

datamap.dfc[aev_translations]


WorkWithTransformActions

File Name

transltn.kb

Syntax

WorkWithTransformActions ( VAL whdl: WINDOW, REF ActionRec: TransformActionRecord ): WINDOW

Parameters

whdl - handle of the window which called this routine

ActionRec - TransformAction record for return value

Returns

A window handle

Side Effects

None

Description

This function creates the Work With Transform Action window.

Dialog Forms Called

datamap.dfc[ww_transformaction]


WorkWithTranslations

File Name

transltn.kb

Syntax

WorkWithTranslations ( VAL whdl: WINDOW ): WINDOW

Parameters

whdl - handle of the window which called this routine

Returns

A window handle

Side Effects

None

Description

This function creates the Work With Translations window.

Dialog Forms Called

datamap.dfc[ww_translation]