Results 1 to 4 of 4

Thread: FIELDS IN MULTIPLE LAYOUT TABS?

  1. #1
    Member
    Join Date
    2009-10
    Posts
    2
    Login to Give a bone
    0

    Cool FIELDS IN MULTIPLE LAYOUT TABS?

    Hey guys,

    I made a drawing template with all the fields for my TitleBlock and Xref the title block in the template. Now when i use sheet set manager i reference the template and i create the custom properties to match the fields on the TitleBlock. Now it works fine and the fields displays my project number, sheet name, Date, Rev numbers, scale, etc. I can then use the "Insert sheet list option if i right click on the sheet set name to generate all my drawing names, numbers and Revisions. Now i copied a layout tab and it looks exactly the same but is detached from the sheet set and does not update. Does using fields work with multiple layout Tabs? The reason being you can have a drawing with different zones in each tab, rather than multiple drawings. Am i subjected to create a new sheet in order for the Fields to be effective?

  2. #2
    Certified AUGI Addict cadtag's Avatar
    Join Date
    2000-12
    Location
    Cairo - no, not Illinois
    Posts
    5,069
    Login to Give a bone
    0

    Default Re: FIELDS IN MULTIPLE LAYOUT TABS?

    Quote Originally Posted by athel6 View Post
    ... Does using fields work with multiple layout Tabs? T
    yes
    Quote Originally Posted by athel6 View Post
    ...Am i subjected to create a new sheet in order for the Fields to be effective?
    and yes

    If a layout is not associated to the sheet set, it can't use the sheet set.

  3. #3
    Woo! Hoo! my 1st post
    Join Date
    2010-07
    Posts
    1
    Login to Give a bone
    0

    Default Re: FIELDS IN MULTIPLE LAYOUT TABS?

    Most of the people in my office haven't even heard of sheet sets much less utilize them so when I had to implement something similar for our titleblocks, I knew I would have to find some other way other than using sheetset fields.

    After doing some research I came up with a solution using DieselExpression fields. You can insert a DieselExpression equation that doesn't rely on sheetsets and that will update as layouts are added or deleted.

    For example, in our titleblocks we used to use a piece of TEXT that we manually updated for the sheet number (SH X OF X). Now using Diesel inside a field this value updates itself. Here's the expression I came up with:

    "SHEET "$(*,1,$(substr,$(getvar,ctab),4))" OF "$(getvar,useri1)

    Diesel is a string language so any text you want to return unaltered just include inside quotes. My particular equation has its drawbacks, mainly the sheets have to have the sheet number already in it. Thus, if the names of the layouts are A, B, C, etc. then this won't work. But if you have the sheet number in your layout name, i.e. SH 01, SH 02, SH 03, etc. then this expression will work for you.

    Look up Diesel and see if you can use it for your situation. Hope this helps.

    Lonnie

  4. #4
    Woo! Hoo! my 1st post
    Join Date
    2009-09
    Posts
    1
    Login to Give a bone
    0

    Default Re: FIELDS IN MULTIPLE LAYOUT TABS?

    Is there any way to insert a field of the previous or next layout tab name in between sheets. because in my drawing, I have 3 layout sheets. its actually a column reinforcement detail. and i have there a cutting line with a call out indicating the previous and the next sheet number. is there any way of having these call outs in field.

    thanks

Similar Threads

  1. Fields between Layout Tabs
    By KC Bell in forum AutoCAD Fields
    Replies: 12
    Last Post: 2019-05-14, 02:58 PM
  2. Multiple XREFS and layout tabs
    By AFoster in forum AutoCAD Tips & Tricks
    Replies: 0
    Last Post: 2008-06-18, 05:50 PM
  3. Fields not updating on layout tabs
    By keelay711 in forum AutoCAD Fields
    Replies: 3
    Last Post: 2007-02-22, 04:55 PM
  4. Layout tabs as Fields
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2006-01-11, 03:14 PM
  5. Fields in layout tabs not updating when using the Publish command
    By jamie.casile80054 in forum AutoCAD Fields
    Replies: 1
    Last Post: 2005-07-08, 01:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •