Barcode Scanning Not Saving
Posted: October 3rd, 2020, 2:19 am
Hello,
QR Code in the program once scanned gets erased when you move to the previous question.
How do you ensure that once the barcode is scanned it gets saved even when u go back to the previous question. i.e when one is editing the questionnaire
PROC QR_CODE
preproc
if QR_CODE = "" then
QR_CODE = barcode.read("Scan the barcode");
endif;
QR Code in the program once scanned gets erased when you move to the previous question.
How do you ensure that once the barcode is scanned it gets saved even when u go back to the previous question. i.e when one is editing the questionnaire
PROC QR_CODE
preproc
if QR_CODE = "" then
QR_CODE = barcode.read("Scan the barcode");
endif;