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:
00424715
Views:
14
>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
vNewVal = vNewVal + space(10)+'version 1.0'
THIS.CAPTION = m.vNewVal
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform