Search found 4 matches

by verm
Thu Dec 04, 2014 10:28 pm
Forum: Automation API
Topic: Accessing Excel Data in VB.net
Replies: 5
Views: 2632

Re: Accessing Excel Data in VB.net

I still don't understand how to load my connector and then access a given row from the data in my user code. Do I use something like

Code: Select all

Ranorex.Core.Data.ExcelDataConnector
?
by verm
Thu Dec 04, 2014 8:05 pm
Forum: Automation API
Topic: Accessing Excel Data in VB.net
Replies: 5
Views: 2632

Re: Accessing Excel Data in VB.net

Is there a way I could instead just read row by row directly from the file when I need to? I still don't quite understand how to use the data connectors so would it be easier to do it strictly through user code? The main reason I am asking this is that I want to be able to loop through each row of t...
by verm
Wed Dec 03, 2014 6:07 pm
Forum: Automation API
Topic: Accessing Excel Data in VB.net
Replies: 5
Views: 2632

Accessing Excel Data in VB.net

I created two data connectors, one for each Excel file that I have. Each file has one column of data, I just need to read the data in a couple of loops. I tried viewing the tutorials on data connectors, but I do not understand how to access this data from within my VB.net user code module. What is t...
by verm
Mon Dec 01, 2014 6:24 pm
Forum: Automation API
Topic: Error Behavior-Continue with Iteration
Replies: 1
Views: 3262

Error Behavior-Continue with Iteration

I have a user code module that runs Validate.AreEqual in a for loop and I want it to run through the entire loop and then report successes/failures at the end, so I set the error behavior to continue with iteration and enabled continue on fail in the recording but the test still stops on the first e...