I have a grid with Updateable Detail view (SQL).
Datasource is a SQL View.
When I Insert a New Record and press Save I get this message:
"Could not refresh Detail View after inserting record. No records were found when executing the 'Refresh row' query."
The insertion itseld is succesful, but Alpha5 is not able to refresh the detail view.
I guess it is related with the Identity field. It shows "0" before the record is saved, then SQL gives it a value and Alpha5 is not able to retrieve this new value.
If I change the Datasource to a SQL Table, the problem does not happen, but I miss a lot of fields that I need and are not in the table.
Preventing the Detail View from refreshing would be an acceptable solution, since I close the Detail View after Saving anyway.
Thanks in advance for your help.
Bookmarks