<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>tema Betreff: Basic use of FIELD to save editing paperspaces en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226691#M43679</link>
    <description>&lt;P&gt;Note: I answered about Windows-Versions, I am not familiar with MAC.&lt;/P&gt;
&lt;P&gt;(I oversaw or ignored this tiny fact of your post, sorry - if it isn't working)&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 09:14:41 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2022-06-10T09:14:41Z</dc:date>
    <item>
      <title>Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226641#M43677</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may be a very basic question, but hopefully that means a simple answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work for a company who have a default folder containing CAD files, all set up with the style, layout, paper spaces that they use. Now, I know we should be using projects and then populating various MTEXT boxes automatically with project number, client, etc. However, the guys aren't likely to change their ways quite that much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do instead, is to set up a papersapce within the default CAD file which has various placeholder MTEXT boxes, which we enter manually when we create the first drawing. In advance of this, I want to set all the other MTEXT boxes on the various paper spaces to use FIELD and reference these placeholder MTEXTs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried doing this using FIELD &amp;gt; object &amp;gt; contents, but it brings through all sorts of other information and actually writes it into the text box, such as fariel|0|1|black... etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen a post referencing a different kind of menu, which allows you to choose text string instead of content, but this doesn't seem visible - either in LT or on MAC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So hence I'm reaching out to see if anyone can save me hours of googling rabbit holes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 08:42:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226641#M43677</guid>
      <dc:creator>jay</dc:creator>
      <dc:date>2022-06-10T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226668#M43678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you see is the real Textstring of your Mtext.. (select the MText and check the properties..)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simple solution1: Don't use the internal formattings in your Mtext, problem solved.&lt;/P&gt;
&lt;P&gt;(use TEXT instead of MText, or create a new MText and don't add internal formats)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution2: Create your own fieldcode - not all working properties are offered by Field-Dialog!&lt;/P&gt;
&lt;P&gt;Create a field (you did), copy the fieldcode (edit the field or create a new on, while in dialog you can copy the copy [ctrl+c]&lt;/P&gt;
&lt;P&gt;Edit the code from %&amp;lt;\AcObjProp Object(%&amp;lt;\_ObjId nnnnnnnnnn&amp;gt;%).&lt;STRONG&gt;TextString&lt;/STRONG&gt;&amp;gt;%&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;%&amp;lt;\AcObjProp Object(%&amp;lt;\_ObjId nnnnnnnnnn&amp;gt;%).&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;gt;%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;copy the line above and paste it wherever you want [ctrl+v]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:02:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226668#M43678</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-06-10T09:02:07Z</dc:date>
    </item>
    <item>
      <title>Betreff: Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226691#M43679</link>
      <description>&lt;P&gt;Note: I answered about Windows-Versions, I am not familiar with MAC.&lt;/P&gt;
&lt;P&gt;(I oversaw or ignored this tiny fact of your post, sorry - if it isn't working)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:14:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226691#M43679</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-06-10T09:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226695#M43680</link>
      <description>&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that works, but there is a slight issue - I want it to work across the whole document, on any paper space. It seems when I copy the text box (referencing the text object contents) to another paper space, it loses the connection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:20:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226695#M43680</guid>
      <dc:creator>jay</dc:creator>
      <dc:date>2022-06-10T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226714#M43681</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;"I want it to work across the whole document, on any paper space. It seems when I copy the text box (referencing the text object contents) to another paper space, it loses the connection. "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you "copy" it by a feature like in windows "clipboard" ? &lt;/P&gt;
&lt;P&gt;That's the problem! &lt;EM&gt;(you export the data to another file and import it back to your file - this is how it works in the background)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CREATE NEW field (by pasting the field code) instead of copy&amp;amp;paste the (M)Text object!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@59C40FF4A66238AB63B8D5D30F650901/emoticons/1f609.png" alt=":cara_guiñando_un_ojo:" title=":cara_guiñando_un_ojo:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:33:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226714#M43681</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-06-10T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basic use of FIELD to save editing paperspaces</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226718#M43682</link>
      <description>&lt;P&gt;Offtopic:&lt;/P&gt;
&lt;P&gt;Often it is better to ask in AutoCAD MAC forum (but write down you are using AutoCAD LT for mac in the first post),&lt;/P&gt;
&lt;P&gt;because in this board here we are talking about AutoCAD LT (means: FOR WINDOWS)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@38DF24EF580240D512020314976B5FC8/emoticons/1f642.png" alt=":cara_con_una_leve_sonrisa:" title=":cara_con_una_leve_sonrisa:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:35:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/basic-use-of-field-to-save-editing-paperspaces/m-p/11226718#M43682</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-06-10T09:35:39Z</dc:date>
    </item>
  </channel>
</rss>

