Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Is there a way to set the default value for a "global number[35]" field?

I want to set [1]=1, [2]=2, [3]=3

I'm using FM7

I want something else than

Set Field(f, 1)

Set Field(f[2], 2)

Set Field(f[3], 3)

...

Set Field(f[35], 35)

Set Field(f=Split("1;2;3;...;35")) would be marvelous.

Posted

Why not use a global calc?

OrigField[Get ( CalculationRepetitionNumber )]

Keep in mind though of how and when a global calc recalcs.

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