G
Guest
I have an unbound control that is capturing a scanned bar code. I am
performing some validation on the scanned value to make sure it passes some
criteria. When the validation fails, I want to return the user to the
control and return the control to Null - remove the scanned number so it has
to be scanned again. I am using:
me.control.undo
cancel = true
I am returned to the control, but the original scanned number is present and
is highlighted. How can I remove the number all together?
Thanks
performing some validation on the scanned value to make sure it passes some
criteria. When the validation fails, I want to return the user to the
control and return the control to Null - remove the scanned number so it has
to be scanned again. I am using:
me.control.undo
cancel = true
I am returned to the control, but the original scanned number is present and
is highlighted. How can I remove the number all together?
Thanks