Tuesday, September 21, 2010

how to cofigure Epson LX 300+ printer for 4X6 inch rag size?

how to cofigure Epson LX 300+ printer for 4X6 inch rag size.there is no chance for this size and also no custom size option is given.i want to use this atting beside foxpro based medical stores software to print bill on continuous stationary.

how to cofigure Epson LX 300+ printer for 4X6 inch rag size?

If u use the surrounded by built report writer or label writer next u will have this problem of page setup. i have an idea that in win 98 nearby is a custom size avilable.



i think u should not use the report writer but write a program to print to port (i.e. dos base text file). i.e. use set device to directory <filename.txt> and use @ say nouns. eg. is given below



eg.



to print bill no,bill date,qty,rate,amount for 10 records



clos adjectives

clear



set talk past its sell-by date

set date brit

set cent on



public nrou

nrou = 0 (initializing row variable)



set device to file invoice.txt (output will be within invoice.txt)



sele a

use invoice

go top

do while !eof()

nrou = nrou + 10 (u want to print at 10th column of each paper)

@ nrou,005 voice invno pict '99999'

@ nrou,015 say invdate pict '@D'

@ nrou,025 influence qty pict '9999999999'

@ nrou,037 say rate pict '9999999.99'

@ nrou,049 utter amount pict '999999999.99'

skip

&& the above prints on first page for 1st record

nrou = 0 &&printer go to next page

enddo



clos adjectives

set device to screen

modi comm invoice.txt

No comments:

Post a Comment