Search found 4 matches

by sistinus
Mon May 23, 2016 12:54 pm
Forum: Automation Tools
Topic: IF statement as Recording actions?
Replies: 4
Views: 5584

Re: IF statement as Recording actions?

We heavily use optional variables in user code to make our modules more versatile. We'll make an optional action for each field on a form so actions for the entire form only needs to be created once. It just looks to see if a variable has a value and if so it does the action, if not it skips that fi...
by sistinus
Tue Jan 06, 2015 2:24 pm
Forum: Bug Reports
Topic: Variables do not show correct increment when reusing modules
Replies: 4
Views: 2031

Re: Variables do not show correct increment when reusing modules

I'm pretty sure it's a bug. In previous versions of Ranorex it would show which module instance even if some of the variables were already bound. I only noticed this behavior in the latest version of Ranorex.
by sistinus
Mon Jan 05, 2015 4:12 pm
Forum: Bug Reports
Topic: Variables do not show correct increment when reusing modules
Replies: 4
Views: 2031

Variables do not show correct increment when reusing modules

When binding variables, the module instance number is not incrementing when assigning the variables to different parameters. If I reuse a module and bind the variables to the same parameter I get the correct instance number at the end of the variable name(variablename[1], variablename[2], variablena...
by sistinus
Mon Dec 02, 2013 3:21 pm
Forum: Bug Reports
Topic: Excel DataConnector constantly asking to reload workbook
Replies: 16
Views: 5323

Re: Excel DataConnector constantly asking to reload workbook

I'm not sure if this is exactly the same problem you're experiencing, but I've come across an issue with Excel data connectors that may shed some light on your issue. When I do anything that accesses my Excel data connector (run a test case, bind variables, etc) I receive a message saying the file h...