File Name
Syntax
MapSourceAEVEvent ( REF mapSrcRec: MapSourceRecord )
Parameters
mapSrcRec - MapSourceRecord map record containing data for the data source being handled by the event
Returns
None
Side Effects
None
Description
This event handles the add, edit, view logic used in working with a source.
Dialog Forms Called
None
File Name
Syntax
MapSourceEvent ( REF mapSrcRec: MapSourceRecord )
Parameters
mapSrcRec - map source record containing data for the source being handled by the event
Returns
None
Side Effects
None
Description
This event handles the work with logic used in mapping a source.
Dialog Forms Called
datamap.dfc[aev_source]
File Name
Syntax
WorkWithMapSources ( 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 Source window.
Dialog Forms Called
datamap.dfc[ww_sources]