Forum Discussion

Al2's avatar
Al2
Occasional Contributor
4 years ago
Solved

Unknown reason for errors in the logs while filling out the userform

Hello,   I'm using a user form to configure some tests and then run it. It works just fine, but I keep getting this error in the test logs. Could anyone please point to what seems to be wrong or wh...
  • AlexKaras's avatar
    4 years ago

    Hi,

     

    It is my guess that OnChange event is triggered too often (for example, for every keypress).

    Is it really necessary to (re)assign the value to the project variable for every change in the text field? Why not to do all required assignments on form close when user completed all settings and is ready to proceed?