Newbies Abraxas Posted September 23, 2016 Newbies Posted September 23, 2016 (edited) Hi, I am new to Filemaker and would need some help in the following issue: I would like to determine the fully qualified field name (<table name>::<field name>) assigned to the layout object (text field e.g.) that has the focus. Important condition, that the active layout has objects (text fields) from more than one table and the function/procedure should be able to determine the fully qualified field name for each of these objects. Any help kindly appreciated. Edited September 23, 2016 by Abraxas
comment Posted September 24, 2016 Posted September 24, 2016 1 hour ago, Abraxas said: I would like to determine the fully qualified field name (<table name>::<field name>) assigned to the layout object (text field e.g.) that has the focus. Not sure why you need this, but you can get it using: Get ( ActiveFieldTableName ) & "::" & Get ( ActiveFieldName )
Recommended Posts
This topic is 3343 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 accountSign in
Already have an account? Sign in here.
Sign In Now