Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Win32 OLE error 1403

by Nalina (Monk)
on Aug 23, 2005 at 06:40 UTC ( [id://485830]=perlquestion: print w/replies, xml ) Need Help??

Nalina has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Win32 OLE error 1403
by spiritway (Vicar) on Aug 23, 2005 at 06:43 UTC

    Invalid accelerator table handle.

    Google is your friend.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Win32 OLE error 1403
by reasonablekeith (Deacon) on Aug 23, 2005 at 10:02 UTC
    your other thread on this problem (Excel 2003 + Perl) says this fails when you run this through asp?. Is this still the case?

    A quick google shows this error to be associated with not using a full file path, and permission problems. As you are using a full path, I'd suggest you print the result of -w to see if you can write to the file.

    if (! -w $savename) { print "uh oh\n"; }
    ---
    my name's not Keith, and I'm not reasonable.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Win32 OLE error 1403
by lvanhout (Curate) on Aug 23, 2005 at 06:57 UTC
    I do not know off hand. Have you tried to google it? I find lots of help for errors messages that way.

    Lane
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://485830]
Approved by lvanhout
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found