Time and File Stamp

Help!  I am trying to print off some sheets, but somehow the date and file location are no longer printing.  Now it just prints as cccSYSTIMEccc and cccDGNcSPECIFICATIONccc.  Can anyone tell me how to get this to print out again?

 Thanks!

Parents
  • I opened the pen table in notepad and compared it with a new pen table that I created from the pen table menu.  It looks like someone deleted the "PLOTTING" string from the code:

    BEGIN_GLOBAL
    VERSION = 850
    NEST
    PLOTTING
    VIEWS = 1-8
    SYMBOLOGY = AsStored
    END_GLOBAL

    Once I added this back everything worked.  I'm not sure where I would find this in the Pen Table ->Edit menu, but this was the solution to my problem.  Thanks for your help.
Reply
  • I opened the pen table in notepad and compared it with a new pen table that I created from the pen table menu.  It looks like someone deleted the "PLOTTING" string from the code:

    BEGIN_GLOBAL
    VERSION = 850
    NEST
    PLOTTING
    VIEWS = 1-8
    SYMBOLOGY = AsStored
    END_GLOBAL

    Once I added this back everything worked.  I'm not sure where I would find this in the Pen Table ->Edit menu, but this was the solution to my problem.  Thanks for your help.
Children
No Data