getbookmark/gotobookmark with TDatasetState = dsInsert
getbookmark/gotobookmark with TDatasetState = dsInsert
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.