Hi Sanjay,
For your issue, you can refer to the following link for the detail.
https://docs.appeon.com/pb2019r3/pbug/ch04s04.html#d0e23714
Normally, we suggest you put this XML file into a specified location where the PowerBuilder executable application is deployed at the client end.
You can also refer to these links below to dynamically modify the related Ribbon bar properties via the functions like GetItemByTag function of the Ribbon bar control.
https://community.appeon.com/index.php/qna/q-a/ribbonbarcategoryitem-visible-property
https://docs.appeon.com/pb2019r3/powerscript_reference/ch02s04s274.html
The GetItemByTag and GetItem functions can be used to get items including ApplicationButton, TabButton, Category, Panel, Group, LargeButton, SmallButton, CheckBox, and ComboBox; but cannot get RibbonMenuItem, RibbonApplicationMenu, and RibbonMenu.
BTW, you can also try to download this PowerBuilder-RibbonBar-Example to experience the Ribbon bar related functionalities.
This example shows you how to replace an application menu with a RibbonBar using the 2019 R3 version. For more information, check the tutorial How to Replace an Application Menu with a RibbonBar.
Regards,
I don't believe that the PFC has any idea what a Ribbon Bar is.
Regards ... Chris