473,388 Members | 1,209 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Are there ways to ensure printing only occurs once?

Hi,

If an E-coupon is limited to one person, are there ways to prevent it from
printing more than once?
Since on the print dialog, user can print multiple copies.

Regards


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Apr 2 '07 #1
3 1224
You shouldn't be attempting to prevent the coupon from being printed more than once.

What you should be focusing on is preventing
a coupon from being *redeemed* more than once.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11**************@sp6iad.superfeed.net...
Hi,

If an E-coupon is limited to one person, are there ways to prevent it from printing more than
once?
Since on the print dialog, user can print multiple copies.

Regards

Apr 2 '07 #2
On Sun, 1 Apr 2007 22:58:28 -0400, Juan T. Llibre wrote:
You shouldn't be attempting to prevent the coupon from being printed more than once.

What you should be focusing on is preventing
a coupon from being *redeemed* more than once.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11**************@sp6iad.superfeed.net...
>Hi,

If an E-coupon is limited to one person, are there ways to prevent it from printing more than
once?
Since on the print dialog, user can print multiple copies.

Regards
True. There is no way of preventing more than one printing because it is
very easy to do a File -Save As and then print as many copies as you'd
like. Even clever methods like using Active X collapse in the way of Print
Screen
--
Bits.Bytes
http://bytes.thinkersroom.com
Apr 2 '07 #3
On Apr 2, 4:56 am, "Rad [Visual C# MVP]" <nos...@nospam.comwrote:
On Sun, 1 Apr 2007 22:58:28 -0400, Juan T. Llibre wrote:
You shouldn't be attempting to prevent the coupon from being printed more than once.
What you should be focusing on is preventing
a coupon from being *redeemed* more than once.
Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
===================================
"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11**************@sp6iad.superfeed.net...
Hi,
If an E-coupon is limited to one person, are there ways to prevent it from printing more than
once?
Since on the print dialog, user can print multiple copies.
Regards

True. There is no way of preventing more than one printing because it is
very easy to do a File -Save As and then print as many copies as you'd
like. Even clever methods like using Active X collapse in the way of Print
Screen
--
Bits.Byteshttp://bytes.thinkersroom.com
Or even:
1) User prints coupon using <hideously complex system to prevent user
printing more than once>
2) User takes print out to a halfway decent photocopier (so that
copies are indistinguishable from original)
3) Profit

Damien

Apr 2 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jack Russell | last post by:
Gee vb.net makes me feel dumb! My understanding is that I set up and do all of my printing in the printdocument printpage and handler using various graphics methods such as drawstring. Is...
1
by: TammyZ | last post by:
I have developed an Access 2000 application: front-end as a run-time on user's desktops, and the back-end database on the server. I need help with ensuring that all the code that I have...
2
by: Ryan Gregg | last post by:
I'm working on a project where I need to be able to print a single line at a time to a dot matrix printer. Essentially we have a log printer and each time an event occurs on the system I need to...
0
by: Nigel | last post by:
I successfully create a .NET Component (Visual Basic .NET) that would print, unfortunately when used within a web browser it appears that .NET security doesn't allow you to run code that interacts...
12
by: Peter Lin | last post by:
Hey, I am just wondering if anyone has got any idea of setting up a new class so that you could just print like the old ways with the printer class, since I am writing a program that really...
1
by: eskildb | last post by:
First, please be gently. I am fairly new to the programming world (1.5 years with some expermentation prior to). I have been working on a project that has to print HTML pages with graphics in a...
1
by: eskildb | last post by:
First, please be gently. I am fairly new to the programming world (1.5 years with some expermentation prior to). I have been working on a project that has to print HTML pages with graphics in a...
0
by: Vincent | last post by:
I have a large list box with the multiselect property turned on and a vertical scrollbar. For every row that is selected, a designated document prints out. If the document successfully prints, I...
4
by: MLH | last post by:
How do I ensure my reports are being printed in max resolution of 1200dpi ? That is, can Access control the setting?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.