functions Add Account Function -
-
Similar Content
-
By JDW
Our company still uses FMP 11 Advanced because hosting online via IWP is much, much cheaper than hosting with a modern version of FMP. Currently, we pay double to have two different FMP 11 databases hosted online. One database contains 900 records and is open to the public with no password, and the other has several thousand records and requires a password.
In hopes of cutting our hosting cost in half, I would like to combine the two databases into one database, such that we need only pay to host 1 database. But our need to password protect certain records remains.
In other words, I want to put the content that doesn't require a password inside the FMP database file that has data we want to protect. I know it's possible to combine the two databases, but that would mean we can no longer use a main password to lockout the entire file, as that would lock out everybody. I would like to know if I can use FMP 11 Advanced to password protect only certain records within a single database file?
Thanks.
-
By Tony Diaz
I'd like to add a condition to this to not do it if "id" already exists in the table:
Set Field [ Moby_Countries_Values::ID ; JSONGetElement ( $record ; "id" ) ]
So that value, 'id' is embedded within the blob that I'm parsing already. In that loop some of the array sets may exist, others many not already.
If [ not IsEmpty( $countries ) ] Set Field [ ISBN::JSON_VariableView1 ; $countries ] Set Variable [ $Cover_Group_ID ; Value: ISBN::ISBN_ID ] Set Variable [ $n ; Value: ValueCount ( JSONListKeys ( $authors ; "" ) ) ] Freeze Window Go to Layout [ “ISBN_Meta” (ISBN_Meta) ; Animation: None ] Loop Set Variable [ $i ; Value: $i + 1 ] Exit Loop If [ $i > $n ] New Record/Request Set Field [ Moby_Countries_Meta::Cover_Group_ID ; $Cover_Group_ID ] Set Variable [ $record ; Value: JSONGetElement ( $countries ; $i - 1) ] Set Field [ Moby_Countries_Values::Name ; JSONGetElement ( $record ; "name" ) ] Set Field [ Moby_Countries_Values::Description ; JSONGetElement ( $record ; "desc" ) ] Set Field [ Moby_Countries_Values::ID ; JSONGetElement ( $record ; "id" ) ] End Loop Go to Layout [ original layout ; Animation: None ] End If
Because afterwards I'll do:
Set Field [ Moby_Countries_Meta::ID ; JSONGetElement ( $record ; "id" ) ]
...and it will relate to the just added / or already now existing record.
-
By mvoogt
I have started sending emails using the INSERT FROM URL method shown by soliant here:
https://www.soliantconsulting.com/blog/html-email-filemaker/
Emails are being sent out but many recipients seem to be getting my emails sent to their spam folders. I'm curious if this has anything to do with this method of sending emails.
-
By Joost Miltenburg
Hi All,
I added security to limit the DataAPI user from accessing certain records, with the limited option. I tested this while running these files on my HD no server. Worked like a charm. After moving the files to FMServer the DataAPI account can access all record in the table all of a sudden.
Any thoughts as to why this is happening?
Kind regards,
Joost
-
By Stickybeak
I have been running a document creation and management solution for 2 years.
My scribe maintenance subscription ran out so I bought a new license.
Boom the whole things has collapsed.
Scribe is throwing errors when a field in the database does not appear as a merge field in the document the attached being a typical error.
This solution is vital to my practice but 360Work have no taken 2 working days with no solution - not responding to my emails when I tell them that their work arounds aren't working.
This was suggested "ScribeSetErrorCapture(true)" - but that does not even appear in my steps in the script window.
Utterly frustrated.
Help!
-
Recommended Posts
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