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.

custom function in version 5.0?

Featured Replies

hi, in case there is no answer for my previous msg, im wonder if there anybody knows IF and in case of yes, HOW can i custom function in version FM 5.0.

(i want to use this function:

If (

IsEmpty ( GetRepetition ( RepeatingField ; StartingRepetition ) ) ;

StartingRepetition ;

Let (

StartingRepetition = StartingRepetition + 1 ;

FirstBlankRepetition ( RepeatingField ; StartingRepetition )

)

)

)

thanks a lot

Custom functions (and the let() function) were not available until FileMaker 7.

You might try using a script, or a calc to check each successive repetition. Or better yet, ditch the repeating field, and use a portal of related records.

  • Author

hi,

yes, now i have it done with getrepetition <> 0, but it would be hard if there will be eg. 50 repetitions.

i will look for infos about portal record, i dont know anything about them yet.

thank you :-)

  • Author

i have another small qwestion (i dont want to start new topic for something like this). where i can find how to make script which tell to find all records which have on radio-button field checked "yes"?

thanks :

It's just like any other find:

Enter Find Mode []

Set Field [ field , "Yes" ]

Perform Find []

  • Author

thanks,

i didnt know that it is so easy and i was thinking about something more complicated :-)

Hi Ender,

To add to this:

Custom functions (and the let() function) were not available until FileMaker 7.

You will need to have the Developer/Advance Edition in order to write a Custom Function.

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.