I have been doing some digging and I saw reference in a posting here that you could use vaariables to define X as the order in print organizer and y as the total number of files in the pront organizer. I am not exactly sure where this would need to be implemented. Can anyone help me out with this. I have a schematic with around 800 sheets and I do not want to hand number them all.
Do you want to number the hard copies as they print? If so, Pen table text substitution can be used to print the definition number in the Print Set. When using _DOCSET_CURRENTSETDOC_ to replace an existing character string the print definition number is printed.
How do you get that dialog to come up?
Would it be possible to create a new replacement variable somehow?
Dim _Roadway_Set_ As Integer
_Roadway_Set_ = _DOCSET_CURRENTSETDOC_ + 20
Not that I’m aware of. I attempted to do something similar with a named expression but have not been successful. If I get it to work I’ll post it.
Unknown said: That works great! One last question. Lets say I have sheets 1-5 and someone else has 6-10 then I have 11-15 again. Is there a way to apply an offset to get the page numbers to come as 1-5, 11-15 from the print organizer?
That works great! One last question. Lets say I have sheets 1-5 and someone else has 6-10 then I have 11-15 again. Is there a way to apply an offset to get the page numbers to come as 1-5, 11-15 from the print organizer?
What prevents you from selecting all files from your place?
What does it mean - someone else has?
regards / Thomas Voghera
There is two different firms working on one project, but the final submittal will be a combined set of all the sheets number continuously. We only have the sheets we are creating
communities.bentley.com/.../print-text-substitution.aspx
I made X seperate pentables:
X.tbl with the text replacement
ACTUAL: $page$
REPLACEMENT: <expr?name=_PageOffsetX>
Where _PageOffsetX is a named expression is Utilities -> Named Expressions