Re: [Ledger-smb-users] Printing issue in Windows

2010-11-01 Thread Chris Travers
And what flavor of Win32 perl? Best Wishes, Chris Travers -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 mill

Re: [Ledger-smb-users] Printing issue in Windows

2010-11-01 Thread Chris Travers
I'll do some research. Which web server are you running? IIS or Apache? Best Wishes, Chris Travers -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8

Re: [Ledger-smb-users] Printing issue in Windows

2010-11-01 Thread albert
Good day Chris, I installed MikTeX 2.9 beta and now the Forms.pm no longer hangs, but still nothing gets printed. There are also no files in the temp directory (maybe that's how it's supposed to be). I'll test some more and see if I can find anything - unless you know off the cuff what could be

Re: [Ledger-smb-users] Printing issue in Windows

2010-11-01 Thread albert
Good day Cris, When running the perl script in a cgi environment it hangs: #!C:\perl\bin\perl use CGI qw(:standard); print header(),start_html("Latex Test"), h2("Runs latex"); $if = 'ap.tex'; $mydir = 'C:\tmp'; chdir($mydir); system( "latex $if" ); print end_html(); Any idea? Tx Albert

Re: [Ledger-smb-users] Printing issue in Windows

2010-11-01 Thread albert
Good day Chris, It seems that Forms.pm does not get control back from the latex system call, resulting in the system hanging and the 'file is in use by another process' when trying to remove / rename it after logging out of LedgerSMB. It hangs consistently (maybe I forgot to choose a printer and