Hi
Here are some example code for writing to a workobject, beware of that I haven’t added any error handling!!!
Code:
Hi
Here are some example code for writing to a workobject, beware of that I haven’t added any error handling!!!
Code:
Hi Per,
I tested your code by inserting it into a macro and all went well except that I get the error:
Unable to find the specified file. 7/11/2008 4:56:23 PM
from the LogOn function:
controller.Logon(UserInfo.DefaultUser);
I think it might be the Robot Studio already using this User to log in the controller. I’ll just create a 2nd user for my RAP.
Thanks,
Sam
Hi
If you are using RobotStudio 2008 (preview version of 5.11) then you could comment away the login because RS has allready done that.
Actually I’m using RS 5.10. And the problem persists. I tried logging off first, creating new users, etc. But still, as soon as I use the Logon command (controller.Logon(UserInfo.DefaultUser);), I get the same error:
Unable to find the specified file.