-
I am trying to use the MSFlexGid control on a form linked to a data control. The grid fills with the daza as desired but I cannot get the grid to reflect the movement through the database as I click on the movenext, movelast, moveprevious and move first buttons on the data control. I know the control itself is working because I have the caption showing the current record number. Am I doing something wrong> Do I have to do something in code here? I get the same results when I use the MSFlexGrid.
I never had this problem with MSGrid.
Rev. Michael L. Burns
-
Michael
As far as I know these grids do not support that.
If you need that functionality, why don't you use the datagrid, and just lock it. Locking it just disables the edit functionality.