Regarding Coninuous print

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayshankar
    New Member
    • Dec 2015
    • 1

    Regarding Coninuous print

    dear sir

    my record is to be print like this: -

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

    Kindly suggest
    Last edited by Rabbit; Dec 11 '15, 05:41 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    the first page is coming OK
    in second page it is not coming properly
    details....
    telling us it "doesn't work" without details doesn't work :)

    Comment

    Working...