I'm trying to automatically populate a DataList control
through code. However, all I get is an empty list. I'm using VB6 and the Refill method. Can anybody help?
' In Form_Activate()
Set DataList1.DataSource = Adodc1
DataList1.DataField = "OwnerCode"
DataList1.ReFill
through code. However, all I get is an empty list. I'm using VB6 and the Refill method. Can anybody help?
' In Form_Activate()
Set DataList1.DataSource = Adodc1
DataList1.DataField = "OwnerCode"
DataList1.ReFill