Hi,

         result1 = .WinTab("SysTabControl32").Exist (10)
        Dialog("ABC').WinTab("SysTabControl32").Select "Host"
      

        If we don't' use the If ..Then loop then what's the purpose of 
having the result1 = .WinTab("SysTabControl32").Exist (10) statement.


       Is this the correct way?

       result1 = .WinTab("SysTabControl32").Exist (10)
       If result1 Then
              Dialog("ABC').WinTab("SysTabControl32").Select "Host"
       End If


Thanks



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

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to