I have a invoice form that works manually ... I tried to use the bar code reader it didn't work well.
the form contains 12 lines each line is similar of the other one . and contains these unbound text boxes and one combo box.
first i have a combo box named "type" , after that i have the article.txt , and after that the size.txt , after that i got all the descriptions about the price ...
typei , articlei , sizei , .... 1 < i < 12
well when i open the form the cursor is set on the article1.txt ... when i use the bar code to enter the first article ... the article enter correctly without any problem and the cursor is now on article2.txt.
So now i try to enter another article by the bar code reader ... when i use the dar code... here i discover that the combo box type2.txt has erase from his content , while it must stay equal to R by default (typei.txt = R by default). and to enter the article with the bar code reader now i should reenter the value of type2 (that is R by default) and after that press enter to go to set the focus on article2.txt and then i use the bar code reader a second time and now it worked ... but please does any one know why is that happening ? hope that i made it clear to all ! please reply ... many thanks to you guys
the form contains 12 lines each line is similar of the other one . and contains these unbound text boxes and one combo box.
first i have a combo box named "type" , after that i have the article.txt , and after that the size.txt , after that i got all the descriptions about the price ...
typei , articlei , sizei , .... 1 < i < 12
well when i open the form the cursor is set on the article1.txt ... when i use the bar code to enter the first article ... the article enter correctly without any problem and the cursor is now on article2.txt.
So now i try to enter another article by the bar code reader ... when i use the dar code... here i discover that the combo box type2.txt has erase from his content , while it must stay equal to R by default (typei.txt = R by default). and to enter the article with the bar code reader now i should reenter the value of type2 (that is R by default) and after that press enter to go to set the focus on article2.txt and then i use the bar code reader a second time and now it worked ... but please does any one know why is that happening ? hope that i made it clear to all ! please reply ... many thanks to you guys
Comment