Results 1 to 2 of 2

Thread: VB & Printing

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Posts
    1

    Angry VB & Printing

    How do i Print from my VB Application (not through windows printer object) like the following format

    No. Particulars Unit Quantity Unit Rate Amount
    ---- ------------- ----- ----------- ------------ ----------

    1. Pen Nos. 01 32.00 32.00
    2. Computer Nos. 01 25,000.00 25,000.00


    How do i get in the Button click event
    please help me out

    bye

    thanks in advance

    [email protected]

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    If you don't want to use the printer object, you could use:
    1. A third party report generator like Crystal Reports
    2. Create a report in MSAccess and call it from VB
    3. If what you want to print isn't too big, you could dump it to a text file, and use NotePad to print the text file.
    4. If the text you want is substantial, then you could dump it to a Word document, and use Word to print it.

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