Re: opening a client application from a server?



On May 7, 4:00 pm, Tad J McClellan <ta...@xxxxxxxxxxxxxx> wrote:

If I'm understanding you correctly, then you do not have a Perl problem.

It's very possible that it's an Apache problem, but maybe not. I can
invoke Word and open the .doc file in an ordinary Perl script, like
this: eval("c:/.../winword.exe" "c:/.../wordprocessingml.doc")

However, it doesn't work in a CGI script, and frankly I don't know
enough about Windows to troubleshoot it. I'm meeting with my client
tomorrow morning, and either I'll get it to work before then or I'll
suggest some alternatives.

If you send the appropriate (application/word?) Content-Type, then a
client on Windows, with Word installed, should be able to open it
no problem.

My job entails producing a lot of reports in various formats (csv,
pdf, txt, etc) and I have a lot of experience giving users access to
these formats. Producing the Word document with WPML was easy, but now
I'm stuck with producing files that I can't seen to open. Ignorance
isn't bliss!

CC
.



Relevant Pages

  • Re: opening a client application from a server?
    ... then you do not have a Perl problem. ... It's very possible that it's an Apache problem, ... it does work in a CGI script. ... My job entails producing a lot of reports in various formats (csv, ...
    (comp.lang.perl.misc)
  • diverting from screen to file
    ... It's not necessarily a Perl problem, ... I have a remote application that is a data source but not a RDBMS. ... have a local GUI client that connects with the remote application. ... The data does reach my local machine, ...
    (comp.lang.perl.misc)
  • Re: opening a client application from a server?
    ... browser. ... I can create the word document and open it on the server ... the file on the client. ... then you do not have a Perl problem. ...
    (comp.lang.perl.misc)