How to code a Kill Switch (to limit access to program)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rhonda2010
    New Member
    • Aug 2010
    • 4

    How to code a Kill Switch (to limit access to program)

    Hi, I hope you can help me. I have a program I am developing and I want to be able to limit the time or the amount of times a user can access it. Someone I know wants to try the program out; however, I do not want them to have full access to it until we have come to an agreement. Is there a way to limit the amount of times or the timeframe the program can be run? For example, allow the program to be run 50 times or until a certain date.

    I was thinking about on the form load, having an if statement like if date > whatever date, load the program, if not, end the program. However, I would assume if they change the sysdate, it wouldn't work.

    Any ideas on this?

    Thanks!
Working...