Mod ''' <summary> ''' all things in this mod is not public. ''' Only aviable for this project. ''' Easy for maintain/ trace/ enhance the Code. ''' Feel free to enhance the code as it will not affect other project. ''' </summary> ''' <remarks></remarks> Module modHSMS02 ''' <summary> ''' As One Combo for more then 1 use, So need to set type before FillCombo ''' </summary> Public Enum enComboDescType ''' <summary> ''' Set Combo as Report Description ''' </summary> ReportDescription = 0 ''' <summary> ''' Set Combo as Cause Of Problem ''' </summary> CauseOfProblem = 1 End Enum End Module