Hi,
I have a robot that has run for a few months. Suddenly I get a message box with the word “Stop” in it, just before it should click on a button. I have checked and rechecked, I do not have any Message boxes in my robot with the word “Stop” anywhere. And absolutely not anywhere near where the robot should click on the button.
Yes, and also, if I click the OK on the message box, the robot continues. A colleague of mine get the message box 10 times, and after that the robot continues.
Any ideas why I get this mysterious message box?
Kind regards,
Anna
(I found it a bit difficult to find the right place to put this question)
Check all your Message Box activities in your code. One of them might have a string variable as the text. In that case, searching for “Stop” won’t yield any result.
If you don’t have a Message Box activity at all in your code, then it might be coming from a custom activity.
Hi, this is a picture of it (I cannot send a picture of the whole screen, as there are names of persons on it) .
The strange thing is that I have another robot, which is built from this robot, and the new one works perfectly. No strange Message boxes
I have search for Message box, and I have some. But non with the word Stop in it.
Just before this happens in the robot, it takes information from a Sharepoint list and makes variables of the information. Then it goes to this web page and should click on the button.
It looks like the message box is created in your project or
It would have been created in another project and that project might be called here
Check in that way
Hi, unfortunately I do not have any other projects that this one calls on. And I have looked att all my Message boxes, and non have Stop in them.
//Anna