If you have not already, you could create a USER table that includes a
field ADULT. Populate this with your list of users. Then test if the
ADULT field is "Y" in your script instead of the user name or number.
Michael Paine
Christoph Kaufmann wrote:
Quote:
FMP 8 adv: Record deletion is out of the menu. Users may delete records
with a script, but not if the record has children.
So the script goes
If isvalid(relation::record_SNR)
Display message (who will take care of the orphans?)
Quit script
End If
for each and every relation. So if I add a relation, and I will, I'll
have to extend the script.
Are there better solutions? |