Error Microsoft VBScript (0x800A03EC)

P

Philou

Hello,

I'm trying to export a chart build within a ASP page in VBScript.
See the code :

Set GR = CreateObject("MSGraph.application")
GR.Visible = False
....
....
GR.Chart.Export "c:\chart.gif"

This code give me the Error : Microsoft VBScript (0x800A03EC) !!!
Does anyone know wat is appening ?

Thanks

Philou
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top