Forum Discussion
mfoster711
Regular Contributor
I have worked around the ClickItem issue by doing the following:
'Everywhere I previously had this:
objField.ClickItem(Value)
'I changed it to this:
objField.Click
objField.Keys(Value)
objField.Keys("[Enter]")
This works in our application but may not work in yours. Its worth a try.
mgormsen
2 years agoOccasional Contributor
Thanks for the tip. I was considering going in and using the keys function to bypass all the ClickItems.
It is unfortunate that we might need to do that though. Not even two weeks ago ClickItem actually found an issue with dropdowns in our .Net app. They were not actually clickable, but you could use the KB to select your item. It is nice to have a mix of both functions for reasons like that.
I think we may just downgrade to the last version until a new update is released. Just having trouble getting into our license account currently, so that is not really possible. When it rains it pours right? hah!
Related Content
- 9 years ago
- 10 months ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago