Hi.
I have a form (Details Transaction pattern) with 2 datasources. Form allows end user to see records on the grid and open a particular record in Detailed Tab to view/update it.
Main datasource is a table where records are saved and second one is a view, which I use to display data related to the main table (I didn't want to create many duplicate fields on the main table when data is stored in another table already). When I create a record my second datasource (which is a view and brings related data so end user can see it) isn't refreshed. Unless I click refresh button and/or reload the page, second datasrouce data isn't there. As well, I noticed that after creating several records and if I'm to add another new record and click refresh button the grid position isn't kept and first record is loaded on the form.
Any thoughts what am I doing wrong or not doing here? If more info is needed please ask.
Thank you,
Alex