Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Why bother to got thru this if you are only interested in the Modification Date? Create a Field Date, and have it use the Date Modified Auto Enter.

Lee confused.gif

Posted

Change the field type to date. Change the calculated entry to:

Get ( CurrentDate ) & Left ( fieldToWatch ; 0 )

If you want to log clearing the field as a modification, uncheck 'Do not evaluate if all referenced fields are empty'.

Posted

"Change the field type to date. Change the calculated entry to:

Get ( CurrentDate ) & Left ( fieldToWatch ; 0 ) "

Is this a Version 7 capability only, or can we check field-by-field in Versions 5/6 as well?

I haven't seen this before.

Posted

To expand on this thread: I can setup the Creation Date quite easily. But, how do you tag a Modified Date/Modified Time, for the entire record - any field gets changed?

Versions 5/6.

This should be easy, but I'm missing it.

Posted

Comment's calc would be

Status(CurrentDate) & Left( fieldToWatch, 0 )

in previous versions.

You create the modification date/time fields the same way you do for a creation one. Just change the desired type in the dropdown list which defaults to 'Creation Date'.

Posted

Well, I SWEAR those Modification Options weren't there last week. I knew I had used them before. I'll blame it on a virus, but thanks for pointing out the obvious.

I tried Comment's logic in V5/6. It did detect the change to the field, for the entire file, not per record. I assume that is what it is supposed to do.

Posted

I stand corrected. When I made the Define Fields change, each record was marked with the same value. After that, it updated record-by-record. Very nice.

Thanks for the info everybody.

Posted

It's not terribly complex to log modification time and date in versions 5 and 6:

Stored calculation field:

Case(Field_to_be_monitored,"","") & Status(CurrentDate) &" "& Status(CurrentTime)

<Edit: I see Queue already gave essentially the same formula. I skipped too many replies blush.gif

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