Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form's Caption_Assign
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00424701
Message ID:
00424726
Vues:
19
>>Hi everybody,
>>
>>Do you know, how can I add a code into Caption_Assign method, if it's allowed. IOW, I'd like to add something to the form's caption (version number). Each time, when I change caption, I'd like to add something at the end, e.g. caption=caption+space(10)+'version 1.0'
>>
>>What would be the easiest way to do it?
>>
>>Thanks in advance.
>
>Hi Nadya,
>
>Just create form.caption_assign method with the code belos, it will work.
>
>LPARAMETERS vNewVal
 if not 'version' $ vNewVal && not already there
>   vNewVal = vNewVal + space(10)+'version 1.0'
 endif
>THIS.CAPTION = m.vNewVal
Thanks, Nick and Trey. Will do. It's simpler, than I thought :)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform