Search found 5 matches

by cartographer7
Tue Mar 14, 2017 6:55 pm
Forum: Automation Tools
Topic: Looking for more information on a build error.
Replies: 2
Views: 2189

Re: Looking for more information on a build error.

The upgrade did it. It now gives me actual information, in this case "unrecognized escape sequence" with a line number, which let me solve the problem.

Thanks!
by cartographer7
Mon Mar 13, 2017 7:12 pm
Forum: Automation Tools
Topic: Looking for more information on a build error.
Replies: 2
Views: 2189

Looking for more information on a build error.

In Ranorex Studio I'm encountering a build error, and all it's telling me is "Failed to update code for [recording]. The user code class has compile errors". The "extended error information" that shows up when I click on the error doesn't actually tell me anything that's not in the error already. Do...
by cartographer7
Thu Sep 15, 2016 9:19 pm
Forum: Automation Tools
Topic: Checking value against the current date.
Replies: 6
Views: 5129

Re: Checking value against the current date.

That's exactly what I needed. Thanks a bunch!
by cartographer7
Thu Sep 15, 2016 6:54 pm
Forum: Automation Tools
Topic: Checking value against the current date.
Replies: 6
Views: 5129

Re: Checking value against the current date.

Ah, I guess I wasn't clear enough. I'm wanting to use a verify action to check the data in a field. The code you showed me could be useful, but I have no idea how to use it with a verify action. So far I've only figured out how to verify against a fixed value or data connection to Excel. How do I se...
by cartographer7
Tue Sep 13, 2016 11:08 pm
Forum: Automation Tools
Topic: Checking value against the current date.
Replies: 6
Views: 5129

Checking value against the current date.

I'm new to Ranorex, and I'm trying to check a string value (mm/dd/yyyy format) against the current date. What's the best way to go about doing this?