Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make muti pane top level form
Message
From
06/09/2002 06:35:05
 
 
To
06/09/2002 06:23:57
Raoshan Kumar
Softinfo Systems Pvt. Ltd.
New Delhi, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00697405
Message ID:
00697408
Views:
12
>Hi friends,
>
>I'm is process to make an application in VFP 6.0. The requirement of the client is to make the software with top level form having two panes. the left pane shows the icons which are linked with some prime modules and the right pane is for displaying the actual entry screen (exactly same as the Microsoft Outlook)
>
>I'm finding it hard how to create a multi pane top level form.
>
>Can anybody help me to accomplish a task.
>
>Raoshan
>(India)

Raoshan,

If I were you I would create a form with on the right half a PageFrame with no tabs. If you move in the left half you just activate another page of the PageFrame. Each page then will have its own controls.

As to the left side, you could put a pageframe also with as many pages as the right pageframe, and force it a bit to just show the tabs (TabStretch = 0, and not very wide). Changing the activepage in the left frame would activate the same page number in the right

You will have to put a bit of logic in the FormResize() in order to resize/reposition the PageFrame (but that is not the hardest bit).
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform