Forum Discussion
8 Replies
- tristaanogreEsteemed Contributor
Is the coming up from your application or is it being generated by TestComplete? What's the specific error?
- RajTCOccasional Contributor
Hi Robert,
Error coming up on my application.
I am assuming that the text entered in the textfields are not pushed to the database after clicking on the Save button.
It's working fine with the Keys method.
- tristaanogreEsteemed Contributor
Couple of questions still:
What version of TC are you using?
Are there "OnChange" events that trigger based upon clicking in or clicking out of a field?
The reason I ask is that it sounds like SetText is not properly triggering those "OnChange" events. This was, IIRC, something that was fixed in a more recent version of TC so I'm curious as to why it's not working for you.