Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic Coordinates
#1
HI,

Below is a small utility code I run repeatedly.
Every time the code goes to the next line of the CRM, the coordinates of right and left click changes too.
How do I make these dynamic?
How can the program self-realize the current coordinates to click, after the down arrow is executed?

Macro Process Confirmation - Option Confirmation
Code:
Copy      Help
rep varRep
,int w1=act(win("Land Rover vehicle order import " "KCMLMasterForm_32"))
,'D; 0.75        ;; Down
,rig 705 362 w1 1; 0.75 ;;KCMLGridPad_32
,lef 78 13 wait(18 WV win("" "#32768")) 1; 2.54 ;;menu item 'View specification'
,;men 26694 id(514 w1) ;;View specification
,int w2=wait(15 win("Vehicle specification - XCO: M8621180" "KCMLMasterForm_32"))
,lef 960 144 w2 1 ;;push button 'Process'
,wait 1
,
Best Regards,
Philip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)