Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Questions
#11
Not Solved
Does not work. I tried F4, Alt>F4 and CTRL>F4?
Reply
#12
Not Solved
When I do DataTable.SetCurrentRow (2)
it starts from row #2 and then keeps redoing row #2 over and over. I would like to be able to start with any row other then #1 and then keep going. If I start from row #2 then I want it to go to 3-4-5 etc.
Reply
#13
Not Solved
Dear Anna,
Try this....

Code:
For i=2 to datatable.getRowcount
DataTable.SetCurrentRow (i)

Next

Or you can use

Code:
DataTable.SetNextRow
Reply
#14
Not Solved
This is kind of in the same department. I am using a data table with multiple rows. When the test completes I would like it to do something at the end. Right now if I put a command at the end of the test it is executed after EACH row and I odo not want that.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  few questions?? ACCBAJPA 1 2,295 07-08-2014, 02:01 PM
Last Post: QTpier
  QTP supportabi​lity questions debby_huijin 1 2,095 05-19-2014, 06:32 AM
Last Post: debby_huijin
  Hello All -Nice forum to start learning QTP. Few questions QTP.learning 0 1,790 05-18-2014, 04:10 PM
Last Post: QTP.learning
Question QTP Questions yodhpal 1 3,361 03-17-2011, 12:57 PM
Last Post: basanth27
  3 basic questions..please help Blizna 5 4,745 07-09-2010, 12:21 PM
Last Post: sasmitakumari

Forum Jump:


Users browsing this thread: 1 Guest(s)