
Signature
Ken Halter - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
One thing you can do is, if your data entry software directly
operates on time sensitive data, i.e. records contain date and they are
necessary for the operation of software then you can put some
constrains on it. e.g. you can teach your software not to accept any
entry after a specific date, where the date to be compared is the date
of record and not the system date.
This is something which works in almost all situation because
comparing your application date with the system date doesn't help
because anyone can easily bypass it.
One more way is to protect it with the number of run constraint and
not the date. It is independent of the current system and hence can
work good for you. You should do few more things, i.e. fasten your
application with the machine using HDD serial number or something which
can uniqely identify the machine. MAC address can too do. One more
thing is protect your setup with password which is dynemically
generated. If you don't know how to do these things, you can ask me for
the actual code to get things done.
Sow - 25 Oct 2006 10:13 GMT
Hai,
Please provide me the actual code and do the favour.
> One thing you can do is, if your data entry software directly
> operates on time sensitive data, i.e. records contain date and they are
[quoted text clipped - 15 lines]
> generated. If you don't know how to do these things, you can ask me for
> the actual code to get things done.
Murtuza - 27 Oct 2006 12:52 GMT
I have mailed you the actual code. You can embed it in your project.