Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Label Class
Message
 
 
À
23/04/2004 07:37:14
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00897519
Message ID:
00897582
Vues:
12
Steven,

You should put a method on the static form that the other places can call and send it the new string to be displayed. The method then handles the details of getting the new value onto the screen.

You could also expose a property on the static form and give it an assign method:
*cStatus_Assign
lparameter vNewValue
this.cStatus = vNewValue
this.Refresh()
I'd use a textbox instead of a label and format it to look like a label and set it's ControlSource to be thisform.cStatus

>How can I create a label to be used on a main static form and the caption be defined in another from or program on the fly?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform