<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>thanks; it works now.</div><div>I specified a query string and database object.</div><div>One problem, the I_Disk_Location for the target (of the pdf) will not be created on another path than the application path. When take a path like the one from the vproject file, or from a file Dialog (QT) it doesn't work. Only when I write a file name, without path. (<span class="Apple-style-span" style="color: rgb(0, 0, 255); font-family: 'Lucida Grande'; font-size: 15px; ">&nbsp;FBL::CreateDiskLocation("/Users/claudiusobrecht/Desktop/report.pdf"); not working; only&nbsp;</span><span class="Apple-style-span" style="color: rgb(0, 0, 255); font-family: 'Lucida Grande'; font-size: 15px; ">FBL::CreateDiskLocation("/report.pdf") works</span>).</div><div><br></div><div>Thanks and best regards!</div><div><br></div><div><br></div><div><br></div><div><div><div>Am 04.04.2011 um 16:14 schrieb Ruslan Zasukhin:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>
<font face="Lucida Grande"><span style="font-size:11pt">On 4/4/11 12:22 PM, "Claudius Obrecht" &lt;<a href="x-msg://4/cobrecht@computerworks.ch">cobrecht@computerworks.ch</a>&gt; wrote:<br>
<br>
Hi Claudius ,<br>
<br>
<font color="#0000FF">&gt; I try to use VReport for a long time, and I have a big problem; I tried only <br>
&gt; how I think it could work because I can't find any example, not in examples, <br>
&gt; not on the web, in the wiki.... Can you tell me where I can find some examples <br>
&gt; for C++ or give me some?<br>
</font><br>
C++ examples of VREPORT yet absent<br>
But it is quite trivial should be<br>
<br>
Do not worry, we will try to help you.<br>
<br>
<font color="#0000FF">&gt; Here you can watch my code I tried:<br>
&gt; <br>
&gt; FBL::VReport_Init("","","");<br>
</font><br>
Does before this present <br>
&nbsp;&nbsp;&nbsp;FBL::Valentina_Init() ?<br>
<br>
It should be first currently<br>
<br>
<br>
<font color="#0000FF">&gt; FBL::I_Disk_Location_Ptr report = <br>
&gt; FBL::CreateDiskLocation("/Users/claudiusobrecht/Desktop/test.vsp");<br>
</font><br>
I'd name this not report, but pSomeProject<br>
<br>
<font color="#0000FF">&gt; FBL::I_Disk_Location_Ptr report2 = <br>
&gt; FBL::CreateDiskLocation("/Users/claudiusobrecht/Desktop/report.pdf");<br>
</font><br>
&nbsp;<br>
<font color="#0000FF">&gt; FBL::I_VProject_Ptr pro = FBL::CreateVProject(report);<br>
&gt; pro-&gt;Open();<br>
</font><br>
<font color="#0000FF">&gt; FBL::I_VReport_Ptr pro2 = pro-&gt;MakeNewReport("Report_1", <br>
</font> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pReport_1 = <br>
<br>
<font color="#0000FF">&gt; ((CLoopsFinanz*)qApp)-&gt;getMandant() );<br>
</font><br>
MakeNewReport( <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inIndex, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataSource-&gt;mpSqlDatabase, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;u_Query.c_str(), <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(VSQL::ECursorLocation) &nbsp;&nbsp;&nbsp;inCursorLocation, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(VSQL::ELockType) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inCursorType, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(VSQL::ECursorDirection) &nbsp;&nbsp;&nbsp;inDirection );<br>
<br>
<br>
I do not see that you have specify <br>
&nbsp;a) Database<br>
&nbsp;c) &nbsp;Query String <br>
<br>
<br>
<br>
<font color="#0000FF">&gt; if(pro2)<br>
&gt; {<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pro2-&gt;PrintToDisk(report2, FBL::kToPDF, 1, 1);<br>
&gt; }<br>
</font><br>
<font color="#0000FF">&gt; pro-&gt;Close();<br>
</font><br>
&nbsp;<br>
<font color="#0000FF">&gt; <br>
&gt; I tried many, many variations. The project file (test.vsp) is on the desktop <br>
&gt; and there's no pdf file.<br>
&gt; What is wrong there?<br>
&gt; <br>
&gt; Thank you very much!<br>
</font><br>
-- <br>
Best regards,<br>
<br>
Ruslan Zasukhin<br>
VP Engineering and New Technology<br>
Paradigma Software, Inc<br>
<br>
Valentina - Joining Worlds of Information <br>
<a href="http://www.paradigmasoft.com/">http://www.paradigmasoft.com</a><br>
<br>
[I feel the need: the need for speed]<br>
</span></font>
</div>


</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><font class="Apple-style-span" face="Arial">---</font></div><div><span class="Apple-style-span" style="font-size: 12px; font-weight: bold; "><font class="Apple-style-span" face="Arial">ComputerWorks AG</font></span><font class="Apple-style-span" face="Arial"><br>Florenz-Strasse 1e<br>CH-4023 Basel<br>Tel. +41 (0)61 337 30 00</font></div><div><font class="Apple-style-span" face="Arial">Dir. +41&nbsp;(0)61 337 30 67<br>Fax +41 (0)61 337 30 01<br></font><font class="Apple-style-span" face="Arial"><a href="mailto:cobrecht@computerworks.ch"><font class="Apple-style-span" face="Arial">cobrecht@computerworks.ch</font></a><br></font><a href="http://www.computerworks.ch/"><font class="Apple-style-span" face="Arial">www.computerworks.ch</font></a></div><div><div><font class="Apple-style-span" face="Arial"><br>Bausoftware - Buchhaltungssoftware - iPod-/iPhone-Zubehör - Mac-/PC-Peripherie</font></div><div><font class="Apple-style-span" face="Arial">Vectorworks - CINEMA 4D - DELTAbauad - Google SktechUp - FastTrack Schedule</font></div></div><div><font class="Apple-style-span" face="Arial"><br></font></div><div><div style="font-family: Arial; "><font class="Apple-style-span" face="Arial"><b>Alle Produkte, alle Infos, alle Preise. Jetzt im ComputerWorks-Onlinekatalog!</b></font></div><div style="font-family: Arial; "><font class="Apple-style-span" color="#144FAE"><u><a href="http://www.computerworks.ch/artikel"></a><a href="http://www.computerworks.ch/">www.computerworks.ch</a>/artikel</u></font></div></div></div></div></span></span>
</div>
<br></div></body></html>