question

FormerFTE-7071 avatar image
0 Votes"
FormerFTE-7071 asked BobJohnson-6874 edited

XML Custom UI Error - how to track

I am taking over development of a mission critical vba rich Access/SQL application. The custom ribbon(s) utilize the usysribbons table and there approximately 45 entries for loading different tabs/ribbons. I am getting a button ID error (filtertogglefilter) on some actions and then the custom (MAIN) tab will load twice but when I use the ribbon to load other forms or other actions it removes the duplicate tab. Also one of the two duplicate tabs being loaded does not work. When I return to some forms the duplicate tab goes away. the duplication seems to be happenning here Public Sub Ribbon_Load(Ribbon As IRibbonUI) '(You declare this function in your VBA Markup) Set ribCurrent = Ribbon End Sub Also I can bubble up an error that tells me line 76 column 40 but it does not tell me which row or ID in the usysribbons table this occurs in. And that is my question - how can I determine which usysribbon ID this code is failing on? While I appreciate all feedback please do not respond with comments like "Why are you using Access" or why are you not building the xml ion vba" This problem is past that. Thank you

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers