Public Function BindListbox(ByRef c As Control, LbSelList As xf_DataList, Optional IsSelectList As Boolean = True) As Integer
Add the passed control to the list of DataList bound controls
All
Add the passed control to the list of DataList bound controls
Clears the list of all DataList bound controls
The special function used as the ListBox or ComboBox RowSourceType.
See help: RowSourceType Property (User-Defined Function) - Code Argument Values Because this function is called repeatedly it has a tendency to spew errors when something goes wrong. For this reason, there is a time delay on the error messaging. Once an error occurs, it waits xf_DataListErrSuspendSecs (by default 20) seconds before raising another error. This gives the user time to change to design mode or reset the code.
Print the list of DataList bound controls