G
Guest
Now: I use a third party application where VBA is imbedded. A button down
event triggers the display of the form to which data from a scanner is to be
written to validate products inducted into a control system. The problem
with this is not being able to use the parent application while the form is
activated
Goal: To modify current or create a new application that will run in the
background on the client, polling the com port for data. When data is
received, relay a pass/fail bit to the control system that the correct
product requested is the one that was scanned.
Approach: I am unsure of the feasability of doing this. I have a motto,
"If you can think it, you can do it." I just need some advice on how my goal
can be achieved. Thanks in advance.
event triggers the display of the form to which data from a scanner is to be
written to validate products inducted into a control system. The problem
with this is not being able to use the parent application while the form is
activated
Goal: To modify current or create a new application that will run in the
background on the client, polling the com port for data. When data is
received, relay a pass/fail bit to the control system that the correct
product requested is the one that was scanned.
Approach: I am unsure of the feasability of doing this. I have a motto,
"If you can think it, you can do it." I just need some advice on how my goal
can be achieved. Thanks in advance.