Hi,

DataTable.GetSheet("Global").GetParameter("column name")
and use setcurrentRow to change focus to next row and retrieve data

e.g. Here there is a Name column with 2 rows of data. After retrieving first
row data I am focusing 2nd row and retrieving second rows data :

msgbox DataTable.GetSheet("Global").GetParameter("Name")
DataTable.GetSheet("Global").SetCurrentRow(2)
msgbox DataTable.GetSheet("Global").GetParameter("Name")

On Tue, Oct 7, 2008 at 2:48 PM, Peter Schon <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I have not got too much experience in QTP, could someone how can I address
> cells on Global Sheet? I'd like to compare values in a given cell and the
> next line's cell from the same column.
>
> Thanks in advance.
> Peter
>
> >
>


-- 
Ganesh Muralidharan
Wipro Technologies
Mob. : 9341023574

'God Never Forgets'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to