Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

caption properties 1

Status
Not open for further replies.

friend01

Programmer
Jun 4, 2009
94
CA
hi all,

simple question. I need to make the 'caption' on my command box split into 2 lines. In other words, I need to have it display:

"Please click"
"Run Query #1"

in the same buttion but exacatly as it is above (in 2 seperate lines). I can't seem to do that for some reason. The chr(10) or chr(13) is not working for me?

I know it's something pretty darn simple. Any quick help please.


Thanks,
F1
 
Thank You; Glad I could help...

You dont have to set autosize to .T., If you make the button big enough to Accommodate the caption (text). My suggestion would be Leave the Auto Size to .f. and make the button big enough...AutoSize in optiongroups, buttons and Labels, IMO, tend to "Misbehave" at runtime...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top