• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Utility Design

    Reply
    Contributor
    Posts: 17
    Registered: ‎08-01-2008

    The "ddatte" command

    2452 Views, 7 Replies
    08-24-2009 09:46 AM
    When a user start a new design and uses "UDSFINSERT" command to insert new blocks. The block will insert fine, but the "ddatte" command ask a question "Edit attributes one at a time? [Yes/No] : ". It was not like that before. Before i could insert my block and then go "ddatte" and then "last" and the dialog box would popup. Now it's asking the question. Do any one know why or how to fix this?

    thanks, Corn
    Please use plain text.
    Employee
    Posts: 11
    Registered: ‎03-12-2009

    Re: The "ddatte" command

    08-26-2009 07:49 AM in reply to: corneliuswright7842
    DDATTE is an alias to ATTEDIT.

    I suspect that your DDATTE command is invoking -ATTEDIT, which is options for ATTEDIT.
    You can edit this in the acad.pgp file, using notepad. The default location for this file is:
    C:\Documents and Settings\*user*\Application Data\Autodesk\Autodesk Utility Design 2009\R17.2\enu\Support

    Look for this line:
    DDATTE, *-ATTEDIT
    Change to this:
    DDATTE, *ATTEDIT

    After you save the acad.pgp file, you'll either need to restart AUD 2009, or type the command: REINIT - then select the PGP File option.
    Jeff Paquette
    Please use plain text.
    Contributor
    Posts: 17
    Registered: ‎08-01-2008

    Re: The "ddatte" command

    08-26-2009 08:20 AM in reply to: corneliuswright7842
    Hi Jeff,
    I my PGP file i have what you want me to change it to already. I my acad.pgp i have no "-" in front of "attedit".

    I did change the macro:
    from - ^C^CUDSFINSERT;BOXMANN;\\;;ddatte;last;

    to - ^C^CUDSFINSERT;BOXMANN;\\;;attedit;last;

    and i get the same thing.

    Thanks Cornelius
    Please use plain text.
    Employee
    Posts: 11
    Registered: ‎03-12-2009

    Re: The "ddatte" command

    08-26-2009 11:10 AM in reply to: corneliuswright7842
    When using your macro, I see the same result.

    Try one of these macros:
    ^C^CUDSFINSERT;BOXMANN;\\;ddatte;last;
    -OR-
    ^C^CUDSFINSERT;BOXMANN;\\;attedit;last;

    Looks like that extra ; (prior to ddatte) throws off the ddatte routine.
    Jeff Paquette
    Please use plain text.
    Contributor
    Posts: 17
    Registered: ‎08-01-2008

    Re: The "ddatte" command

    08-26-2009 03:02 PM in reply to: corneliuswright7842
    Hi Jeff
    No that did not resolved my problem. The macro is short a ";" mark. It's putting "last" at the command prompt.

    I will attach a pic

    Cornelius
    Please use plain text.
    Employee
    Posts: 11
    Registered: ‎03-12-2009

    Re: The "ddatte" command

    09-02-2009 06:40 AM in reply to: corneliuswright7842
    It appears that having "ATTEDIT;LAST;" in a macro invokes the -ATTEDIT command, which is for setting options. This has been raised to the AutoCAD team for further investigation. I'll provide an update a.s.a.p.
    Jeff Paquette
    Please use plain text.
    Employee
    Posts: 11
    Registered: ‎03-12-2009

    Re: The "ddatte" command

    09-21-2009 06:51 AM in reply to: corneliuswright7842
    Per AutoCAD support:
    The ATTEDIT command was modified in AutoCAD 2009 to work with the Action Recorder.

    To workaround this issue, you will need to modify the macro from:
    ^C^CUDSFINSERT;BOXMANN;\\;;ddatte;last;
    To:
    ^C^CUDSFINSERT;BOXMANN;\\;;^Rattedit;last;
    Jeff Paquette
    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎12-17-2008

    Re: The "ddatte" command

    11-05-2009 08:26 AM in reply to: corneliuswright7842
    Hey Corn, can you please help me on my other post about line lengths?

    Thanks
    Please use plain text.