<?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=PdcMaterialFile.Renumber</id>
	<title>PdcMaterialFile.Renumber - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcMaterialFile.Renumber"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterialFile.Renumber&amp;action=history"/>
	<updated>2026-05-06T18:17:59Z</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=PdcMaterialFile.Renumber&amp;diff=1409&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == Renumber(OldNumber as String,NewNumber as String) as Boolean  == Description ==   == Notes == With this method materialnumbers can be renumbered to an other ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcMaterialFile.Renumber&amp;diff=1409&amp;oldid=prev"/>
		<updated>2012-05-21T13:16:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == Renumber(OldNumber as String,NewNumber as String) as Boolean  == Description ==   == Notes == With this method materialnumbers can be renumbered to an other ...&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;
Renumber(OldNumber as String,NewNumber as String) as Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
With this method materialnumbers can be renumbered to an other number.&lt;br /&gt;
The input paramaters are the old number and the new number as a string. &lt;br /&gt;
the output paramater is a boolean.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
Renumber a material&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Sub btRenumberClick(Sender)&lt;br /&gt;
    if edOldNr.Text &amp;lt;&amp;gt; &amp;quot;&amp;quot;  and edNewNr.Text &amp;lt;&amp;gt; &amp;quot;&amp;quot; then&lt;br /&gt;
       pdc.MasterData.MaterialFile.Renumber edOldNr.Text, edNewNr.Text&lt;br /&gt;
       msgbox pdc.LastError&lt;br /&gt;
    end if&lt;br /&gt;
End Sub&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since July 2009.&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>