Refresh - cWebMultiSelectList

Called by the DDO for any database requests being done on the DDO

Type: Event

Parameters: Integer eMode

ParameterDescription
eModeThe mode type of DDO operation which generated this refresh message. It may be one of the following:

ConstantMeaning
Mode_ClearUsed only for DEOs attached to the DDO that was the "origin" of a clear operation, (i.e., the DDO received the original Clear message). All other DDOs send their DEOs the refresh message passing mode_find_or_clear_set.
Mode_Find_or_Clear_SetUsed for DEOs attached to DDOs which have found and/or cleared records.
Mode_Clear_AllUsed for DEOs attached to any DDO that participated in a clear_all operation.
Mode_DeleteUsed for DEOs attached to any DDO that performed a successful deletion. DDOs that were merely updated as the result of a deletion use Mode_Find_or_Clear_Set.
Mode_SaveUsed for DEOs attached to any DDO involved in a successful save operation.


Syntax
Procedure Refresh Integer eMode

Description

Called by the DDO for any database requests being done on the DDO and allows the cWebMultiSelectList to adapt to those changes.

It is not recommended to overwrite this method.