Hi,
Firstly I should ask is it possible to use a combined browse/edit screen in a frame?
I have a Master - Detail model that I’m just playing around with to see what I can do.
In the edit screen for the Master Entity I have a frame that I have placed the Browse/Edit screen of the Detail entity.
I have modified the query for the groupDatasource used for the Browse table in the Detail screen like this “… where e.master.id = :ds$masterDs”. This appears to filter the details browse table fine.
I can create and edit rows in the detail fine but the link to the Master is not set. Is this possible and if so how do I do it?
Thanks everyone
Here is the test master screen with the frame showing the detail screen
This is the details datasources showing how the where clause links the table data.