Page 1 of 1

getbookmark/gotobookmark with TDatasetState = dsInsert

Posted: Mon 29 Jan 2007 09:52
by Ludek
Having following problem: The bookmark received using GetBookmark call on a freshly inserted record (dataset is still in dsInsert state) is probably not correct - if I subsequently call GotoBookmark using such bookmark, the pointer does not get set to this record, but nearly always to first record of the dataset. Could you please correct it? Thanks, Ludek.

Posted: Tue 30 Jan 2007 13:07
by Jackson
This is a standard behaviour for descendants of the TDataSet class.
We can't change this behaviour because of compatibility reasons.