In editor, I can’t access the element .name property for any element that’s not in the header or body of a multipart form. (Servoy 2.2.5, WinXP)
For example, I have a form with
Title Header
Leading Subsummary
Body
Trailing Subsummary
I have named elements in each part of the form, and I wish to change the .visible property via a method.
The named elements in the subsummary parts don’t appear in the method editor, and can’t be called in a script. The elements definitely have a name property in designer.
As a test, moving a named element from the subsum to the body or header in designer makes it available as an element in editor. Moving it back again makes it disappear.
Bug or feature?