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.

Featured Replies

  • Newbies

hello I'm new to filemaker pro and I need some help

with my database. I was wondering if it is possible

to create a value list than contains the current date as well as a few of the dates after it. If it is possible I would appreciate anyone showing me how to do it. :)

You can create a repeating calc with the number of repetitions being however many days you want.

Get ( CurrentDate ) -1 + Get ( CalculationRepetitionNumber )

With it being 5 repetitions, you will today's date plus the next 4 days. You can then create a value list based off this field.

While the right idea, if you make that calculation stored then it won't update, if unstored, then it can't be used as a valuelist.

I suggest adding a StartDate field, then the repetition calc becomes:

Extend(StartDate) - 1 + Get(CalculationRepetitionNumber)

Now you can change the StartDate via a script, and the valuelist will recompute.

Here's a sample file to show you a possible setup. I've added a script to demonstrate switching the current date to today. Check the valuelist (set to 2/2/2002 now), then run the script to move the valuelist to today.

You could run that script as a startup script when the file was launched, or via other scripts you have.

RecentDates.fp7.zip

  • Author
  • Newbies

thnx for the help guys, it works perfectly

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.