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 5668 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

ive seen it done before in FM3 years ago and i cant figure it out. Im simply looking for a script to enter a call back date 2days out automatically. ive tried everything and cant get it (// + 2) doesnt do it... lol please help

Posted

Get ( CurrentDate ) + 2 ?

I dont fully understand your question. If you just want a date field with a date 2 days from when the record is created, then you can use an auto-entry with the formula above.

Posted

ive seen it done before in FM3 years ago and i cant figure it out. Im simply looking for a script to enter a call back date 2days out automatically. ive tried everything and cant get it (// + 2) doesnt do it... lol please help

Having started using FM with V3 I understand the question and actually have a field that does exactly this... For me it's a ship by date : )

Anyway...mr_vodka is correct

Get ( CurrentDate ) + 2 ?

I dont fully understand your question. If you just want a date field with a date 2 days from when the record is created, then you can use an auto-entry with the formula above.

I can think of 2 methods...

method 1

Say date1 has the date put in by script while editing the record. Just put in an 'Insert Calc Result' using mr_vodka's calc for date2 in your script.

method 2

Set up date2 as a calc field (date) instead of a regular date field using table::date1 + 2 as the calc

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