PDA

Click to See Complete Forum and Search --> : MSFlexGrid/MSHFlexGrid - Data Control Question


Rev. Michael L. Burns
Aug 22nd, 2000, 11:16 AM
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

bar
Aug 22nd, 2000, 11:31 AM
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.