Jump to content

This topic is 7110 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

In answer to my own query, if I make a field a button and attach the script;

If Field A <>"

Show Custom Dialogue ["No re-entry allowed."]

exit script

else

Go to Field A

End if

it works fine except if the field repeats. I can't apply the script to other than the first value and then with what seem to be unpredictable results.

Any thoughts?

Posted

Why not duplicate the layout and set all the field behavior so that none of the fields are accessible. You could also make a duplicate layout of merge fields. When someone makes a NEW record you go to a record for entry. If you go to REVIEW your records you would see the inaccessible layout. Only the administrator would have permissions to access the data entry layouts.

The script solution might be easier, but I thought I'd throw out an alternative.

Posted

George--

You mention repeating fields. Get rid of them. Repeating fields are not a very manageable aspect of Filemaker.

You should create a related table to hold your repeating information. The related table would have a separate record for each entry in the repeating field. It would have a field that stores the parent record ID, along with fields to hold the individual entries. You'd have a relationship from parent to child, and a layout with a portal to view the information.

esegal's solution is probably an easier and more secure method, and would also work well with the structure I mentioned.

HTH,

David

This topic is 7110 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.