This is probably a stupid question, but I haven't been able to find a simple answer. How do I bind a MSFlexGrid to a form with ADO code? I've been using DataGrids, which were bound in the following manner:
grdDataGrid.DataMember = "Secondary"
Set grdDataGrid.DataSource = PrimaryCLS
But, I've decided that the flexgrid would be better. However, when I tried to bind the flexgrid in the same manner as above, it doesn't bind. I've looked through your FAQs and books, and haven't found a simple answer. Help??
Kathy
grdDataGrid.DataMember = "Secondary"
Set grdDataGrid.DataSource = PrimaryCLS
But, I've decided that the flexgrid would be better. However, when I tried to bind the flexgrid in the same manner as above, it doesn't bind. I've looked through your FAQs and books, and haven't found a simple answer. Help??
Kathy