Newbies FreeNapster Posted March 10, 2001 Newbies Posted March 10, 2001 HELP! I am a developer with an idea but I'm stuck. I want to create demo versions of my products where the user can enter two records but not be able to add anymore. I can do that with a script I wrote. However, I need a way to block them from simply entering into the field and "erasing" the record and repeatedly using the same two records. Am I making sense? Would appreciate any suggestions.
danjacoby Posted March 10, 2001 Posted March 10, 2001 Using access privileges, disallow deletion of records and limit access to menu commands. Then create a "New Record" button with a script that creates a new record only if the status(CurrentRecordCount) is less than 2.
Newbies FreeNapster Posted March 10, 2001 Author Newbies Posted March 10, 2001 Thanks! I think I've done that. But correct me if I'm wrong - there is still nothing to prevent the user from clicking into the fields and "erasing" (backspace or whatever, like they are editing the field) and in reality keep making "records" even though they technically only have two to use. In other words, they only have two records but they can keep "reusing" them over and over. Can I prevent that?
Lee J Posted March 15, 2001 Posted March 15, 2001 I created a set of dummy records (seperate DB) which gets hidden from the user and when the system is shut down and reopened I had a script which recreated these records. This ensured that they could change them during a session but soon as they quit it basically did a revert.
Recommended Posts
This topic is 8653 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