Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can we retrieve ten rows from the data table using loop
concept?

Answer Posted / srikanth

Assume "Column1" is my column name in the Global Data
table, then use this code:
for i=1 to 10
datatable.setcurrentrow(i)
returnvalue=datatable("Column1","Global")
msgbox(returnvalue)
next

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

2343


What is reusable action?

1173


How do Parameterization and Data-Driving relate to each other in QTP?

1113


Explain about the test fusion report of quicktest professional (qtp)?

1053


How do we handle run-time errors?

1097


How to save your test using quicktest professional?

1124


what is the diff b/w assistive and mandatary rules of object repository in QTP???

2233


How to connect to a database?

1179


Where you are storing your script?

1142


How software automation specialist enter steps in the Expert View?

2196


How many types of recording modes in qtp? Describe each type with an example where we use them?

1089


What are the advantages of Object Repository?

1145


Dis advantages of XML checkpoint ?

2053


Can you write a script to check if the folder exists or not?

1033


What is the difference between run time object and test object in QTP?

1110