Jump to content
Macro Express Forums

Macro Won't Continue After Mouse Is Steady


renee

Recommended Posts

Ok, what have I done wrong... after it gets to the point where the mouse is a steady left pointed arrow it just sits there... ;) thanks - Renee

 

Text Type: <ALT><ALT>O

Delay 1 Seconds

Text Type: <ENTER>

Delay 1 Seconds

Text Type: <ARROW DOWN><ENTER>

Activate Window: "OrderEntry_Orders_Requiring_Validation.rpt"

Delay 0.5 Seconds

Mouse Move Screen 344, 196

Delay 1 Seconds

If Mouse Cursor is Arrow

Variable Set Decimal %D1% to 0

Repeat Until %D1% > 1.0

Variable Modify Decimal: %D1% = %D1% + 0.1

Wait Time Elapse: 0 Minutes 1 Seconds

End If

Repeat End

Mouse Move Screen 48, 35

Mouse Left Button Click

Delay 0.5 Seconds

Text Type: <ENTER>

Window Close: "OrderEntry_Orders_Requiring_Validation.rpt"

Link to comment
Share on other sites

Well that didn't work.. but what I was TRYING to do the first time suddenly did... go figure... here it is:

// Opens Order Entry and Prints Validation Report

Text Type: <ALT><ALT>O

Delay 1 Seconds

Text Type: <ENTER>

Delay 1 Seconds

Text Type: <ARROW DOWN><ENTER>

Delay 1 Seconds

Activate Window: "OrderEntry_Orders_Requiring_Validation.rpt"

Delay 0.5 Seconds

Mouse Move Screen 344, 196

Wait for Mouse Cursor: Arrow

Mouse Move Screen 48, 35

Mouse Left Button Click

Delay 0.5 Seconds

Text Type: <ENTER>

Window Close: "OrderEntry_Orders_Requiring_Validation.rpt"

 

thanks- Renee

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...