Results 1 to 3 of 3

Thread: ACAD 2006 - Update Sheet List Table

  1. #1
    Member
    Join Date
    2005-11
    Posts
    2
    Login to Give a bone
    0

    Default ACAD 2006 - Update Sheet List Table

    Does anyone know of a way to update a sheet list table without having to use the shortcut menu? I would like to update the sheet list by entering a command and selecting it. It just doesn't make sense how there can be a menu item with no command associated with it whatsoever. It seems like there could be a lisp routine or something to initiate the "update sheet list table" option. Any advice is greatly appreciated. Thank you.
    Last edited by gking; 2005-11-30 at 10:14 PM. Reason: Added email notification

  2. #2
    I could stop if I wanted to H.Hunter's Avatar
    Join Date
    2005-08
    Location
    Somewhere, but not here
    Posts
    241
    Login to Give a bone
    0

    Default Re: ACAD 2006 - Update Sheet List Table

    I'm still delving into Sheet Sets and Fields, but from I know, as long you have the FIELDEVAL set to update to "regen" (value 16), the list, being comprised of all fields, should update automatically on a REGEN command assumig you have the applicable sheet set open.

    To do a macro or LISP function you could use the UPDATEFIELD command to update all the fields in the drawing. Since I like button macros:

    ^C^CUPDATEFIELD;ALL;;

    That will update all fields in the current space you are working in.

    Hope I could help.

    ~Jason

  3. #3
    Member
    Join Date
    2005-11
    Posts
    2
    Login to Give a bone
    0

    Default Re: ACAD 2006 - Update Sheet List Table

    Thank you for the tip, but this does not help when adding a new sheet in the sheet set manager. The updatefield command only updates field that currently exist in the drawing, it does not recognize that there has been a new sheet added to the set, so it does not add the new sheet to the table. No one has been able to figure this one out. I am hoping autodesk incoroporates a command for this in future versions of autocad.

Similar Threads

  1. Sheet List Table Wont Update
    By pinckney3 in forum AutoCAD Tables
    Replies: 9
    Last Post: 2016-02-23, 09:37 PM
  2. 2012: Sheet List Table - Won't Update or Edit
    By Brandon_Pike in forum ACA General
    Replies: 0
    Last Post: 2011-04-18, 06:31 PM
  3. Sheet List Table to Automatically Update
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2009-07-05, 05:34 PM
  4. Replies: 1
    Last Post: 2006-12-12, 07:36 AM
  5. Automatically update sheet list table if a layout is renamed
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2005-10-21, 02:12 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
  •