Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This function does not work on a server using AJAX (ZFC) client ( V9 SR3).
ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true
Is it a bug or a known "feature" ?
Is there any replacement function available in that case ?
Thanks
Philippe
This is a "client side" API (think about it, you want to copy the chart into the clipboard of your client computer, right?) Those APIs cannot be supported under AJAX.
Under AJAX, you'll have to get things done via Server-side APIs only, or perhaps Actions (not sure to what extent they will work on AJAX, but it worth a try...)
This is a "client side" API (think about it, you want to copy the chart into the clipboard of your client computer, right?) Those APIs cannot be supported under AJAX.
Under AJAX, you'll have to get things done via Server-side APIs only, or perhaps Actions (not sure to what extent they will work on AJAX, but it worth a try...)
Thanks Oleg for the answer , Now I still have a problem.
How can I copy the contains of a chart table into an excel spreadsheet using a Macro.
I cannot do an export because the contains of the excel workbook is stored into different sheets with their proper name.
Thanks again
Philippe