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!
Yep, make sure you are grabbing the correct .tbl file. It should have something like this in it:
BEGIN_STRINGS "$$$$$$$$DESIGNFILENAME$$$$$$" = "_FILE_" "$$USERNAME$$" = "$(username)" "$$$$DATE$$$" = "_DATE_" "$TIME$" = "_TIME_"
--Kevin