Hi,
I use a plugin to export a dataset and create an xls.
var file = plugins.file.showFileSaveDialog();
var _no_of_rows = plugins.rp_data_plugin.writeToExcel(dataset,file)
This works fine when the client machine and server is the same. However when they are different, the file does not get saved! There is no error or any indication that the export is unsuccessful, but once the file save dialog closes there is no file to be found.
The interesting aspect is that this works fine on Servoy 4. I am now using Servoy Version: 5.1.2 - build 959.
Is there a difference in the way I should use the plugin when it comes to Servoy 5 and above?
Regards,
Hareendra