I have modified the QT example "querymodel" for my database. I issue a select statement that joins two tables and displays the result in a QTableView. I can edit a field and the program updates the appropriate table.
My problem is that when the edited field is exited, the screen is refreshed and the view returns to the first record in the query. There are over 4,000 records in the DB so needless to say it gets kind of old scrolling back down to edit a field in a another record near the bottom of the query.
Is there a way to update the tables and not update the QTableView? Or is there a way to control what the refreshed view displays?
Thanks in advance for any help!!!
Norm
Bookmarks