Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
In that case, don't use the caption or the index. I'm not sure why the name search is not returning but I suspect your use of the wildcarding may have a syntaxing problem where the wildcard is being improperly recognized or applied.. Could you post the whole code block including the assignment of aValue?
Again, I think your better bet is to use Class (TextBox) and some other property. Perhaps there's some sort of internal ID that can be used that is always the same. In any case, the Name property itself is one of the "dynamic" properties of an object and, even though you may wildcard a part of it, that does not guarentee that you'll always return the same object.
Again, I think your better bet is to use Class (TextBox) and some other property. Perhaps there's some sort of internal ID that can be used that is always the same. In any case, the Name property itself is one of the "dynamic" properties of an object and, even though you may wildcard a part of it, that does not guarentee that you'll always return the same object.