September 15, 200223 yr 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?
September 16, 200223 yr Author 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? Thanks.
Create an account or sign in to comment