Sam8932
Programmer
- Oct 15, 2002
- 22
Hello,
I was using a datagrid and had my text boxes bound to it. I switched to a flexgrid to allow the user to delete multiple selections. How can I(if I can) bind my text boxes to the flexgrid? Here is the code I was using for the datagrid.
'Bind the text boxes to the data provider
For Each oText In Me.txtFields
Set oText.DataSource = adoPrimaryRS
Next
Thank you in advance,
Sam
I was using a datagrid and had my text boxes bound to it. I switched to a flexgrid to allow the user to delete multiple selections. How can I(if I can) bind my text boxes to the flexgrid? Here is the code I was using for the datagrid.
'Bind the text boxes to the data provider
For Each oText In Me.txtFields
Set oText.DataSource = adoPrimaryRS
Next
Thank you in advance,
Sam