Updated June 5, 2006
Iron Speed Designer V3.2 and V4.0
If your master-detail page has multiple detail tables and you would like to display only one of them at a time, then you can do this in one of two ways.
1. Hide and display entire table controls based on which button is clicked. You can look at an example in the Code Customization Wizard called:
Conditionally Displaying Controls
- Hide Table Control Until Searched
- Hide Table Control when Empty
While these may not be exactly what you want, you can adapt them to your needs.
2. Create separate pages for each of the master / detail combinations. While this is a little more trouble when creating it, it might be more efficient to the user because you are only pulling in data for one of the tables at a time instead of sending everything over to the browser.
Part V: Customizing Generated Application Code