+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Junior Member
    Using
    not specified
    Join Date
    Oct 2005
    Location
    Lethbridge, AB
    Posts
    11

    Default Databasing a directory of drawings

    Registered forum members do not see this ad.

    I am fairly new to VBA programming, and am working for an Engineering firm, who has thousands of drawings saved in a 5 tier directory hierarchy structure. I am making an Access database in which the titles, client, drawing type, and some information specific to each drawing is saved in each record.

    Does anyone know of a way to search through the entire directory structure, fetch the drawing name, and one common attribute from the titleblock? I am trying to save at least a little time from the clerk's duties.

    Also it would be nice to include a link on each record to the full path/filename and update a voloview control within the form for each drawing/record. I'm sure this part is quite easy, and already have a good idea of how to do it.

    I know this will not be easy, nor will it be quick upon first run.

    The program could be an Access macro, or AutoCad 2002 VBA program. I also have at my disposal VB 6 and VC++ 6.

    Any ideas, thanks, or comments are greatly appreciated.
    This is a computer generated message. It needs no further signing.

  2. #2
    Senior Member
    Using
    not specified
    Join Date
    Sep 2005
    Location
    Brisbane, Australia
    Posts
    318

    Default

    Registered forum members do not see this ad.

    I have a macro that would basically do what you're after...it can process (Update the titleblocks of drawings in a selected folder) with out opening each file into the autocad browser.

    PM me to discuss it further.

Bookmarks

Posting Permissions

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