embedding an axtiveX that prints on the local printer.

Ask a Question related to ASP, Design and Development.

  1. #1

    Default embedding an axtiveX that prints on the local printer.

    Hi,
    Is it possible to write in VB6 an activeX that will receive a RecordSet and
    display a data report and then print it on a local/network printer?



    george d lake Guest

  2. Similar Questions and Discussions

    1. Printing to local printer
      I have developed a web page using VB.net which prints data from a MSSQL database. I cannot figure out how to get a list of the local printers for...
    2. PS7.0.1 prints out as garbage text on HP Printer
      Most, not all, PS 7.0.1 files print out as hieroglyphics over several pages when printing to different models of HP printers. Same problem in Quark...
    3. Configuring a local-printer
      news.planet.nl wrote: FWIW, Caldera is now SCO. You have two possibilities here: a) Install and configure a TCP/IP Print server on your...
    4. How do I install a local printer on SCO Unix?
      Jorge_Beteta <jbeteta@yahoo.com> wrote: Looks like you've done it, but you didn't say anything about wiring, baud rate or flow control. ...
    5. printer prints when I turn off computer
      When I turn off the computer the printer prints a line of type.
  3. #2

    Default Re: embedding an axtiveX that prints on the local printer.

    Any samples out here?
    "Ray at <%=sLocation%>" <ask@me.forit> wrote in message
    news:OPM7WekRDHA.1552@TK2MSFTNGP10.phx.gbl...
    > Yes
    > "george d lake" <georgel@valleyyellowpages.com> wrote in message
    > news:%23H7NybkRDHA.632@TK2MSFTNGP12.phx.gbl...
    > > Hi,
    > > Is it possible to write in VB6 an activeX that will receive a RecordSet
    > and
    > > display a data report and then print it on a local/network printer?
    > >
    > >
    > >
    >
    >

    george d lake Guest

  4. #3

    Default Re: embedding an axtiveX that prints on the local printer.

    george d lake wrote:
    > Hi,
    > Is it possible to write in VB6 an activeX that will receive a
    > RecordSet and display a data report and then print it on a
    > local/network printer?
    Yes, George, it's possible.

    Of course, you might want a different looking printout for different
    recordsets. Also, if you wished to alter the look of the report you would
    need to distribute a new DLL.

    Instead, you might want to look at turning XML into HTML (or some other
    format) using XSLT. That way you can just change the XSLT (file) to get a
    different looking report.


    Jason Keats Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139