Search found 4 matches
- Wed Jul 23, 2008 9:51 am
- Forum: ActiveX
- Topic: Exporting Series Data in Excel format from IE
- Replies: 7
- Views: 7483
Thanks again Narcís Just for the benefit of other readers, for Javascript we must use brackets for the function: TChart1.Export.ShowExport(); Not TChart1.Export.ShowExport Are there options for this function, for example so that we only get the Data tab, and not the Picture and Native tabs on the Ex...
- Fri Jul 11, 2008 11:13 am
- Forum: ActiveX
- Topic: Exporting Series Data in Excel format from IE
- Replies: 7
- Views: 7483
Thanks again Narcís, I found the example you mentioned and converted the code to JavaScript as below, but I get an IE error message that TChart1.Export.asXls.CommonDialog1 is null or not an object: function data_export() { TChart1.Export.asXls.IncludeHeader=true; TChart1.Export.asXls.IncludeIndex=tr...
- Fri Jul 11, 2008 10:22 am
- Forum: ActiveX
- Topic: Exporting Series Data in Excel format from IE
- Replies: 7
- Views: 7483
Exporting Series Data in Excel format from IE
Thanks for your reply Narcís.
Please can you tell me where to find the following - I have just spent over an hour searching your site:
All Features\Welcome!\Exporting\Chart Data\Excel example in the features demo, available at TeeChart's program group.
Please can you tell me where to find the following - I have just spent over an hour searching your site:
All Features\Welcome!\Exporting\Chart Data\Excel example in the features demo, available at TeeChart's program group.
- Thu Jul 10, 2008 7:57 pm
- Forum: ActiveX
- Topic: Exporting Series Data in Excel format from IE
- Replies: 7
- Views: 7483
Exporting Series Data in Excel format from IE
Question: Is it possible to have the Export Dialog open from a client browser (IE7) via the OCX? We are using AX Pro 7.0.0.8 If so, please let me have syntax for the JavaScript method. If the Dialog is not available at the browser, then please let me have the JavaScript coding to be able to set up a...