Hi everyone!
I'm trying to make a simple BufDataset application for storing a name list in a BufDataset in Lazarus 4.2+FPC 3.2.2 on Win 10 x64.
I put TBufDataset, TDataSource, TDBGrid and TDBNavigator on my form with DataSet and DataSource properties filled.
When I run the application and click Insert button and type in a name, press Enter and then click Post, the name disappears from the grid (I've attached a gif for illustration).
If I keep adding new records, the new ones disappear after Post as well.
But sometimes some of them appear in the grid again.
When closing the application I get
'External: ACCESS VIOLATION' with message
Access violation reading from address $FFFFFFFFFFFFFFFF.
I can't understand what I do wrong. There is no code at all!
I recall when I wrote a similar app in Dephi 7, it worked fine.
Please help me to fix the issue.
PS: the archive with Lazarus project attached