Rtext "Last Saved By"

Discussion in 'AutoCAD' started by KLYPH, Jul 28, 2004.

  1. KLYPH

    KLYPH Guest

    In a response to an iquiry about Rtext that was posted in the Express Tools, I had asked why I can't get the Rtext to list the "lastsavedby" property. I realize that this folder might be better place to post the question. My Rtext is such:

    Last Saved By: $(getprop,lastsavedby)
    Current User: $(getvar,loginname)

    I can get the "loginname" to work, but no the "lastsavedby." I save the drawing and then have someone else open it up on their computer. The "lastsavedby" is blank. Any ideas about where I'm messing up?
    Read Ya Later -KLYPH
     
    KLYPH, Jul 28, 2004
    #1
  2. The LastSavedBy property is updated unless acsiui.arx is loaded. This does
    not happen automatically. It only loads when you use DwgProps. So you can
    try adding that arx to your Startup Suite.

    --
    R. Robert Bell


    In a response to an iquiry about Rtext that was posted in the Express Tools,
    I had asked why I can't get the Rtext to list the "lastsavedby" property. I
    realize that this folder might be better place to post the question. My
    Rtext is such:

    Last Saved By: $(getprop,lastsavedby)
    Current User: $(getvar,loginname)

    I can get the "loginname" to work, but no the "lastsavedby." I save the
    drawing and then have someone else open it up on their computer. The
    "lastsavedby" is blank. Any ideas about where I'm messing up?
    Read Ya Later -KLYPH
     
    R. Robert Bell, Jul 28, 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.