joemuskrat Posted October 19, 2005 Posted October 19, 2005 I want to provide a demo version of a software program I wrote in FMP6, and restrict it to 5 records. Is there a way to defeat the N shortcut?
Steven H. Blackwell Posted October 19, 2005 Posted October 19, 2005 Well you can disable the Menus by setting the menu privileges to edit or to none. However, this may or may not stop users from creating records. Or you could make the 5 records before hand and prevent their deletion or the creation of new ones. What version of FMP do you intend to use for your new demo? Steven
joemuskrat Posted October 20, 2005 Author Posted October 20, 2005 Hi Steven, I'm using Ver.6 Developer. Joe
Oldfogey Posted October 21, 2005 Posted October 21, 2005 Depending on how tight you want to make it, you could use a serial number and use overlapping fields to give the appearance of garbage when a sixth field is created. Can you keep your user in a script? If so, it is fairly easy to just delete any records the user creates over five. In fact, Ctl-N is not available when a script is running/paused.
Walter B Posted October 21, 2005 Posted October 21, 2005 (edited) Run a script at close that delete all but the first 5 records. They can add as many records as they want, but only keep the first five. Edited October 21, 2005 by Guest
joemuskrat Posted October 24, 2005 Author Posted October 24, 2005 Thanks. That's what I did and it works just fine.
Recommended Posts
This topic is 7321 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