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

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

Recommended Posts

Posted

I have a database with a datefield. I need to find the records that have no date in the datefield (finding =) and those who contain a date after the date of today minus 8 days. So today is 04-05-2002, I need to find > 26-04-2002. It is necessary to perform this find in a script but whatever I tried it does not work. Does anyone have a solution ?

Bert

Posted

Often asked question. First, the date field must be on the current layout. Let's say your date is in a global date field called "gDate". This script might look like:

Set Field (gDate, Status(CurrentDate) - 8)

Enter Find Mode()

Insert Text (yourfield, ">")

Insert Calculated Result (yourfield, gDate)

Perform Find ()

Make sure the "select" option is off on the second insert or it will wipe of the first (">"). Also don't use the "Today" function, use Status(CurrentDate) instead.

-bd

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