Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Saving as web page

3 views
Skip to first unread message

Vande@discussions.microsoft.com Ryan Vande

unread,
Sep 14, 2009, 11:17:02 AM9/14/09
to
When I link objects to a database and then save the visio document as a web
page everything works good when I open that web page.

So one day I was like hmmm I wonder if this is dynamic, dynnamic meaning if
I change something in my table within the database will that saved web page
be updated with the changes?

And to my surprise It did not , I mean I could re save the Visio document as
a web page to reflect the changes but that is not what I am looking for, can
someone help me out with this issue? Can a visio document saved as a web page
be a "dynamic" web page that consistantly stays updated with the database ?

David J Parker [MVP Visio]

unread,
Sep 14, 2009, 4:19:46 PM9/14/09
to
Linked data and associated data graphics will be able to refreshed
automatically if you save to SharePoint in the next version on Visio.
http://blogs.msdn.com/visio/archive/2009/07/17/visio-2010-technical-preview-released.aspx


"Ryan Vande" <Ryan Va...@discussions.microsoft.com> wrote in message
news:7C1D2124-3870-4D73...@microsoft.com...

Vande@discussions.microsoft.com Ryan Vande

unread,
Sep 14, 2009, 5:52:01 PM9/14/09
to

So with what your saying, it will be safe for me to stop chasing this
objective for now because it cant happen (at least until the next version of
visio)?

David J Parker [MVP Visio]

unread,
Sep 15, 2009, 2:48:42 AM9/15/09
to
Correct, unless you want to write some code to do it now ... which is
possible.
Even in Visio 2010, it will not add or delete shapes automatically, just
refresh the data linked to existing shapes, so if you are expecting
additions or deletions then you will need to write code anyway.
Also, the Visio 2010 refresh is for diagrams published to SharePoint (MOSS)
only, thus you will need to write code if that is not your framework.
It is possible to setup an agent to silently start Visio, update the
diagram, then re-save as web page(s) automatically whenever something
changes, such as data, but that is custom code.

"Ryan Vande" <Ryan Va...@discussions.microsoft.com> wrote in message

news:D3D9BB2E-CC2C-484F...@microsoft.com...

Ryan Vande

unread,
Sep 15, 2009, 11:55:01 AM9/15/09
to
Can you direct me into what language to use and maybe how to start writing
this code. Not actually writing it but like what IDE I would want to use and
again the language? Now I'm not a very experienced programmer, however I'm
trying to learn all the ins and outs of programming so think you can start me
off with what I would want to look into?

David J Parker [MVP Visio]

unread,
Sep 17, 2009, 3:19:38 PM9/17/09
to
Gosh ... depends on what tools you have available to you

I personally use VBA, vb.net and c# ... which happens to be the languages in
the Visio SDK Code Samples
http://msdn.microsoft.com/en-gb/office/aa905478.aspx
There's an example Save Drawing as Web under the Publishing branch, which
you need.. Then you need something to start that process after the drawing
has been refreshed....

Also, this was a good book:
http://msdn.microsoft.com/en-us/library/aa245244(office.10).aspx


"Ryan Vande" <Ryan...@discussions.microsoft.com> wrote in message
news:1D4E3549-29DB-450D...@microsoft.com...

Ryan Vande

unread,
Sep 18, 2009, 3:12:01 AM9/18/09
to
Thank you for the insight ...

Agan I am not looking fo anyone to help me or too write the code for me, I
will never learnthi way. However if I have question's as I attempt to write
this code, isit ok if I post questios to you on these forums?

Any developer tool, dosn't matter which one, except for C I have never
touched C C++ C# Mainly Java, VBS,

But If C is the best language to use then I will hve tolear it huh?

Let me know which you prefer please

David J Parker [MVP Visio]

unread,
Sep 19, 2009, 3:17:28 PM9/19/09
to
Go for C# then, not C
See you around these parts....

"Ryan Vande" <Ryan...@discussions.microsoft.com> wrote in message

news:A2B18564-2072-4BA1...@microsoft.com...

0 new messages