<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcDBTable.EditRecord</id>
	<title>PdcDBTable.EditRecord - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcDBTable.EditRecord"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDBTable.EditRecord&amp;action=history"/>
	<updated>2026-05-06T15:35:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcDBTable.EditRecord&amp;diff=1789&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == EditRecord as Boolean  == Description == Returns true or false whether the current record could be set in &#039;edit&#039; modus   == Notes == This method will enable ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcDBTable.EditRecord&amp;diff=1789&amp;oldid=prev"/>
		<updated>2012-05-22T09:43:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == EditRecord as Boolean  == Description == Returns true or false whether the current record could be set in &amp;#039;edit&amp;#039; modus   == Notes == This method will enable ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
EditRecord as Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns true or false whether the current record could be set in &amp;#039;edit&amp;#039; modus &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This method will enable the record for editing. When this method is not used, the record in the table can not be changed.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example edits the text of calculation 00001 in de database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Dim objTable&lt;br /&gt;
&lt;br /&gt;
Set objTable = pdc.Database.OpenTable(pdcConData, &amp;quot;DO_CALC&amp;quot;,&amp;quot;DO_ORDNR&amp;quot;)&lt;br /&gt;
if IsValid(objTable) then&lt;br /&gt;
   if objTable.Locate(&amp;quot;DO_ORDNR&amp;quot;, &amp;quot;00001&amp;quot;) then&lt;br /&gt;
      if objTable.EditRecord then&lt;br /&gt;
         objTable.SetField &amp;quot;DO_TEXT&amp;quot;, &amp;quot;Aangemaakt door script&amp;quot;&lt;br /&gt;
         objTable.PostRecord&lt;br /&gt;
      end if&lt;br /&gt;
   end if&lt;br /&gt;
end if&lt;br /&gt;
set objTable = nothing&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since June 2008 (from version 3.8)&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>