Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

This is likely going to be a very rudimentary sounding question, but here goes.....

Is there a quick and efficient way of determining the repetition number of the next available(empty) repetition in a repeating field?

I'd settle for being able to determine the number of repetitions a field is defined to have.

I make a point of not using repeating fields for the most part, but they do have their uses.

Posted

GetAsNumber ( FieldType ( Get ( FileName ) ; "YourRepeatingField" ) )

returns the max number of the repetitions definited for YourRepeatingField

( note that that field may show a minor number of repetitions )

For the last not empty repetition, see if this helps

Posted

I make a point of not using repeating fields for the most part, but they do have their uses.

True, but nowhere where the user might enter anything though!

--sd

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