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

This is an example how You can manipilate with date field in Browse mode.

This example uses a one date global field, few buttons with script parametar and only one script.[color:red][color:red]

Happy Filemakering... :)

DateScroll.fp7.zip

Picture_DataScroll.png.zip

Hi ino,

Thanks for sharing.

Nice idea. Only one problem that I found. When I click the Up and Down Arrow for the date, it changes the month, and when I click on the Up and Dow Arrow for the Month, it changes the Day.

Lee

Hi Lee, this makes sense because Ino's version formats dates as dd/mm/yy.

For a simplified US version, use

Let([

var1 = Get(ScriptParameter);

var2 = If( var1 < 4; 1 ; -1 );

M = Mod( var1; 3 )];

Date( Month(DateScroll::gDate) + var2 * (M = 1); Day(DateScroll::gDate) + var2 * (M = 2); Year(DateScroll::gDate) + var2 * not M )

)

Good Morning JT.

Up early today, aren't you.

[color:red]Or go into layout mode and move the buttons.

:)

  • Author

Hi Lee,

Sorry for mistake, :bang:

I tray to correct this with new att. Pls. try. Hope so it will work...

Ino

Happy Filemakering :thanks:

DateScrollINT.fp7.zip

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.