PDA

View Full Version : Format of line label changes automatically..



aarti.vij
08-24-2006, 11:11 PM
Hi,

The format for line label changes automatically...attached below is the document containing screenshot for the same.

dave
08-24-2006, 11:32 PM
if you're using a custom directory, make sure it's pathed properly in your drawing. Also check your pid-sup.lsp file and look for this:

;; The function below is used with the LINE-ID settings record.
;; This value is in Item Description field.
(defun LineMark ()
;;We INSERTED THIS LINE FOR our STANDARD LINE ANNOTATION
(STRCAT psz" "ltag "-" pspec" "pins" "ptrc" "pmatl" ")

It sounds like you have quite a few pid-sup.lsp related problems, I would focus some atttention there. Just my $.02

aarti.vij
08-24-2006, 11:59 PM
Hey Dave,
Thanks for the resolution...lemme try this...
But $.02 is okey with me.............hahaha.......
if you're using a custom directory, make sure it's pathed properly in your drawing. Also check your pid-sup.lsp file and look for this:

;; The function below is used with the LINE-ID settings record.
;; This value is in Item Description field.
(defun LineMark ()
;;We INSERTED THIS LINE FOR our STANDARD LINE ANNOTATION
(STRCAT psz" "ltag "-" pspec" "pins" "ptrc" "pmatl" ")

It sounds like you have quite a few pid-sup.lsp related problems, I would focus some atttention there. Just my $.02

aarti.vij
08-25-2006, 01:01 AM
dave i tried doing it,but unfortunatelythe same issue persists..

aarti.vij
08-25-2006, 05:00 AM
Hi Dave,

There was some problem with the APCUST directory..It was not pointing to the correct APCUST directory....I replaced with the correct path....Now its working fine!!!!!