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