<?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=PdcProject.ArticlesToCalculations</id>
	<title>PdcProject.ArticlesToCalculations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcProject.ArticlesToCalculations"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcProject.ArticlesToCalculations&amp;action=history"/>
	<updated>2026-05-06T17:20:44Z</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=PdcProject.ArticlesToCalculations&amp;diff=1586&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == ArticlesToCalculations as Boolean  == Description ==   == Notes == This function converts all articles in the project to calculations.  == Code example == Th...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcProject.ArticlesToCalculations&amp;diff=1586&amp;oldid=prev"/>
		<updated>2012-05-22T07:36:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == ArticlesToCalculations as Boolean  == Description ==   == Notes == This function converts all articles in the project to calculations.  == Code example == Th...&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;
ArticlesToCalculations as Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This function converts all articles in the project to calculations.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example creates a new project and adds 2 articles. The articles are converted to calculations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim objProject&lt;br /&gt;
dim objProjectlinelist&lt;br /&gt;
&lt;br /&gt;
  set objProject = pdc.Projects.New&lt;br /&gt;
  objProject.SetCustomerNo &amp;quot;000002&amp;quot;&lt;br /&gt;
  objProject.Status = &amp;quot;A&amp;quot;&lt;br /&gt;
  set objProjectlinelist = objProject.Projectlinelist&lt;br /&gt;
  objProjectlinelist.AddArticle &amp;quot;B.M10.15&amp;quot;&lt;br /&gt;
  objProjectlinelist.AddArticle &amp;quot;BU.030.050&amp;quot;&lt;br /&gt;
  objProject.ArticlesToCalculations&lt;br /&gt;
  objProject.Save&lt;br /&gt;
  set objProjectlinelist = nothing&lt;br /&gt;
  set objProject = nothing&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since February 2011 (From version 4.2).&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>