Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00355774
Message ID:
00355991
Vues:
22
> 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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform