File Name
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
File Name
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
File Name
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]
File Name
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
File Name
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]
File Name
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]
File Name
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]