Micro Focus QTP (UFT) Forums
How to recognize disabled text area - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to recognize disabled text area (/Thread-How-to-recognize-disabled-text-area)



How to recognize disabled text area - roselin6 - 07-08-2011

Hi,

I have to check whether the text area is editable or not and should report. How can I check it?


RE: How to recognize disabled text area - souvikghosh_diatm - 07-08-2011

What type of application u r using????whether it is a Window application or a web application????made of which language????can u spy on that disabled text area?????


please clear these questions first.........then it will be easier to suggest....


RE: How to recognize disabled text area - rajpes - 07-08-2011

i suppose it to be a webedit as text area is a developer's object used in web applications.

if so,use the GetROProperty("disabled").
If it is '0', it means it is editable!


RE: How to recognize disabled text area - roselin6 - 03-27-2012

Thanks for replying
Hi,

Need to search for a particular number inside a web table.
Web table goes to next next pages, if number is not found in first page it has to be searched in next page and so on.

Please help me with a loop structure.