Steverino Posted September 26, 2003 Posted September 26, 2003 I've created a limited time demo base on the "Bomb" sample file. But now I'd like to create a scheme so that users who pay for the database can enter an installation code to disable the time bomb. I've created a calculation field called "Unlock Code Formula" with the following formula: "XC346B8SV" & Right(UserLastName, 1) & Right(UserFirstName, 1) & Right(NumToText(Unlock Date), 1) & Left(NumToText(Unlock Date), 2). Then, I'll give my customers an installation code that corresponds to their user name and the date that they unlock the demo. When the installation code = the unlock code formula, the time bomb will not be activated. Here's the problem -- what's to stop people from simply copying the already-installed set of files (as long as they don't change the user name)? Is there another way to prevent people from sharing the files? I'm using Developer to create a runtime solution.
Recommended Posts
This topic is 8079 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now