Re: Control question
- Posted by DerekParnell (admin) Apr 20, 2012
- 1329 views
I made a mistake in my earlier post. The correct function is getNameId() and not getIdName().
There is also another useful function that returns a control's ID given it's name and parent ID. This can be used when controls have the same ID name but different parents.
id = getNameIdInContext("SurName", win) -- or even ... id = getNameIdInContext("SurName", "CustomerMaintenance")