Hi there,
I was trying to export from NAV rtc to excel, but seems not working. It does work on classic client.
//excelLibro.SaveAs(FichExcel); -->this shows an error on RTC, works on classic client
//excelLibro.SaveCopyAs(fichexcel); -->this locks up the RTC
any idea?
thanks.
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
http://msdn.microsoft.com/en-us/library/dd355202.aspx
seems like its for a report.
im on a page
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
as i said in the previous post, its a page, not a report.
the problem was in the creation of the automation instance. It must be run this way:
CREATE(excelApl, FALSE, TRUE);