<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Source-Center Forum: Coding & more - X++ Programmierung]]></title>
		<link>http://www.source-center.de/forum/</link>
		<description>allgemeinen X++ Programmierung</description>
		<language>de</language>
		<lastBuildDate>Fri, 10 Sep 2010 08:49:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.source-center.de/forum/images/misc/rss.png</url>
			<title><![CDATA[Source-Center Forum: Coding & more - X++ Programmierung]]></title>
			<link>http://www.source-center.de/forum/</link>
		</image>
		<item>
			<title>Problem Excel Klasse</title>
			<link>http://www.source-center.de/forum/showthread.php?69653-Excel-Klasse&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 09:03:26 GMT</pubDate>
			<description>Hi Community, 
 
habe da gnaz trivial eine Excel klasse und versuche grade per job da was draus zu machen. 
 
job: 
 
 
Code: 
--------- 
static void WorkSheet(Args _args)</description>
			<content:encoded><![CDATA[<div>Hi Community,<br />
<br />
habe da gnaz trivial eine Excel klasse und versuche grade per job da was draus zu machen.<br />
<br />
job:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">static void WorkSheet(Args _args)<br />
{<br />
&nbsp; &nbsp; ExcelReporter&nbsp; &nbsp; &nbsp;  brp;<br />
&nbsp; &nbsp; ;<br />
<br />
&nbsp; &nbsp; brp = new ExcelReporter();<br />
<br />
&nbsp; &nbsp; brp.new();<br />
}</code><hr />
</div> Die Kompilier Ausgabe besagt nun das die Funktion new() nicht in der Klasse existiert! Dabei ist doch da, die sieht naemlich so aus:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">void new()<br />
{<br />
&nbsp;;<br />
&nbsp;excelApplication&nbsp;  = new COM(&quot;excel.application&quot;);<br />
&nbsp;excelWorkBooks&nbsp; &nbsp;  = excelApplication.workBooks();<br />
&nbsp;excelWorkBook&nbsp; &nbsp; &nbsp; = excelWorkBooks.add();<br />
&nbsp;excelWorkSheets&nbsp; &nbsp; = excelWorkBook.worksheets();<br />
&nbsp;excelWorkSheet&nbsp; &nbsp;  = excelWorkSheets.add();<br />
<br />
}</code><hr />
</div> Sehe ich grade den Wald vor lauter Baumen nicht?</div>

 ]]></content:encoded>
			<category domain="http://www.source-center.de/forum/forumdisplay.php?28-X-Programmierung">X++ Programmierung</category>
			<dc:creator>Xyrano</dc:creator>
			<guid isPermaLink="true">http://www.source-center.de/forum/showthread.php?69653-Excel-Klasse</guid>
		</item>
	</channel>
</rss>
