Defect #578
warning in 6.1.x: plugins.jasperPluginRMI.OUTPUT_FORMAT.PDF
Status:
Rejected
Priority:
Normal
Assignee:
-
Start date:
11/16/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Hi, in Servoy 6.0.8 we have call like this:
plugins.jasperPluginRMI.runReport(vDbalias, vPath, vOutputFile, OUTPUT_FORMAT.PDF, vParameters)
in 6.1.3 we get a warning that OUTPUT_FORMAT.PDF is depricated.
So we change this into:
plugins.jasperPluginRMI.runReport(vDbalias, vPath, vOutputFile, plugins.jasperPluginRMI.OUTPUT_FORMAT.PDF, vParameters)
but now the waring changes in: the property PDF is undefined......
History
Updated by Andrei Costache over 12 years ago
- Status changed from New to Rejected
Harjo, this is not a plugin issue.
It seems a Servoy problem; it will be looked at.