Summary
some "GET FUNCTIONS" doen't work. FM 8.5 win xp sp3
Description of the issue
FileMaker Product(s) involved: FileMaker Pro 8.5 Operating System(s) involved: Win XP sp3 Detailed description of the issue: I’ve got a table with three fields defined: field 1 textfield 2 calc = Get ( ActiveFieldName )field 3 calc = Get ( ActiveFieldContents )After entering data into field 1(i.e. “xxx”) and being it active, I have nothing in field 2 and field 3 when I shoud get “field 1” and “xxx” respectively. What I’m doing wrong? Thanks a lot
"What I’m doing wrong?"
Trying to use a function where it doesn't apply.
You can't use it that way. You can use it in a script, or tooltip.