Results 1 to 2 of 2

Thread: HOW I SET THE DOCUMENT NAME WHEN PRINT?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Location
    Colombia
    Posts
    6

    Exclamation

    HOW I CAN SET THE DOCUMENT NAME WHEN I PRINT WITH THE PRINTER OBJECT OF VISUAL BASIC?. THANKS.

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Print a headline and some numbers
    Code:
    'some click event
    Printer.Print ,,"Document Name"
    Printer.Print ""
    Dim i as integer
      For i = 1 to 20
         Printer.Print i
      Next i
    Printer.EndDoc
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width