Micro Focus QTP (UFT) Forums

Full Version: Is this possbile to retrive the read only values from the edit box .
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi..
I want to retrive the values for the read only edit box. Let me explain with a simple example ..
IN Flight reservation windows application , rate box is display where the flight rate display after selecting the flight detail . Now i want to retrive this flight rate .How can i do this ? What would be the script for this ?
I also tried for the text area check points but nothing i get it..
you will be able to get this using GetROProperty
try this -
Code:
Window("Flight Reservation").WinEdit("Price:").GetROProperty ("text")
Hi,

Add the price object in object repository and then use the LOC provided by Saket.

Thanks!