R
Rajani
Hello,
I am generating reports from database in HTML format. When i print from
browser, its printing so slow on my dotmatrix printer. How can i print in DOS
mode? I need to print on continuous sheets means long reports. Its a big time
consuming if i print from browser.
And, i am getting data and forming a line (job & " " & Size & " " & qty & "
" & lay & " " & bundleno & " " & operationno & vbcrlf & vbcrlf & vbcrlf
....
Like this, it may contain more than 5000 lines in one report. So, i am
saving this in a text file using FSO. To print on my pre printed paper, i am
giving a link to the user with the target to generated text file and an
instruction to "Right click on the link and save target as " to save the same
file to local disk as we cannot simply create a text file in client system.
Then, the client goto DOS prompt and issuing
TYPE filename.txt>PRN to print with equal line spacing and width on my pre
printed paper. This makes frustation to the client. But no choice.
How can i open DOS prompt from the client with the statement TYPE
filename.txt>PRN to directly print from the web page ? This eliminates some
frustation.
Sorry for the long post.
THanx in advance
I am generating reports from database in HTML format. When i print from
browser, its printing so slow on my dotmatrix printer. How can i print in DOS
mode? I need to print on continuous sheets means long reports. Its a big time
consuming if i print from browser.
And, i am getting data and forming a line (job & " " & Size & " " & qty & "
" & lay & " " & bundleno & " " & operationno & vbcrlf & vbcrlf & vbcrlf
....
Like this, it may contain more than 5000 lines in one report. So, i am
saving this in a text file using FSO. To print on my pre printed paper, i am
giving a link to the user with the target to generated text file and an
instruction to "Right click on the link and save target as " to save the same
file to local disk as we cannot simply create a text file in client system.
Then, the client goto DOS prompt and issuing
TYPE filename.txt>PRN to print with equal line spacing and width on my pre
printed paper. This makes frustation to the client. But no choice.
How can i open DOS prompt from the client with the statement TYPE
filename.txt>PRN to directly print from the web page ? This eliminates some
frustation.
Sorry for the long post.
THanx in advance