Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form's Caption_Assign
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00424701
Message ID:
00424726
Views:
20
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform