I have a verification DB where a barcode is scanned which brings up details and an image of the item which is displayed on the screen for visual comparision by the operator. Once verified as correct item this Bar Code is then set to a check data string, my next scan check against the stored code. If the code is correct OK, if not not an error screen is displayed.
My problem is that once the correct image is displayed on the screen I want it to stay there unless an error occurs, I can make this happen by requery the source each time a scan is made but this creates a time lag while the image is pulled from the table and not really good. If I remove my requery of the source table the scans verifications are very fast but I have no image.
What I really want to to hold and display the image in a temp field and only requery the source when an error has occured?
Any advise appriciated
Steve
My problem is that once the correct image is displayed on the screen I want it to stay there unless an error occurs, I can make this happen by requery the source each time a scan is made but this creates a time lag while the image is pulled from the table and not really good. If I remove my requery of the source table the scans verifications are very fast but I have no image.
What I really want to to hold and display the image in a temp field and only requery the source when an error has occured?
Any advise appriciated
Steve