Ok, I will explain this the best I can. Since you can only have one formindialog open at a time, I have been using hidden tab panels within open dialog forms you go a level deeper into the record. I just make it visible through an event.
This works great when you have a one to one relationship.
In my current case, I have a listing with a custom navigation controller. When I click on the record in the listing, I get a the record detail (Inventory Profile) in a fromindialog. The form, has tab panels.
In my case the listing is listing of inventory. In one of the tab panels in the Inventory Profile is a listing of all the related work orders. I want to be able to click on one of the work order records to show the detail of the workorder, without closing the current Inventory Profile formindialog.
So I figured when the user selects the work order, it would copy the work order number to a global.
I would have a hidden tab panel located on the Inventory Profile (related through the global and the workorders) that would become visible. the problem is that the method to do this is located in the workorder listing (table), and the element I need to make visable is located on the Inventory profile.
I can’t quite reach through a relationship beacuse elements are not accessable via a relationship in the method editor
I know this is a crazy work around, But I need to keep that form in dialog open while I go one level deeper in the record.
I won’t be suprized if anyone cant follow this, but maybe someone has a better idea, or another work around, or modify my currrent effort.
I have enclosed a screen shot.
Thanks for any input, I really need this functionality