Greetings,
We have built a customization for GP using Dexterity, and this customization includes a new navigation pane button and associated area page. Now when GP is accessed via Citrix, our navigation pane button does not show up. When the Navigation Pane Options form is opened, the button we added is not present. Is this a known problem, or is it possible we're creating the navigation button in the wrong way? Below is a description of how we're adding the nav bar button in Dexterity.
The following is in a procedure that is triggered to run after CreateDefaultNavBarButtons. "Our_Navigation" is a command of type Command List.
nSeq = 0;
nStatus = AddNavBarButton("",
nSeq,
true,
OUR_PRODUCT_ID,
resourceid(form OUR_Command_Form),
resourceid(command OUR_Navigation of form OUR_Command_Form),
0,0,0,true) of form syNavBarBtnObj;
Thanks in advance,
Greg
*This post is locked for comments
Please share your trigger and complete code.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156