Subject Generators and row selections
Author Don Schoeman
I have two problems:

Firstly, I manually insert records to a dataset using methods like
TIB_Query's Insert method. Even though I do have the KeyLinks property
correctly set to the primary key of the table, the row cursor moves to the
previously selected record after the post. I would like it to stay at the
newly created record. I've tried setting the KeyLinksAutoDefine property to
true instead of specifying the LeyLinks also, but it still doesn't work.
What am I missing?

Also, I have a simple generator which increments the primary key of a table
when inserting a new record. For some reason the generator add's 2 to the
previously created value instead of 1. Am I doing something stupid again
which will cause this behaviour?

Best Regards,
Don Schoeman