<?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=PdcCalculation.CalculateLeadTimeStock</id>
	<title>PdcCalculation.CalculateLeadTimeStock - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcCalculation.CalculateLeadTimeStock"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcCalculation.CalculateLeadTimeStock&amp;action=history"/>
	<updated>2026-05-06T18:18:05Z</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=PdcCalculation.CalculateLeadTimeStock&amp;diff=3165&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == CalculateLeadTimeStock(showLog as Boolean) as long  == Description == This method calculates the lead time of a calculation including stock. With the boolean...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcCalculation.CalculateLeadTimeStock&amp;diff=3165&amp;oldid=prev"/>
		<updated>2019-05-03T12:31:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == CalculateLeadTimeStock(showLog as Boolean) as long  == Description == This method calculates the lead time of a calculation including stock. With the boolean...&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;
CalculateLeadTimeStock(showLog as Boolean) as long&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This method calculates the lead time of a calculation including stock. With the boolean it is possible to specify if the function also should show the calculated lead time log.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example calculates the lead time including stock of an active calculation and shows the logfile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Sub sCalcLeadTimeStock&lt;br /&gt;
dim objCalc&lt;br /&gt;
&lt;br /&gt;
  set objCalc = pdc.ActiveCalculation&lt;br /&gt;
&lt;br /&gt;
  msgbox objCalc.CalculateLeadTimeStock(true)&lt;br /&gt;
&lt;br /&gt;
  set objCalc = nothing&lt;br /&gt;
End Sub&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Version 5.5&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>