Subject | TIB_CheckBox delay |
---|---|
Author | Steven Beames |
Post date | 2001-03-09T05:08:38Z |
I've noticed that when I examine TIB_CheckBox->Checked in the datasource's OnDataChange event
handler, upon changing rows via a TIB_Grid, that the state is still that of the previously selected
row of the dataset!
Is there a way to ensure that this property is accurate at this time, or do I have to continue using
(ClientsQry->FieldByName("ACCNTHLDR")->AsString == "T"), which does reflect the correct value?
Thanks
Steven Beames
handler, upon changing rows via a TIB_Grid, that the state is still that of the previously selected
row of the dataset!
Is there a way to ensure that this property is accurate at this time, or do I have to continue using
(ClientsQry->FieldByName("ACCNTHLDR")->AsString == "T"), which does reflect the correct value?
Thanks
Steven Beames