Insert Block attribute problem

Discussion in 'AutoCAD' started by djarvis, Sep 18, 2003.

  1. djarvis

    djarvis Guest

    I have upgraded from 2000 on 2000 to ABS2004 on XP and have transfered most of my lisps. However I am having problems with a routine that extracts attribute information from a block inside an xref in order to create (or update) attribute information in a block in the current drawing.

    When Autocad inserts the block I get an attribute request dialog that I didnt used to get in 2000 as it would accept the strings I was passing to it.

    I have checked CMDDIA and FILEDIA.

    This is the code in question:

    (command "insert"
    "xrefdetails"
    (princ insertpt)
    "1"
    "1"
    "0"
    (princ dwgname)
    (princ dwgrev)
    (princ dwgrecv)
          )

    Thanks in advance

    Drew
     
    djarvis, Sep 18, 2003
    #1
  2. djarvis

    djarvis Guest

    Sorry just saw the answer below, I couldnt find anything yesterday and didnt check again before I posted.
     
    djarvis, Sep 18, 2003
    #2
  3. djarvis

    djarvis Guest

    initdia didnt do anything actually, sorry about the conversation I am having with myself.

    I think the first post is still relevant
     
    djarvis, Sep 18, 2003
    #3
  4. ATTDIA
    ?

    ATTREQ
    ?
     
    ruul morawetz, Sep 18, 2003
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.