Hi Malabad,
I've been able to make it work successfully using the following syntax :
CALL ui.interface.frontcall("WinCOM", "CallMethod", [xlapp, 'ActiveWorkbook.SaveAs("c:\\tmp\\file.xls")'], [xlwb])
Nevertheless, please consider two points :
- 2.02.10 is a very old version (more than 9 years old), think about upgrading for getting new bugfixes and enjoying new stuffs/features. The current version is 3.0 and 3.10 is scheduled for end of June.
- Wincom is a strict GDC solution which cannot be ported. Consider using a server side solution (for example Apache POI:
http://4js.com/online_documentation/fjs-fgl-manual-html/?path=fjs-fgl-manual#c_fgl_JavaBridge_example_2.html) if you expect to move to Genero Web Client in the future.
Best Regards,
Lionel