Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar problems
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00355774
Message ID:
00355991
Views:
21
> 1. There is a tiny 'X' checkbox on the corner that I can't find among the toobar container's properties. When the toolbar is instantiated in runtime, clicking on if released the toolbar. I can't figure out how to get rid of it. Anyone know?

Disble the controlbox, or, you can Dock it, making it impossible to close by putting this in the SHow()

This.Dock(0)
This.Refresh()
dodefault()


> 2.
>IF TYPE('oBenToolbar')='O' && line 3

What if you make that:

IF TYPE('oBenToolbar')='O' and not ISNULL(oBenToolbar)
Previous
Reply
Map
View

Click here to load this message in the networking platform