Hi all,
I got a problem with my JasperReportsRMI
plugins.jasperPluginRMI.runReport(forms.formname.controller.getServerName(), ‘filenamereport.jrxml’, _printer, ‘print’, params) ;
variable _printer = ‘\share\printerA’
On this line of code nothing happens. Nothing is printed.
Cant find an proper error anywhere.
When I change it to
plugins.jasperPluginRMI.runReport(forms.formname.controller.getServerName(), ‘filenamereport.jrxml’, null, ‘view’, params) ;
It nicely return the reportviewer.
Can someone help me out to automatic get the printing working, or what am I doing wrong?
JasperReport plugin version 4.0.1
Servoy 7.3.1
Java version 6 or 7 not 8.
tnx in advance
Derk