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

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

Recommended Posts

Posted

Is there a SetField version of GetField?

Just as you can get the value of the field with the specified name,

I'd like to set the field with the specified name.

For example, for setting Boolean fields:

If [ GetField(prefix & name) ]

SetField(prefix & name, "N")

Else

SetField(prefix & name, "Y")

End If

The GetField part works fine; but SetField requires you to specify a field,

not a field name.

Any way?

Posted

I *am* using SetField in a script. ScriptMaker doesn't let you just type it in.

If you press the Specify Field button, it only lets you select an existing field.

As far as I know, there is no way to just type in a script like you can a Calculation.

What am I missing? confused.gif

Thanks.

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