Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add a new object property(Not proc) in Run time?!
Message
De
30/07/1998 02:42:22
 
 
À
30/07/1998 00:40:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00122601
Message ID:
00122614
Vues:
17
Hi Justok

you can do that code something into INIT of FORM EVENT as below:

*** INIT of FORM

THISFORM.TEXT1.CAPTURE = "NEW TITLE"
( you can use that way to re-default any object in FORM )


anyway u can do that into a CLICK EVENT of a button too.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform