Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars
Message
From
26/12/2001 08:38:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
26/12/2001 08:06:26
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00598133
Message ID:
00598138
Views:
20
>Hi Folks
> My question is can you put 2 toolbars on a form at 1 time. One located
>at the top of the form, and one located on the left side of the form with
>an mdichild window open at maxamize. I am trying to get a Microsoft Outlook
>type form. Is this possiable. I have tried all different combinations, formset
>form, top level from. in top level form, it will not display the second toolbar.
>Thanks for any help.

John,
You could have many toolbars for a form. If they're specific to this form you could make them show and release with form. Create a custom array property for your form - say oToolbars[2]. In your form.init code :
with this
 .oToolBars[1] = NewObject('Tool1ClassName','ToolbarClassLibName')
 .oToolBars[2] = NewObject('Tool2ClassName','ToolbarClassLibName')
 .oToolBars[1].Show
 .oToolBars[1].Dock(0) && Dock top
 .oToolBars[2].Show
 .oToolBars[2].Dock(1) && Dock left
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform