Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeat Not Working After Error routine
#1
Greetings,

I have a set of code that works perfectly except when it routes through the error routine; it does not repeat the next cycle.
The code within the error routine works fine though.
Kindly advise.
Also, advise if this is the way to write an error routine for a particular specific incident. I mean, I don't want any other error to route through this:
Macro Vehicle Price Amendment
Code:
Copy      Help
,err+
,,int w13=win("Showroom Enquiries - Enquiry Search Results " "KCMLMasterForm_32")
,,Acc a8.Find(w13 "PUSHBUTTON" "Previous" "class=ToolBar_Class[]id=66" 0x1005)
,,a8.Mouse(1); 0.5
,,int w14=win("Showroom Enquiries - Find Customer Enquiries " "KCMLMasterForm_32")
,,Acc a9.Find(w14 "PUSHBUTTON" "Previous" "class=ToolBar_Class[]id=66" 0x1005)
,,a9.Mouse(1); 0.5
,,act w1
,,lef 349 109 w1 1; 0.75 ;;property page 'Ribbon', grid drop down button 'Font Color'
,,lef 30 161 wait(15 win("" "Net UI Tool Window")) 1 ;;NetUIHWND 'Font Color', list item 'Red'
,,wait 0.5
,,goto endHere

Thanks,
Philip
Best Regards,
Philip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)