Micro Focus QTP (UFT) Forums
Clicking on Window object to make it a javaedit object - 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: Clicking on Window object to make it a javaedit object (/Thread-Clicking-on-Window-object-to-make-it-a-javaedit-object)



Clicking on Window object to make it a javaedit object - indranilgoswamimcb - 11-03-2013

The application behaviour goes like this: It is a java application and the main object is being recorded as window("property:=xyz...") in OR or Object Spy.It looks like a table object (for eg: javatable) but the entire table is being recognized as a window("property:=xyz...").Only when the user clicks on any 'cell' of the object,the javatable becomes activated and each cell becomes a javaedit box and the user can enter data into it.

Could you please give me the code to click on a specific location inside the window object.