Script for Form Feed controls in Dot Matrix Printer Settings - Javascript
This is a discussion on Script for Form Feed controls in Dot Matrix Printer Settings - Javascript ; Can anyone help me in using JavaScript codings for controlling Form Feed
while printing in Dot Matrix Printer (continuous Stationery) with Customized
Page settings?
Can you list JScript - Form feed control characters in Dot Matrix Printing ?
--
K. ...
-
Script for Form Feed controls in Dot Matrix Printer Settings
Can anyone help me in using JavaScript codings for controlling Form Feed
while printing in Dot Matrix Printer (continuous Stationery) with Customized
Page settings?
Can you list JScript - Form feed control characters in Dot Matrix Printing ?
--
K. Mahendra Raj, Coimbatore
-
Re: Script for Form Feed controls in Dot Matrix Printer Settings
You should be able to print ASCII character 12 to the printer for a form feed.
The FF character ('12' decimal, '0C' hex) may need to be followed by an ESC
character to work properly.
You might want to check the documentation for your printer and look at the
ASCII tables to make sure that '12' is the FF character for your printer. It
is for most.
Good Luck
Mahendra raj, Coimbatore wrote:
>Can anyone help me in using JavaScript codings for controlling Form Feed
>while printing in Dot Matrix Printer (continuous Stationery) with Customized
>Page settings?
>
>Can you list JScript - Form feed control characters in Dot Matrix Printing ?
Similar Threads
-
By Application Development in forum Javascript
Replies: 1
Last Post: 07-08-2007, 07:45 PM
-
By Application Development in forum Hardware
Replies: 0
Last Post: 03-06-2005, 03:04 AM
-
By Application Development in forum Hardware
Replies: 0
Last Post: 09-23-2004, 11:18 AM
-
By Application Development in forum Javascript
Replies: 3
Last Post: 07-28-2004, 11:35 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 04-29-2004, 04:35 AM