Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
strList = FillCombo(cboFromDate.Value, cboToDate.Value, cboSalesperson.Column(0), 1, _
' intOption, fraBusType.Value)
Public Function FillCombo(FromDate As Date, ToDate As Date, DecNum As String, _
intPage As Integer, intOption As Integer, _
Optional intBusType As Integer, Optional ICRoles As String)
Public Function FillCombo( _
[COLOR=blue]ByRef[/color] FromDate As Date, _
[COLOR=blue]ByRef[/color] ToDate As Date, _
[COLOR=blue]ByRef[/color] DecNum As String, _
[COLOR=blue]ByRef[/color] intPage As Integer, _
[COLOR=blue]ByRef[/color] intOption As Integer, _
Optional intBusType As Integer, _
Optional ICRoles As String)