Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status Bars
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00061834
Message ID:
00061865
Vues:
29
Hi Dennis! Probably you should use: THISFORMSET.frmDataView.ctlStatusBar.Panels(1).Text = "Scale: 1 to " + LTRIM(STR((THISFORMSET.gnScale))) to achieve the results you wanted.. >THISFORMSET.frmDataView.ctlStatusBar.Panels.ITEM(1) = "Scale: 1 to " + >LTRIM(STR((THISFORMSET.gnScale))) >THISFORMSET.frmDataView.ctlStatusBar.Panels(1) = "Scale: 1 to " + >LTRIM(STR((THISFORMSET.gnScale)))
* 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