First of all. Please excuse me for my bad English, but I’ll try my best.
In my custumor nuBuilder project I have made a report that makes a garanty invoice. The only problem is, it doesn't work.
Type is Report
Selection form is blank
The code I use is:
- Code: Select all
$sql = "CREATE TABLE #dataTable# SELECT * FROM aankopen INNER JOIN ";
$sql .= "klanten ON koop_klant_id = klanten_id INNER JOIN ";
nuRunQuery($sql);
and
- Code: Select all
printIt("fac1")
And the result is:

The funny thing is that in the Demo program "Financial Module" I get the same result when I press a print button.
What am I missing or what did I do wrong?
I hope you can help me.
Jeroen