Output value oracle form - 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: Output value oracle form (/Thread-Output-value-oracle-form) |
Output value oracle form - QAVA - 11-20-2012 Hi, I am working with oracle form. I have oracle add in. I can record and play just fine. One problem is that i can not insert output value. I want to be able to capture a value from a oracle text field. I tried all kinds of insert output value but it is not taking the value from the field. Please help. -Q RE: Output value oracle form - sshukla12 - 11-20-2012 Hi, To get a value from text field use getRoProperty("value") or GetRoProperty("text") and store it in a variable. Let me know in case of any help required. Regards, Sankalp RE: Output value oracle form - QAVA - 11-30-2012 Hi, 1. I inserted a oracle standard output value Code: OracleFormWindow("Sales Orders").OracleTabbedRegion("Order Information_2").Output CheckPoint("Order Information_2") 2. I also used object spy and tried to see the difference of different oracle fields. I saw that all the oracle fields have same label. 3. I have oracle add in. It qtp does not recognize that particular field, how would I insert output value checkpoint? Please help. |