Hi,
I am using dynamic DP for flight application(provided in QTP).
I want to enter a Date of fight, but not able to.
I have used below lines...
Set win = Description.Create
win("Class Name").value = "Window"
win("text").value = "Flight Reservation"
Set oDof = Description.Create
oDof("Class Name").value = "WinObject"
oDof("attached text").value = "Date of Flight:"
Window(win).WinObject(oDof).Set "" --> here Set is not supporting..
Please clarify.. or we cant use dynamic DP for this??