Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Refresh ToolBar of The Active Form
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxExpress
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01067849
Message ID:
01070495
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform