Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CBaseForm.ReFreshToolBar()
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
CBaseForm.ReFreshToolBar()
Miscellaneous
Thread ID:
00466772
Message ID:
00466772
Views:
35
Kevin et all,

Looking at the cBaseForm.RefreshForm method it calls the ReFreshToolBar method of the form. The call is

*-----------------------------------------------
*-- If this form is using a toolbar, refresh it
*-----------------------------------------------
This.RefreshToolBar()


In the RefFreshToolBar the code is:

LPARAMETERS tcFileStatus
IF TYPE("this.oToolbar") == "O" AND !ISNULL(this.oToolbar)
this.oToolbar.Refresh(tcFileStatus)
ENDIF


How does this work? tcFileStatus is undefined as far as I can determine.


Thanks

Bob
Next
Reply
Map
View

Click here to load this message in the networking platform