-
Priyanka Yerramsetti
- PowerBuilder
- Wednesday, 29 April 2026 11:29 AM UTC
Hi Team,
I am using PowerBuilder 2022 R3 x86 IDE 3391 runtime and have implemented a RibbonBar in my application.
I have a small button with the text A&B defined in the Ribbonbar XML as shown below:
XML
<SmallButton
Text="A&B"
PowerTipText="A&B"
PowerTipDescription="A&B" />
I also tried &amp; and & --> not working
Observed behavior:
The Text property displays correctly as A&B on the small button.
However, for PowerTipText and PowerTipDescription, the ampersand (&) is rendered as an underscore (_) instead of &.
Expected behavior: PowerTipText and PowerTipDescription should also display A&B, same as the button text.
Questions:
- How to use & in PowerTipText and PowerTipDescription?
- Is this a known issue or limitation in PowerBuilder RibbonBar?
- Is there any recommended workaround or correct way to escape special characters like & for PowerTipText and PowerTipDescription?
Any guidance or confirmation would be appreciated.
Thanks in advance.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.