Micro Focus QTP (UFT) Forums
Viewing a Set TableObject - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Viewing a Set TableObject (/Thread-Viewing-a-Set-TableObject)



Viewing a Set TableObject - mv8167 - 10-07-2011

I am havung issues in determing which table QTP is fnding.

Currently I use:
Code:
Set TableObj = Browser("Wisdom").Page("WisdomLogin").Frame("parent").WebTable("Document Type_" & NumGr)
Where NumGr sets to the table.

Can I Highligh (or other metod) my TableObj to see wghhere I am?


RE: Viewing a Set TableObject - anil2u - 10-10-2011

Hi

I am not sure if we can determine this at run time but we can always use a Object.Exist statement and view in QTP report Screen capture which table is selected exactly.

Hope this helps


RE: Viewing a Set TableObject - parminderdhiman84 - 10-11-2011

yes, you can use TableObj.highlight to highlight the webtable at runtime


RE: Viewing a Set TableObject - Acharya_silu@yahoo.com - 10-11-2011

ANS:
Hi,

You can Use ObjectSpy to View which webtable you are using....
.
Thanks