PlanetTech
Posts: 13
|
| Posted: 07/28/2008, 12:54 AM |
|
Have a configuration type management database.
The master table has about 150 fields which holds the common set of fields used across all configuration class types.
the website design uses Tabs to place common attributes together, however I need to display data from another table but cannot as the main form spans the whole page.
<Page>
<Header>
<MenuSystem>
<Form>
Pulls a single record and displays in tabs
<Tab Summary><Tab Business><Tab Inventory><Tab Backup> etc..
</Form>
<Footer>
</Page>
I would also like to add another tab called “Applications” and pull data from another table. As the form spans the master tabview panel this is not possible.
Hopefully that makes sense.
What would be the best way to go about this? Do I need to restructure the page and have each Tab be a form and pull its own data?
Thanks
|
 |
 |
|