dear sir
my record is to be print like this: -
Nearly hundred of chemical name with code is to be dislayed, i am using
the first page is coming OK
in second page it is not coming properly
Kindly suggest
my record is to be print like this: -
Code:
chemical name chemical code basic chrome sulphate bC001 .......... ..... .......... .....
Code:
printer.currentx = 500 printer.currenty = 700 chname = rs1("chemname") chcode = rs1("chcode") Printer.print chemname
in second page it is not coming properly
Kindly suggest
Comment