I understand what Molmos is wanting because I’m trying to do the exact same thing. I am trying to set up an order form using Master/Detail; Master will contain general Order information and Detail will contain the Items for the order. The Master is single record, and I want to the Detail to be a Grid Application and only to display some of the information from the Items. I don’t want to use a Form Application for the Detail because I have a large number of fields for the Items, which makes editing in place or editing with modal quite difficult.
Instead, I want to add a button on the Master which opens, in the same window (replacing the current window contents), the Items of that particular Order, in a completely separate Form Application (editable grid view).
However, when I try to use the Grid Application for the Detail it shows all the records not just the ones pertaining to that particular Order. Also, I am having difficulting getting the button, I described above, to work. How to I go about doing these two things?