renee Posted July 22, 2004 Report Share Posted July 22, 2004 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" Quote Link to comment Share on other sites More sharing options...
joe Posted July 23, 2004 Report Share Posted July 23, 2004 Hello Renee! Try switching these two lines around. Quote Link to comment Share on other sites More sharing options...
renee Posted July 23, 2004 Author Report Share Posted July 23, 2004 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.