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

next seven day search


ukmgranger

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

Recommended Posts

Enter find mode() /* pause unchecked

Set Field(datefield; get(currentdate)& "..."& Get (Currentdate)+ 7)

Or set up 2 new date fields:

Startdate

enddate

/* Of course you need to have these fields on the layout and need to input the dates prior to running the script. You could make them a calc field. StartDate = Get(Currentdate); enddate=get(currentdate + 7) */

Set Field(datefield;startdate &"..." & enddate)

Perform Find()

Edited by Guest
Link to comment
Share on other sites

  • 4 weeks later...
  • Newbies

Hi

I'm jumping on the train right here, as I have a similar question:

I want to see all entries which are older than 180 days.

I tried the following script, but without success:

Action: Find records

find criteria: Date﹝≤(//-180)﹞

No success, all of the entries appear (even these younger than 180 days.

Is it possible like this?

Thanks in advance for any comments.

Harry

Link to comment
Share on other sites

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