Micro Focus QTP (UFT) Forums

Full Version: Setting value in a WinObject
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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