I have a Visio Web Access webpart that is currently connected to 3 different query filter webparts. Here is what the query filter webparts are doing
- #1 - This is passing in the page name to the "Web Drawing Url and Page Name" connection
- #2 - This is passing in the shape name to the "Shapes to Highlight" connection
- #3 - This is passing in the shape name to the "Shape to View" connection
#2 and #3 pull from the same query string variable because I want to highlight AND center/zoom on a selected shape. Everything works fine if I am already on the default page for the drawing but if I need to have it show a different page the highlighting works but the center/zoom functionality does not work.
I assume this occurs because it is doing the zoom/center before it changes drawings. I tried changing the order in which I made the connections so that the center/zoom would come last but that did not work.
How can I make it so that it will do the center/zoom on pages that are not the default?
PS - I am also posting this question on the Microsoft Forums