Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Perform Find/Replace doesn't work

Featured Replies

One field in my database indicate record's status. I flag this field with "New" when a record is created. the flag should be changed to "Old" two days later. I try to run a script as:

goto record/request/page [first]

loop

go to field["status"]

if [current date - created date > 2]

Perform Find/Replace["New", "Old", "Replace"]

end if

goto record/request/page [exit after last, next]

end loop

But seems the Perform Find/Replace[] doesn't work.

Help me please!!!

Why not have it do it automatically. Just make the "status" field a calculation:

Case(Date +2 >= Status(CurrentDate), "New",

Date < Status(CurrentDate) + 2, "Old" )

Lee

smile.gif

  • Author

Brilliant! but how can I do this if I have two different flags in this field (Sorry, I forgot mention in my first post).

then simply add a

&" " & If(condition for flag2,result1,result2) after Lee's calculation.

  • Author

Thanks lee and cjaeger. I thought the 2nd flag would replace the 1st one. blush.gif

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.