Subject | [IBO] TIBOQuery - Refresh only the current record |
---|---|
Author | Enrico Raviglione |
Post date | 2005-07-22T16:26:06Z |
Hi,
i try to refresh only the current record of a TIBOQuery with this
instructions:
long int aRowNum = myQuery->InternalDataset->RowNum;
myQuery->InternalDataset->InvalidateRowNum(aRowNum);
But current row are not refreshed. aRowNum don't seem to have the right
number, it's value are 0 or 1 and not the exact RowNum.
Where are the problem ?
In this application the "current record" are the record with focus into
a wwDbGrid (InfoPower DBGrid).
Best Regards.
Enrico Raviglione
IDEA Sistemi s.n.c.
Via Burolo, 30
10015 IVREA ( TO )
ITALY
TEL. +39 0125 253235
FAX +39 0125 253271
www.ideasistemi.it
e.raviglione@...
i try to refresh only the current record of a TIBOQuery with this
instructions:
long int aRowNum = myQuery->InternalDataset->RowNum;
myQuery->InternalDataset->InvalidateRowNum(aRowNum);
But current row are not refreshed. aRowNum don't seem to have the right
number, it's value are 0 or 1 and not the exact RowNum.
Where are the problem ?
In this application the "current record" are the record with focus into
a wwDbGrid (InfoPower DBGrid).
Best Regards.
Enrico Raviglione
IDEA Sistemi s.n.c.
Via Burolo, 30
10015 IVREA ( TO )
ITALY
TEL. +39 0125 253235
FAX +39 0125 253271
www.ideasistemi.it
e.raviglione@...