Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Modification Field and Creation Fields

Featured Replies

  • Newbies

I have created a datbase and published it using the web portal. I have assigned user names and passwords to the website using the web security that comes with filemaker. c:programs filesfilemakerwebsecuritydatabases

What I want to do is create a field within my datbase that records the user who logs onto the database via the web and creates or modifies a record.

Can this be done ???

try adding

<input type="hidden" name="name_of_the_ field_in_database" value="[FMP-ClientUserName]">

to your edit / new record form.......this form will have to be returned from a POST action so WC replaces the tag with the HTTP authenticated username

laugh.giflaugh.gif

[ March 14, 2002, 05:39 AM: Message edited by: scratchmalogicalwax ]

Not really sure what you are trying to do but....

You can specify the user who created the record by using the following code.

<Input type = "hidden" Name="user" value ="[FMP-ClientUserName]">

The [FMP-ClientUserName] bit will insert the username into a field that you define to contain that info.

You can also use related fields to keep a log of who entered or modified what record, and you can probably use a repeating field to log the users who modified a given record and the dates on which the modifications occurred. But let us know first what you realy want to do.

  • Author
  • Newbies

Lads, what I have is the following.

I have a fm database that i have published to the web using the FM web portal. Works great. I have assigned usernames and passwords to the site using the web security option for the web companion. Users login fine.

The usernames and passwords are created in the web database that is located in c:program filesfilemakerpro5websecuritydatabasesweb users

When a user loggs into the database across the web I want to be able to record who created, modified a record.

Simple, if you know what your doing !! ???-) But I dont.

I dont not know how to add in calucaltions so if you could break it down step by step for me it would be really great.

Thanks for the help..

"I have a fm database that i have published to the web using the FM web portal."

"...I dont not know how to add in calucaltions "

If I understand, what you are saying is that you are using Instant Web Publishing to serve your database over a wan. I don't know that anyone here can answer your question if IWP is your solution.

If you are using Custom Web Publishing you will need to provide some code from your format file, or consider the answers already provided.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.