February 25, 201015 yr 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!
February 25, 201015 yr 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.
Create an account or sign in to comment