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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can you put the label in 2 lines on a Forms command button?

Status
Not open for further replies.

AppBldr

Programmer
Sep 27, 2000
14
0
0
US
We have some buttons that must have several words on them, but are too wide that way. We tried using set_item_property for the button label, using chr(10) between the words, but that didn't work. Does anything?
Thanks!
 
You could try covering it with another field or another field's prompt, but I can't get it to work.

I think the answer is 'NO', you can't have multiline labels.
 
Yes, you can not split button prompt, but you may create iconic button, using GIFed text. Another way is to use DISPLAYED ITEM, changing its bevel to simulate button behaviour. Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top