Results 1 to 3 of 3

Thread: Dropdown Database List

  1. #1
    Member
    Join Date
    2004-03
    Posts
    15
    Login to Give a bone
    0

    Default Dropdown Database List

    I'm trying to create a table/chart for a parts list that will be inserted on every drawing. It will have several columns i.e. part #, Description, Qty, Material...It will be manually filled in line by line, but I need a "drop down" menu or something similar, to choose from a list of available materials when I get to the "Material" field. Is there a way to do this from a text file? Any help would be very appreciated...

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Dropdown Database List

    Hi

    By using LISP or VBA or... you can read values in from a Text file.

    I am pretty sure a search within the forums will turn up information on this very subject -

    Search Forums

    Have a good one, Mike

  3. #3
    I could stop if I wanted to pnorman's Avatar
    Join Date
    2005-02
    Location
    Calgary
    Posts
    203
    Login to Give a bone
    0

    Default Re: Dropdown Database List

    I find a tab delimited text file is the easiest to use. Easy to read using lisp even with the tabs and its easy to go to and from excel. You can read any column/row using read line and nth etc.

    Regards
    P

Similar Threads

  1. 2012: Properties dropdown
    By jonathanschade in forum Revit - Platform
    Replies: 2
    Last Post: 2012-08-10, 03:05 PM
  2. Pin List Database Editor Problem
    By mike80020 in forum AutoCAD Electrical - General
    Replies: 0
    Last Post: 2010-11-29, 10:37 PM
  3. Using and external database to generate room list
    By jsteinhauer in forum Revit Architecture - General
    Replies: 5
    Last Post: 2010-06-23, 03:45 PM
  4. Open windows not on dropdown list
    By dduarte in forum Revit Architecture - General
    Replies: 3
    Last Post: 2009-04-03, 03:51 AM
  5. How to import the list of clashes and put them as dropdown?
    By priyankag in forum NavisWorks - General
    Replies: 0
    Last Post: 2008-09-19, 01:36 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
  •