<?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>topic Re: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343786#M81257</link>
    <description>Try asking in the Autodesk Map newsgroups instead.&lt;BR /&gt;
&lt;BR /&gt;
rdh.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"TomD" &lt;NOSPAM.DCBNETADMIN&gt; wrote in message&lt;BR /&gt;
news:8430C78C2ECAA8AEB33148948FBFF528@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I guess there's no answer for this one?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Cristian Chamorro &lt;CRISTIAN.CHAMORRO&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:3B9D1CC3.21E47078@sofitel.cl...&lt;BR /&gt;
&amp;gt; &amp;gt; hi to all&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I have created a record associate to the graphic element, but now i need&lt;BR /&gt;
&amp;gt; &amp;gt; update any field...&lt;BR /&gt;
&amp;gt; &amp;gt; somebody know how i can do it..&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;/CRISTIAN.CHAMORRO&gt;&lt;/NOSPAM.DCBNETADMIN&gt;</description>
    <pubDate>Tue, 05 Mar 2002 18:20:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-03-05T18:20:13Z</dc:date>
    <item>
      <title>How i can Update an fienld in a record that was created using ODtable.CreateR</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343783#M81254</link>
      <description>hi to all&lt;BR /&gt;
&lt;BR /&gt;
I have created a record associate to the graphic element, but now i need&lt;BR /&gt;
update any field...&lt;BR /&gt;
somebody know how i can do it..&lt;BR /&gt;
&lt;BR /&gt;
example&lt;BR /&gt;
Set objtable = amobj.Projects(AcadDoc).ODTables.Item(0)&lt;BR /&gt;
Set row = objtable.CreateRecord()&lt;BR /&gt;
&lt;BR /&gt;
row.Item(0).Value = 100&lt;BR /&gt;
row.Item(1).Value = "NAME"&lt;BR /&gt;
row.AttachTo (IdGrafico)&lt;BR /&gt;
&lt;BR /&gt;
thanks..&lt;BR /&gt;
Cristian</description>
      <pubDate>Mon, 10 Sep 2001 12:04:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343783#M81254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-09-10T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How i can Update an fienld in a record that was created using ODtable.Cre</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343784#M81255</link>
      <description>I guess there's no answer for this one?&lt;BR /&gt;
&lt;BR /&gt;
Cristian Chamorro &lt;CRISTIAN.CHAMORRO&gt; wrote in message&lt;BR /&gt;
news:3B9D1CC3.21E47078@sofitel.cl...&lt;BR /&gt;
&amp;gt; hi to all&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I have created a record associate to the graphic element, but now i need&lt;BR /&gt;
&amp;gt; update any field...&lt;BR /&gt;
&amp;gt; somebody know how i can do it..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; example&lt;BR /&gt;
&amp;gt; Set objtable = amobj.Projects(AcadDoc).ODTables.Item(0)&lt;BR /&gt;
&amp;gt; Set row = objtable.CreateRecord()&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; row.Item(0).Value = 100&lt;BR /&gt;
&amp;gt; row.Item(1).Value = "NAME"&lt;BR /&gt;
&amp;gt; row.AttachTo (IdGrafico)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; thanks..&lt;BR /&gt;
&amp;gt; Cristian&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CRISTIAN.CHAMORRO&gt;</description>
      <pubDate>Tue, 05 Mar 2002 13:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343784#M81255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-05T13:31:11Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343785#M81256</link>
      <description>I don't use ado, but I know that in dao, tou use an exclamation mark to &lt;BR /&gt;
define the field in the active record.&lt;BR /&gt;
&lt;BR /&gt;
recordname!fieldname = myValue&lt;BR /&gt;
&lt;BR /&gt;
-josh&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
TomD wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I guess there's no answer for this one?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Cristian Chamorro &lt;CRISTIAN.CHAMORRO&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:3B9D1CC3.21E47078@sofitel.cl...&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;&amp;gt;hi to all&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;I have created a record associate to the graphic element, but now i need&lt;BR /&gt;
&amp;gt;&amp;gt;update any field...&lt;BR /&gt;
&amp;gt;&amp;gt;somebody know how i can do it..&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;example&lt;BR /&gt;
&amp;gt;&amp;gt;Set objtable = amobj.Projects(AcadDoc).ODTables.Item(0)&lt;BR /&gt;
&amp;gt;&amp;gt;Set row = objtable.CreateRecord()&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;row.Item(0).Value = 100&lt;BR /&gt;
&amp;gt;&amp;gt;row.Item(1).Value = "NAME"&lt;BR /&gt;
&amp;gt;&amp;gt;row.AttachTo (IdGrafico)&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;thanks..&lt;BR /&gt;
&amp;gt;&amp;gt;Cristian&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;&lt;/CRISTIAN.CHAMORRO&gt;</description>
      <pubDate>Tue, 05 Mar 2002 14:45:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343785#M81256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-05T14:45:31Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343786#M81257</link>
      <description>Try asking in the Autodesk Map newsgroups instead.&lt;BR /&gt;
&lt;BR /&gt;
rdh.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"TomD" &lt;NOSPAM.DCBNETADMIN&gt; wrote in message&lt;BR /&gt;
news:8430C78C2ECAA8AEB33148948FBFF528@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I guess there's no answer for this one?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Cristian Chamorro &lt;CRISTIAN.CHAMORRO&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:3B9D1CC3.21E47078@sofitel.cl...&lt;BR /&gt;
&amp;gt; &amp;gt; hi to all&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I have created a record associate to the graphic element, but now i need&lt;BR /&gt;
&amp;gt; &amp;gt; update any field...&lt;BR /&gt;
&amp;gt; &amp;gt; somebody know how i can do it..&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;/CRISTIAN.CHAMORRO&gt;&lt;/NOSPAM.DCBNETADMIN&gt;</description>
      <pubDate>Tue, 05 Mar 2002 18:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343786#M81257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-05T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How i can Update an fienld in a record that was created using ODtable.CreateR</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343787#M81258</link>
      <description>it the code written by you for attaching the object in odt,&lt;BR /&gt;
how to update the odt for the same object selected in a drawing using programmatically</description>
      <pubDate>Wed, 14 Nov 2007 17:14:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-i-can-update-an-fienld-in-a-record-that-was-created-using/m-p/343787#M81258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-14T17:14:37Z</dc:date>
    </item>
  </channel>
</rss>

