You can also use one layout for adding a new record, and another layout for
viewing. The viewing layout has fields formatted not to allow entry. Easy to
test in a script for presence or absence of a value, and choose the layout
based on that. More likely, have the New Record script point to one layout,
the View Record script point to another.
mark
> Building that type of 'security' is neither a built-in feature, nor easy.
It
> can be created in various ways, depending on your overall system, needs,
and
> taste, using complex calculated fields, scripts, permission levels, etc.
> The simplest, broadest solution is to use a Submit button which send the
> values in the various fields to other fields that are inaccessible without
> password priviledges. The script triggered by the Submit button tests to
see
> whether the other fields already have valid values in them, and also test
> for the validity of the data being entered.
> --
> John Weinshel
> Datagrace
> Associate Member, Filemaker Solutions Alliance
> Vashon Island, WA
> (206) 463-1634
> > I was wandering if it was possible to secure the input. When someone
has
> > made a new record it won't be possible afterward to change the
> information.
> > For instance I'm using a valuelist of a crewmember list made in another
> > file. When a person enters a new record he (or she) has to choose her
name
> > out of the list by checking a radiobutton. This is working very fine,
but
> > now i want to secure the input so the user can't change afterward his or
> her
> > name to another person. I can't find a solution how to manage this and
> i'm
> > hoping that one the FMPro guru's inhere can help me with this.
> > Many thanks in advance,
> > (PC-Windows 98 - ME - Filemaker Pro v5.03)
> > Danny