Jump to content
Macro Express Forums

"wait For" Barcode Scan?


eggnut

Recommended Posts

Hi, everyone. I'm pretty new to macros so I apologize if this is totally obvious, or has been covered before.

 

I'm working on a macro to go with our library system software. Most of it consists of simple text typing. In the middle, we need to scan in the barcode on the library book, and then type some more text. I can get as far as placing the cursor in the correct field for the barcode. Then the staff member will scan in the barcode. Then I want the macro to type in *more* text after the barcode has been fully scanned.

 

Is there a way to make Macro Express recognize that the entire barcode has been scanned? I thought of using "Wait for Text", but while each barcode *begins* the same way (44091...), they all have unique digits at the end. If I say "Wait for Text 44091" will MacEx wait *only* until "44091" has been scanned, and then leap to the next step?

 

Thank you!

Link to comment
Share on other sites

You could try using the Wait For Control command using the wait for control to lose focus option. If that does not work, you could try using the method you suggested with a small delay after the Wait for Text command. This would allow the barcode entry to complete before the macro continued on.

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...