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

Script - paste search string into date field


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

Recommended Posts

Posted

I would like to paste search string ( "<01/01/02" ) into date field, but the calc string must result as a date and ends up as a question mark.

Posted

Its best to use either:

Insert Calculated Result [DateField,"<" & DateToText(Date)] if you have a date field, or

Insert Calculated Result [DateField,"<01/02/2002"] to hardcode the search criteria

BTW, you cannot ues SetField for this type of operation. SetField relies on the result being in the same format as the destination field. Insert Calculated Result doesn't worry about this.

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