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

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

Recommended Posts

  • Newbies
Posted

In scripting...

Using the status(currentFieldName) I can retrieve the name of a selected field. Is there a function (like 'indirect') that will retrieve the content of that field?

Thanks for any help.

f

Posted

No, unfortuately not.

You'll have to do a case statement on that field name.... Assuming you have the fieldname in a field called "WhichField" your case statement would look like:

case (

whichfield = "firstname", firstname,

whichfield = "lastname", lastname,

"UNKNOWN FIELD"

)

Hope this helps!

-dave

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