U can try

*object**.ChildItem* *(**Row*, *Column*, *MicClass*, *Index**)

e.g. *   Sub ChildItem_Example()
  'The following example uses the ChildItem method to set the second
  'edit box from the FirstName table to Example.

  Set WebEditObj = Browser("Mercury Tours").Page("Method of Payment"
).WebTable("FirstName").ChildItem(8, 2, "WebEdit", 0)
  WebEditObj.Set "Example"

  End Sub


On Wed, Oct 22, 2008 at 11:59 PM, Harish <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have a web table in which I want QTP to always select the first link
> which is in the first row. This link is in the form of a numer like
> 1-179320069 and this number keeps changing all the time. I have tried
> parametrizing and all kinds of tricks but it doesnt work. What should
> I do to fix this problem?
>
> >
>


-- 
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