Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Double - Click on oracle Form field
#10
Solved: 10 Years, 10 Months ago
I was able to use device replay for double click and code it successfully.
Here is the sample code -

Code:
OracleFormWindow("Maintain Orders").OracleTextField("User Fields").SetFocus
X=OracleFormWindow("Maintain Orders").OracleTextField("User Fields").GetROProperty("abs_x")
Y=OracleFormWindow("Maintain Orders").OracleTextField("User Fields").GetROProperty("abs_y")
Set Dr = CreateObject("Mercury.DeviceReplay")
Dr.MouseMove x, y
Wait 1
Dr.MouseDblClick x, y, 0
Thanks for your prompt responses.
Reply


Messages In This Thread
Double - Click on oracle Form field - by razaqa - 10-15-2009, 04:28 AM
RE: Double - Click on oracle Form field - by ki108 - 08-20-2010, 03:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  getting the value from the field learning 0 932 03-19-2019, 09:13 AM
Last Post: learning
  Can we test Salesforce Standard form using QTP? yona34 0 953 05-22-2018, 10:57 AM
Last Post: yona34
Question Strange form, cant get it marvson 0 1,367 05-12-2016, 07:35 PM
Last Post: marvson
  DataGrid: double click on selected row robertosalemi 0 4,296 05-12-2016, 03:00 PM
Last Post: robertosalemi
  How to pass a date from Excel sheet to web form revati.shendure 1 2,840 11-27-2014, 11:54 AM
Last Post: revati.shendure

Forum Jump:


Users browsing this thread: 1 Guest(s)