Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code won't stop looping through imported spreadsheet
#1
Solved: 12 Years, 10 Months, 3 Weeks ago
Hi,

I'm running 9.5, testing an SAP transaction. I'm importing a data table which is working fine. It has three rows of data. I selected the "run on all rows" option. The problem I'm having is that is doesn't seem to know when to stop running.

Here is a portion of my code:

Code:
1: DataTable.Import "C:\Temp\CreateVendor2.xls"
2: Do While DataTable.GetCurrentRow <> ""
' rows of SAP code which are working fine

Code:
33: Datatable.SetNextRow
34: Loop

I have very little experience with the syntax of the loop statements. I want the code to realize that once it gets to row 5, that there is no more data. I only want it to import the speadsheet once. And the number of rows with data will change so I don't want to hard code it or have to change the run options. Thanks in advance for your help.

Mike
Reply


Messages In This Thread
Code won't stop looping through imported spreadsheet - by Mike72688 - 01-07-2009, 08:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use looping statement dmvelic083185 1 1,643 09-26-2017, 08:46 PM
Last Post: Ankur
  Execute button of putton won't be clicke automaticly in UFT (VB) MarUFT 3 3,139 11-21-2016, 04:22 PM
Last Post: Ankur
  Invalid File error importing a spreadsheet but only on a VM msacks 1 3,152 10-19-2014, 09:04 PM
Last Post: supputuri
  Perform some functions whenever QTP Stop button is pressed smartkarthi 2 3,694 08-22-2013, 11:43 AM
Last Post: smartkarthi
  How to make QTP take the value of a formula in a spreadsheet? utestqa 1 3,575 07-06-2013, 04:13 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)