Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top-level Toolbar question?
Message
From
19/08/1998 09:11:43
 
 
To
19/08/1998 09:07:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00128081
Message ID:
00128083
Views:
17
>I've tried unsussessfully to utilize a tool-bar with a top level form. Here's what happens. I set the form to a top level form, the tool-bar to in top level form, and added this code to the forms init event:
> SET CLASSLIB TO vtools
> oObj = CREATEOBJECT("tlevel_bar")
> oObj.Visible = .T.
> oObj.Docked = .T.
>When I run the top-level form, you briefly see the tool-bar in it for about a second and then I get this error message...
> Property docked is read only
>Can anyone help me out with this, thanks in advance.

this.tbmain=createobject("tbmain")
WITH this.tbmain
.dock(0)
.visible=.t.
ENDWITH
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform