• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Label Printing Chalenge

 
Ranch Hand
Posts: 2278
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am attempting to create a web app running on IE when in the user will scan a barcode and labels will be printed based on info of remote data look up. If at all possible I need this to be done without print driver dialog. I had in mind the user would select a printer and this would be stored as their label printing preference.

The first thing is to get a list of local installed printers that they can select in their preference dialog.

Is any of this possible?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Going to have to require some sort of plugin/active-x control. Imagine going to a random site and it starts printing ads on your printer.

When I start to see requirements like this, I start to winder why in the world is this a web application and not a client application.

Eric
 
Steve Dyke
Ranch Hand
Posts: 2278
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Eric Pascarello wrote:Going to have to require some sort of plugin/active-x control. Imagine going to a random site and it starts printing ads on your printer.

When I start to see requirements like this, I start to winder why in the world is this a web application and not a client application.

Eric



It is sort of both. It is an Intranet application where we control the browser config. It needs to be as generic as possible while still being able to run on machines from XP to win7.

I now have the printer driver list being generated.



Now if one of these is set up as a app attribute how can I tell the print output to use this driver?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic