09-23-2014, 02:17 PM
Hi,
Below is a part of the macro that runs successfully.
However, when I onvert it into an exe to run on a colleagues computer the code stops at the 'SET RECT' line.
How do I generalize this to run on any computer?
Macro Bulk Reservation
Trigger @1
Thanks,
Philip
Below is a part of the macro that runs successfully.
However, when I onvert it into an exe to run on a colleagues computer the code stops at the 'SET RECT' line.
How do I generalize this to run on any computer?
Macro Bulk Reservation
Trigger @1

,wMain=wait(0 WV win("Quote Search" "KCMLMasterForm_32"))
,w=id(100 wMain) ;;KCMLGridPad_32
,SetRect &r 4 25 97 452
,wt.Init(w r)
,wt.Mouse(4 wt.Find(benquiry))
Thanks,
Philip
Best Regards,
Philip
Philip