Application with frame-like function

waipahunet

Registered User.
Local time
Today, 00:13
Joined
Oct 13, 2003
Messages
20
Can anyone help with how to create an HTML frame-like function? Basically two rows, menu buttons remain on the first row, second row would have the menu items and information window. Function would be:

1. Click on a menu button at the top (frame 1)
2. Selection options populates menu items (frame 2)
3. Select a menu item and main information comes up in the third frame.

If a new main menu button is selected, the menu items refresh with a new selections. Would an option be to create one main form and each frame would represent a sub form.

Any help is greatly appreciated.
 
I would look at using a tab control, with it set to show buttons rather than tabs, for frames 1 and 2. Frame 3 depends on what your are trying to display but possibly another tab control with the tabs hidden and a sub form on each tab, if there is a lot of variety, or maybe one subform with filters if you are just filtering the same data in different ways

HTH

Peter
 
Thanks for the suggestion and I did try it but not working out like it'd like it to.
 

Users who are viewing this thread

Back
Top Bottom