Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CBaseForm.ReFreshToolBar()
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
CBaseForm.ReFreshToolBar()
Divers
Thread ID:
00466772
Message ID:
00466772
Vues:
34
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform