Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SET RECT Issue in exe file
#1
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     Help - how to add the trigger to the macro
Code:
Copy      Help
,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
#2
Maybe on that computer the text is in a different place in that window. Try without a rectangle.

Also need qmtc32.dll and qmtc64.dll. Take them from QM folder and put together with your exe on other computers.


Forum Jump:


Users browsing this thread: 1 Guest(s)