Rich S Posted February 25, 2010 Posted February 25, 2010 Greets, all! I'm temporarily using v9.0x of FMP so maybe there's a command or script step in v10.x that I don't see here, but how can I capture the Object Name of say, a field label or button to use in a calc or script? Fictional example: If(ObjectName(test::fieldlabel))="Whatever" Set Field[test:fieldcontents; "as if"] TIA for your help!
comment Posted February 25, 2010 Posted February 25, 2010 You can only capture the active object's name. Clicking on a button does NOT make it active (i.e. selected). Use the script parameter instead.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now