Routines for callhist.kb


BuildFlatCallHistString

File Name

callhist.kb

Syntax

BuildFlatString();

Parameters

flatR - EA_flatRecord

call - callHistoryRecord

Returns

None

Side Effects

None

Description

Constructs the fields contained in the work record and compacts them into a flat string and stores it in the EA_flatRecord.

Dialog Forms Called

flatten.dfc[flatten_call_history]

callhist.dfc[viewcallform]

callhist.dfc[callform]


CallHistoryAEVEvent

File Name

callhist.kb

Syntax

CallHistoryAEVEvent (REF call: CallHistoryRecord);

Parameters

call - instance data to call history window

Returns

Nothing

Side Effects

None

Description

This is the event handler which handles all window messages for the Call History Add/Edit/View dialog box.

Dialog Forms Called

None


CallHistoryInquiryEvent

File Name

callhist.kb

Syntax

CallHistoryInquiryEvent(REF call: CallHistoryRecord)

Parameters

call - instance data from the event handler

Returns

Nothing

Side Effects

None

Description

This is the event handler for the Call Hist inquiry event.

Dialog Forms Called

None


CallHistoryMainEvent

File Name

callhist.kb

Syntax

CallHistoryMainEvent(REF call: CallHistoryRecord)

Parameters

call - instance data for event handler

Returns

Nothing

Side Effects

None

Description

This is the event handler for the Work with Call History dialog box.

Dialog Forms Called

solpurge.dfc[about]

solpurge.dfc[command_help]

solpurge.dfc[sol_purge_config]

tivint.dfc[frm_tiv_swdist]

tivint.dfc[frm_tiv_rc]

tivint.dfc[frm_tiv_password]

tivint.dfc[frm_tiv_rc_admin]


SetCallHistoryInquiryRange

File Name

callhist.kb

Syntax

SetCallhistoryInquiryRange( REF call: CallHistoryRecord);

Parameters

call - data for call history

Returns

Nothing

Side Effects

None

Description

Sets up the SQL to calculate a range for call histories.

Dialog Forms Called

None