Question Define Button Label "&label".

PrJlndni

Member
Hi Masters,

Good day!

I would like to ask about the ampersand used in the button label. According to the OpenEdge 11.6 Documentation, ampersand (&) is used to underline a character within the label to be used as a navigation mnemonic in Windows. Indicate the character by preceding it with an ampersand (&). When the button is displayed, the mnemonic is underlined.

I've been trying it in character-based. It does not work, I think it ONLY works in windows as indicated in the documentation. Is there any way that this thing could work in a character-based? If there is, please help me how.

Sample code:
Code:
Define Button b_Exit label "&E X I T" size 37  by 1.

Expected Output: E X I T

Thank you very much in advance Masters.


Regards,
Pr
 
Top