Cadman, are you still running NX6 ?!
Is there a good reason for this ?
GRIP is still a wonderful thing capable of things i doubt can be done in other languages...,
I use it in NX10 in this little program :
"
&TEXBOX=&YES
DRAW/ALL
HALT
"
It will when executed draw a box around all freestanding notes. ( does not work on tables)
It will also draw a box around an "empty" note which is the point here.
When defining drawing templates, quite few notes are or will be mapped to an attribute, example: DB_PART_NAME=12343-01
But if that attribute is empty,(DB_PART_NAME= ) it will produce an invisible/ non-selectable note.
- until i run this GRIP program, then there will be a small box drawn.
( Trying to move such note is impossible since i cannot select it, and simply entering a value to the attribute is impossible since the attribute is owned/controlled by Teamcenter.
- I really should write an ER to GTAG about this catch 22 condition but as long as my old GRIP works...)
When done correcting / mapping / moving, i run this :
"
&TEXBOX=&NO
DRAW/ALL
HALT
"
Regards,
Tomas