Visio Viewer in Sharepoint

G

Guido

Hello,

i want to integrate the Visio Viewer within a Sharepoint Webpart located
below a document library. There are a couple of hyperlinks behind the shapes.
When I click on a hyperlink a new page is loaded only with the Visio Viewer
and the new visio file. Is there a way to control the behavior when clicking
on a hyperlink in the Visio Viewer? First, after clicking on a hyperlink of a
shape i want the new file opened in the Visio Viewer located in the
Sharepoint Webpart. Second, the visio files are in different folders in the
document library and after clicking on a hyperlink the correct folder should
be opened, too. I'm thankful for every information.

Best,
Daniel
 
B

Burt

I found this at http://www.wssdemo.com/Pages/visio.aspx. Seems to work but I
am having some issues with the height of the previewer.

<OBJECT classid="CLSID:279D6C9A-652E-4833-BEFC-312CA8887857"
codebase="http://www.microsoft.com/downloads/...8-e7d0-49af-b162-54a11f38d301/visioviewer.exe"
id="viewer1" width="100%" height="100">
<param name="BackColor" value="16777120">
<param name="AlertsEnabled" value="1">
<param name="ContextMenuEnabled" value="1">
<param name="GridVisible" value="0">
<param name="HighQualityRender" value="1">
<param name="PageColor" value="16777215">
<param name="PageVisible" value="1">
<param name="PropertyDialogEnabled" value="1">
<param name="ScrollbarsVisible" value="1">
<param name="ToolbarVisible" value="1">
<param name="SRC"
value="http://www.wssdemo.com/Shared Documents/carpark.vsd">
<param name="CurrentPageIndex" value="0">
<param name="Zoom" value="-1">
</object>

Hope it helps

Burt
 
N

Nikolay Belyh

Why are you trying to use the Visio viewer with an exe file?

The Visio viewer download URL points to EXE file, not CAB file.
Probably this is the issue. I guess Visio viewer is not available as a
CAB package.
In case your browser refuses to autorun exe files, you need to install
the viewer manually.
 
P

Paul Herber

The Visio viewer download URL points to EXE file, not CAB file.
Probably this is the issue. I guess Visio viewer is not available as a
CAB package.
In case your browser refuses to autorun exe files, you need to install
the viewer manually.

I think the OP has the viewer already installed. The original message
is somewhat unclear, it's nearly all a trifle ambiguous. But if the OP
doesn't come back then we may never know !
 

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