I cannot bind a msflexgrid datasource to an open recordset. Grid and recordset work, I can populate the grid manually from the recordset, but when I try to bind them (set flex.datasource=rs) I get an error.
I tried the same thing with a DataGrid - it works fine (but I like more the layout of the flexgrid :-) ).
CAN msflexgrids be bound to recordsets ? The Help says yes, but no example I've seen contains recordsets - only data controls.
Can anyone help ?
Thanks