Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Center form's caption
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00356420
Message ID:
00356478
Views:
12
Put a label on your form and set its visible property to false.

ThisForm.InvisibleLabel.Caption = 'Table Maintenance for ' + proper(pcTable)

Now you can use the width property of the label and subtract it from the width of the form. Divide that by 2 times the width of a space. Then padl() the caption with that number of spaces.

>Hi everyone,
>
>Simple problem: I want to center caption of my form, so I tried:
>
>
>this.caption=padc('Table Maintenance for '+proper(pcTable),this.width)
>
>Didn't work.
>
>What should I do?
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform