Re: Overridden button caption - left-aligned???
- From: "Carsten Bonde" <bonde AT real-inkasso DOT de>
- Date: Wed, 1 Jun 2005 12:23:59 +0200
Bernie,
are you loading the captions from a table? Maybe you forgot to rtrim() the
text.
Example:
THISFORM.Command1.Caption= "Hello" + Space(20) && Left-aligned
THISFORM.Command1.Caption= rtrim("Hello" + Space(20)) && Centered
--
Cheers
Carsten
_______________________________
"Bernie Beattie" <BernieBeattie@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im
Newsbeitrag news:DB79F564-1187-49D3-B23C-9912488AAB43@xxxxxxxxxxxxxxxx
> I have VFP8 code that overrides a button caption but the caption displays
> left-aligned rather than centered for some reason. There doesn't seem to
be
> any property to set to correct this. Has anyone any ideas?
>
> Bernie
.
- References:
- Overridden button caption - left-aligned???
- From: Bernie Beattie
- Overridden button caption - left-aligned???
- Prev by Date: Re: Frx2any has no Bold text
- Next by Date: Re: Breaking Long Query into multiple statements ?
- Previous by thread: Overridden button caption - left-aligned???
- Next by thread: Re: odd paper size
- Index(es):