-
Posts
5,058 -
Joined
-
Last visited
-
Days Won
47
Community Answers
-
Steven H. Blackwell's post in Allow create records but not modify was marked as the answer
The correct way to accomplish this is via Record Level Access privileges in the Privilege Set. Yiu have two different options. You can set the "Edit" privilege to No. Or you can set it to 0. The former setting takes effect after the user's current session ends. The latter setting takes effect as soon as the record is committed.
Steven
-
Steven H. Blackwell's post in Moving backup directory = missing Remote Container files? was marked as the answer
I would strongly recommend that you review the series of articles about FileMaker Server 12 that Wim Decorte and I prepared. I believe these will answer many of your questions.
You can find them here and again here in the BLOG section of FM Forums.
Steven
-
Steven H. Blackwell's post in Stop FileMaker starting up automatically was marked as the answer
From the Terminal send the command sudo launchctl stop com.filemaker.fms
That will stop the FMS service. To start it again use:
sudo launchctl start com.filemaker.fms
I'd recommend that you not mix development and hosting on the same machine.
Steven
-
Steven H. Blackwell's post in Java for OS X 2012-006 1.0 was marked as the answer
There are numerous issues with recent Java updaters as I reported here on FM Forums on October 17th.
Please see http://thefmkb.com/11251 and http://thefmkb.com/11245 for more information.
Steven