A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Pages lost from Visio file



 
 
Thread Tools Display Modes
  #1  
Old May 9th, 2008, 12:59 PM posted to microsoft.public.visio.general
GraemeUK
external usenet poster
 
Posts: 4
Default Pages lost from Visio file

I have a visio document with seven pages. It is linked to an excel file for
data graphic information.

I have saved this file and when I reopened all the pages were gone. Some
favourite stencils were retained along with visio drawings, however the
actual pages of diagrams are missing.

When I go to File Properties the pages are listed in content.

Anyone have any ideas as to why the diagram pages are "hidden".



  #2  
Old May 9th, 2008, 01:01 PM posted to microsoft.public.visio.general
GraemeUK
external usenet poster
 
Posts: 4
Default Pages lost from Visio file

I should have said its Visio 2007

"GraemeUK" wrote:

I have a visio document with seven pages. It is linked to an excel file for
data graphic information.

I have saved this file and when I reopened all the pages were gone. Some
favourite stencils were retained along with visio drawings, however the
actual pages of diagrams are missing.

When I go to File Properties the pages are listed in content.

Anyone have any ideas as to why the diagram pages are "hidden".



  #3  
Old May 9th, 2008, 01:22 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Pages lost from Visio file

On Fri, 9 May 2008 04:59:01 -0700, GraemeUK
wrote:

I have a visio document with seven pages. It is linked to an excel file for
data graphic information.

I have saved this file and when I reopened all the pages were gone. Some
favourite stencils were retained along with visio drawings, however the
actual pages of diagrams are missing.

When I go to File Properties the pages are listed in content.

Anyone have any ideas as to why the diagram pages are "hidden".


The page UIVisibility has been set for some reason.
Our utilities at
http://www.visio-utilities.sandrila.co.uk/
can fix this or you can write a macro to do it.
I don't really do VBA but something like

loop through all pages
page.pagesheet.cellSRC[visSectionObject,
visRowPage, visPageUIVisibility].Set_Formula('=0')
end loop


--
Regards, Paul Herber, Sandrila Ltd.
Visio Utilities http://www.visio-utilities.sandrila.co.uk/
  #4  
Old May 9th, 2008, 03:18 PM posted to microsoft.public.visio.general
GraemeUK
external usenet poster
 
Posts: 4
Default Pages lost from Visio file

Thanks Paul

I dont know enough about vba either I'm afraid.

I downloaded the trial. Which funtion do you thinkwould be best to try
first. I have run some like Copy pages to another document. Visio closes down
without generating anything.

Cheers

"Paul Herber" wrote:

On Fri, 9 May 2008 04:59:01 -0700, GraemeUK
wrote:

I have a visio document with seven pages. It is linked to an excel file for
data graphic information.

I have saved this file and when I reopened all the pages were gone. Some
favourite stencils were retained along with visio drawings, however the
actual pages of diagrams are missing.

When I go to File Properties the pages are listed in content.

Anyone have any ideas as to why the diagram pages are "hidden".


The page UIVisibility has been set for some reason.
Our utilities at
http://www.visio-utilities.sandrila.co.uk/
can fix this or you can write a macro to do it.
I don't really do VBA but something like

loop through all pages
page.pagesheet.cellSRC[visSectionObject,
visRowPage, visPageUIVisibility].Set_Formula('=0')
end loop


--
Regards, Paul Herber, Sandrila Ltd.
Visio Utilities http://www.visio-utilities.sandrila.co.uk/

  #5  
Old May 9th, 2008, 03:27 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Pages lost from Visio file

On Fri, 9 May 2008 07:18:03 -0700, GraemeUK
wrote:

Thanks Paul

I dont know enough about vba either I'm afraid.

I downloaded the trial. Which funtion do you thinkwould be best to try
first. I have run some like Copy pages to another document. Visio closes down
without generating anything.


Page Report.
but, there does seem to be a problem with some installations on Visio
2007, most work just fine, but others cause Visio to either give an
exception, hang up at 100% usage or close Visio. Other people tell it
works fine with their Visio 2007. I don't have a handle on this
problem yet.



--
Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/
  #6  
Old May 9th, 2008, 05:54 PM posted to microsoft.public.visio.general
GraemeUK
external usenet poster
 
Posts: 4
Default Pages lost from Visio file

I save the files as a vsd file then opened it in openxml editor. The
UIVisibility for the pages is set to "0"

If I save the document as a web page it then produces a representation of
the page as it should be.

Any thoughts ?

.......Thanks for your time !

"Paul Herber" wrote:

On Fri, 9 May 2008 07:18:03 -0700, GraemeUK
wrote:

Thanks Paul

I dont know enough about vba either I'm afraid.

I downloaded the trial. Which funtion do you thinkwould be best to try
first. I have run some like Copy pages to another document. Visio closes down
without generating anything.


Page Report.
but, there does seem to be a problem with some installations on Visio
2007, most work just fine, but others cause Visio to either give an
exception, hang up at 100% usage or close Visio. Other people tell it
works fine with their Visio 2007. I don't have a handle on this
problem yet.



--
Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/

  #7  
Old May 9th, 2008, 07:02 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Pages lost from Visio file

On Fri, 9 May 2008 09:54:03 -0700, GraemeUK
wrote:

I save the files as a vsd file then opened it in openxml editor. The
UIVisibility for the pages is set to "0"


Set it to 1 and import back to Visio.
It appears that the UIVisibility flag is the wrong way round, it
probably should have been called Invisibility !!!!



--
Regards, Paul Herber, Sandrila Ltd.
Electrical for Visio http://www.electrical.sandrila.co.uk/
  #8  
Old May 10th, 2008, 06:22 PM posted to microsoft.public.visio.general
John Goldsmith
external usenet poster
 
Posts: 300
Default Pages lost from Visio file

Hi Paul,

That's not my experience. 0 is visible and 1 is invisible, as far as I'm
aware.

One thing I was wondering about is if the file is in group edit mode or
similar (where pages don't show)?

Graeme, can you see any pages tabs at all?

I notice that saving a file in group edit mode adds a second window within
the xml. Do you see more than one 'Window' tag within the 'Windows' tag?

Best regards

John


John Goldsmith
www.visualSignals.typepad.co.uk
www.visualSignals.co.uk

"Paul Herber" wrote in message
ell.net...
On Fri, 9 May 2008 09:54:03 -0700, GraemeUK
wrote:

I save the files as a vsd file then opened it in openxml editor. The
UIVisibility for the pages is set to "0"


Set it to 1 and import back to Visio.
It appears that the UIVisibility flag is the wrong way round, it
probably should have been called Invisibility !!!!



--
Regards, Paul Herber, Sandrila Ltd.
Electrical for Visio http://www.electrical.sandrila.co.uk/



  #9  
Old May 11th, 2008, 12:26 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Pages lost from Visio file

On Sat, 10 May 2008 18:22:36 +0100, "John Goldsmith"
wrote:

Hi Paul,

That's not my experience. 0 is visible and 1 is invisible, as far as I'm
aware.


D'oh, of course, you see what I mean about it being confusing!

Don't know what is wasn't just called Hidden?


--
Regards, Paul Herber, Sandrila Ltd.
Electronics for Visio http://www.electronics.sandrila.co.uk/
  #10  
Old May 11th, 2008, 01:31 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 1,732
Default Pages lost from Visio file

On Sat, 10 May 2008 18:22:36 +0100, "John Goldsmith"
wrote:

Hi Paul,

That's not my experience. 0 is visible and 1 is invisible, as far as I'm
aware.

One thing I was wondering about is if the file is in group edit mode or
similar (where pages don't show)?

Graeme, can you see any pages tabs at all?

I notice that saving a file in group edit mode adds a second window within
the xml. Do you see more than one 'Window' tag within the 'Windows' tag?


Not just Group Edit mode, also Master edit mode and the Shapesheet
edit window. I wonder what the reasoning is behind restoring these
windows when reopening the document. I can't think of any valid reason
and I think it could only cause problems.



--
Regards, Paul Herber, Sandrila Ltd
http://www.electronic-chip-packages.sandrila.co.uk/
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:41 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.