Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Passing a username from HTML to Filemaker


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

Recommended Posts

Please excuse my ignorance on this, but I'm having one tough time. Im trying to pass the username from the Web Security DB login to a field in Filemaker called currentusername using External("Web-ClientName", 0) . Is their a better way of doing this? Plus I'm noticing how limited the current Web Security DB is, I'm looking for a way to limit users from only editing and viewing their own records. Hence the need for External("Web-ClientName", 0).

Any help would be appreciated : )

Link to comment
Share on other sites

What it does

[FMP-ClientUserName] is replaced with the client's user name from HTTP authentication.

Syntax example(s)

Return the client's user name using an HTML file

Your name is: [FMP-ClientUserName]

<!-- After processing it could look like:

Your name is: John

-->

From the CDML reference database.

HTH-

Courtney

Link to comment
Share on other sites

This topic is 7853 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.