Subject | Grid Problem with IBO4 |
---|---|
Author | Paul Schmidt |
Post date | 2001-08-24T18:31:26Z |
Dear List:
I have a TIB_Grid the data is modified on another form, with another
dataset. I added the following code to the second form, in the
process or closing that form:
frmMain.qryPhase.RefreshRows;
frmMain is the form where the grid and it's dataset are located
qryPhase is the query that feeds the grid, so it should refresh the
rows in the grid. Instead I get an error:
Problem in BindingCursor, this is in the module IBA_BindingCursor.IMP
around line 389.
The call stack is as follows:
TIB_BindingCursor.QuickFetch($D27218,False,False)
TIB_BDataset.SysScrollCurrent(False,False,False)
TIB_BDataset.SetRowNum(8320564)
TIB_BDataset.SysMoveBy(0)
TIB_Dataset.InvalidateRows
TIB_BDataset.InvalidateRows
TIB_Dataset.SysRefresh(True,???)
TIB_Dataset.RefreshRows
Okay what am I missing here, I assume that it might be something not
set right, anyone give me something to try....
Environment: Win95, Delphi 3, IBO 4.2.Eb
Thanks
Paul
Paul Schmidt,
Tricat Technologies
Email: paul@...
Website: www.tricattechnologies.com
I have a TIB_Grid the data is modified on another form, with another
dataset. I added the following code to the second form, in the
process or closing that form:
frmMain.qryPhase.RefreshRows;
frmMain is the form where the grid and it's dataset are located
qryPhase is the query that feeds the grid, so it should refresh the
rows in the grid. Instead I get an error:
Problem in BindingCursor, this is in the module IBA_BindingCursor.IMP
around line 389.
The call stack is as follows:
TIB_BindingCursor.QuickFetch($D27218,False,False)
TIB_BDataset.SysScrollCurrent(False,False,False)
TIB_BDataset.SetRowNum(8320564)
TIB_BDataset.SysMoveBy(0)
TIB_Dataset.InvalidateRows
TIB_BDataset.InvalidateRows
TIB_Dataset.SysRefresh(True,???)
TIB_Dataset.RefreshRows
Okay what am I missing here, I assume that it might be something not
set right, anyone give me something to try....
Environment: Win95, Delphi 3, IBO 4.2.Eb
Thanks
Paul
Paul Schmidt,
Tricat Technologies
Email: paul@...
Website: www.tricattechnologies.com