Hey Monks Hope you doing fine. My issue is, I have Barcode scanner, I have text to detect by the scanner. This project I am doing for tracking our library books when it is been lend to someone when they need. In order to track to whom I have lent it, I have made the program to scan Book ID. When we scan the book ID then a time loop starts, this time loop has been created so that if the person has multiple books then we scan the second, then again the time loop starts, then the third book, then when the time loop finish automatically it should update the details in our list. But it does not. It does update but we have to scan something after when the time loop finishes, I mean scan anything, any Barcode, then it happens. But I dont understand why it does not update automatically soon after I finish the flow and time loop ends. Any help would be appreciated. Thanks you in advance.


In reply to Breaking issue by jayvillach

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.