TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: kozmos on September 04, 2022, 10:17:06 PM

Title: Paste texts with fields to other layouts without losing fieldcode
Post by: kozmos on September 04, 2022, 10:17:06 PM
While attempting to copy/paste a fielded texts to other layouts by CtrlC+CtrlV, it seemed that the fieldcode will be missing after pasting the text. Is there a way to maintain/restore the fielecode links without programming?
Title: Re: Paste texts with fields to other layouts without losing fieldcode
Post by: It's Alive! on September 05, 2022, 04:28:07 AM
A field can store data internally that may not be shown in the fieldcode, so it depends on the field.




 
Title: Re: Paste texts with fields to other layouts without losing fieldcode
Post by: RaKaMa on September 06, 2022, 12:33:24 PM
I use the change space from express tools to move from layout to modelspace or modelspace to layout, works for AC2015.
In your case you would need to use it twice.
Title: Re: Paste texts with fields to other layouts without losing fieldcode
Post by: It's Alive! on September 06, 2022, 06:56:33 PM
I use the change space from express tools to move from layout to modelspace or modelspace to layout, works for AC2015.
In your case you would need to use it twice.

Excellent! works like a charm!
Title: Re: Paste texts with fields to other layouts without losing fieldcode
Post by: RaKaMa on September 07, 2022, 02:36:50 AM
One interesting thing I have found with this method, the field and the object being read do not need to be in the same space, if just the text is transferred.