Home » Developer & Programmer » Forms » labels on pushbutton
labels on pushbutton [message #79223] Wed, 15 May 2002 13:48 Go to next message
Susan
Messages: 102
Registered: October 2001
Senior Member
If you create a small pushbutton in your form but want to add a fairly long label to it, is there any way that you can split the title so it appears on two lines instead of one?

Susan.
Re: labels on pushbutton [message #79244 is a reply to message #79223] Fri, 17 May 2002 08:01 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
1.Oracle Forms does not support multi-line button labels
2.in window platform only workaround is to use a iconic button(create icon which contains the text of multiline)
3. in non-window platform
SET_ITEM_PROPERTY( 'button_name', LABEL,
'pratap' || CHR(10)|| 'tripathy' );
Previous Topic: who is the champion in forms?
Next Topic: Re: Start Menu
Goto Forum:
  


Current Time: Fri Apr 19 13:30:07 CDT 2024