Forum Discussion
- Ryan_MoranValued Contributor
You can write a procedure to click based on text or other properties by evaluating said properties, correlating them to the index, and performing the index based click.
- Colin_McCraeCommunity Hero
What Ryan said.
Not all tree/list type selectors work properly when addressed directly by text values. You may need to do a bit of searching and evaluating of properties in order to determine the index numbers required.
I have some grids, trees, lists and menus that require a little "pre-work" along these lines.
Not all controls make life simple for you. Same with devs. Combine the two? .........................................
- mrezahoseiniContributor
I've been working with properties without any result!?
I need other suggestion
Thanks