"External data" window not shown by default ?

S

SomeNewDev

Hi,

I'm adding data to visio via the AddFromXML method (with "0" as AddOptions).
And I'm realizing right now, that the window isn't shown after the adding.
I have to show it over Menu > View > External Data Window.

But I want it to be shown by default. I tried looping through
ActiveWindow.Windows
collection, coz I thought I could seek for it and then show it. But it's
also not there.

What would be the way to show that window programmatically ?

Thanks in advance
 
D

David Parker

Visio.Application.DoCmd(Visio.VisUICmds.visCmdDataExplorerWindow)
or
Visio.Application.DoCmd(2044)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top