Micro Focus QTP (UFT) Forums
Setting value in a WinObject - 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: Setting value in a WinObject (/Thread-Setting-value-in-a-WinObject)



Setting value in a WinObject - Ansh123 - 03-20-2014

Hello,

I am having an issue with my application where I am trying to insert a value in a WinObject. The code is -

Code:
Browser("abc").Page("xyz").Frame("zzzzAIDGLKGG.VerticalContainer_7").WinObject("AVPageView").Type "03/20/2014"

It is basicaly a date box in a frame. But QTP records it as WinObject(AVPageView). It does not actually record the click in the date box. How can I enter date in the box? Is it possible to take that value from the datatable?

Thanks and any help would be appreciated.

Ansh123