Jump to content

custom function in version 5.0?


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

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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