Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Refresh ToolBar of The Active Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxExpress
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01067849
Message ID:
01070495
Vues:
20
Hi Jesus,

>Hi!! I'm Working with Visual Fox Express, but I have some problems, I need to Know How Can Refresh the Tool Bar off The Active Form. The Tool Bar is outward a The Form, is aggregate in base a The Property ctoolBar in The Form. You Can Help Me, You Can
>solve my problem.. ThankYou For Your understanding.

if you have the reference to toolbar assigned to Forms property then you can just fire up the refresh code like:
thisform.cToolbar.Refresh() (or whatever method causes thу refresh of toolbar in Visual Fox Express.

if thisform.ctoolbar contains the name of global object that holds the toolbar for active form then the following codewill do the trick:

loToolbar=evaluate(thisform.ctoolbar)
lotoolbar.Refresh()
release lotoolbar.

HTH
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform