News:

BB code in posts seems to be working again!
I haven't turned on every single tag, so please let me know if there are any that are used/needed but not activated.

Main Menu

page number cross reference

Started by akd, March 06, 2013, 10:22:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

akd

I'm using Visio 2003 to create a multi-page drawing.  I'm using the insert field to insert the page number on each page; this allows me to reorder the pages without needing to manually renumber them. 

I'd like to insert a cross-reference text field on page 5 that refers the reader to a page that contains a specific shape I created, let's call it Sheet.440.  This shape, Sheet.440, may appear on page 3 today but may appear on page 4 tomorrow if I reorder the pages.   

How do I create a text field on page 5, that says "See page 3" where "3" is the page number field (analogous to creating a cross-reference to a header in MS Word)?

Possible?

Thanks!

aledlund

very possible, but needs custom code.
al

Surrogate

#2
when i didn't know about macro, i used next trick

1. i created user-defined cell for each cell
user.pn = PAGENAME()
2. in first page, i draw ellipse. add user-defined cell to this ellipse/
user.row_1.prompt = "gotopage("&""""&Pages[Pag-2]!ThePage!User.pn&""""&")"
user.row_1 = SETF(GetRef(EventDblClick),TRIM(User.Row_1.Prompt))
it set formula GOTOPAGE("Page-2") in EventDblClick cell, it make possible goto page-2 by double click.
It will work even you re-order pages or rename pages

Browser ID: smf (possibly_robot)
Templates: 4: index (default), Display (default), GenericControls (default), GenericControls (default).
Sub templates: 6: init, html_above, body_above, main, body_below, html_below.
Language files: 4: index+Modifications.english (default), Post.english (default), Editor.english (default), Drafts.english (default).
Style sheets: 4: index.css, attachments.css, jquery.sceditor.css, responsive.css.
Hooks called: 206 (show)
Files included: 35 - 1407KB. (show)
Memory used: 1091KB.
Tokens: post-login.
Cache hits: 14: 0.00292s for 26,742 bytes (show)
Cache misses: 4: (show)
Queries used: 17.

[Show Queries]