"Macro Name: " prompt-KILL??

Discussion in 'AutoCAD' started by mcramer, May 19, 2004.

  1. mcramer

    mcramer Guest

    My goal is to open(read-only) a single file. BUT! ...
    but I'm pulling my hair out trying to eliminate this mysterious "MACRO NAME:" prompt I'm getting at the command line after after executing the following code

    (vl-load-com)
    (setq fna "p:/inc325/ShopDwgs/Det/D1/D1-002_03.DWG")
    (setq acadObject (vlax-get-acad-object))
    (setq acadDocuments (vla-get-Documents acadObject))
    (setq open_read-only (vla-open acadDocuments fna :vlax-true))
    (vla-activate open_read-only)


    Why am I getting the "Macro Name:"-prompt? Can I prevent it from happening?
     
    mcramer, May 19, 2004
    #1
  2. In short - No. There's no way (no command switches) to prevent "Macro name:"
    to appear in Command line. You can hide macro name being executed, but not
    the propmpt itself.

    Regards,
    Maksim Sestic
    www.geoinova.com


    NAME:" prompt I'm getting at the command line after after executing the
    following code
    happening?
     
    Maksim Sestic, May 20, 2004
    #2
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.