is there a method TIBCQuery.DeleteRecordFromClientBuffer ?
Posted: Mon 24 Aug 2015 09:12
Hello
I need a method to delete a record from the clientbuffer. (usually the current record)
The background: I execute a time consuming query and the user can edit a record so I know it wouldn´t fulfill the where clause anymore. So I want to delete the record from the buffer that it vanishes from the grid without to refresh the whole query (performance reason).
In IBObjects there is a TIB_Query.DeleteBufferRowNum method that has this functionality.
Regards
Oliver Wurdak
I need a method to delete a record from the clientbuffer. (usually the current record)
The background: I execute a time consuming query and the user can edit a record so I know it wouldn´t fulfill the where clause anymore. So I want to delete the record from the buffer that it vanishes from the grid without to refresh the whole query (performance reason).
In IBObjects there is a TIB_Query.DeleteBufferRowNum method that has this functionality.
Regards
Oliver Wurdak