Newbies gsmith Posted January 8, 2001 Newbies Posted January 8, 2001 I'm sending a company a demo of a FMP5 database in Developer 5 format. I want to limit them to only inputting 25 records for this demo version. Any suggestions on how to put this limit into the file I'm sending to them? Thanks
Ocean West Posted January 8, 2001 Posted January 8, 2001 Make sure you set up passwords, and do not allow users to add records. Via a button and a script you create the records. You can setup a script that test the current records or some other way of counting records, and if it reaches your max, the user gets a notice that the demo expired. Other forms are date driven, will expire on a certain date. Caviat is that they can change the clock on the computer. Or create a limited use like a 25 usee where it bombs after it is opened 25 times. The sky is the limit. Hope this helps.
Recommended Posts
This topic is 8720 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