Hello,
I am buidling a small application within the Visual Basic Editor of WRQ Reflections used to run an old legacy system.
The legacy system requires a vast amount of data entry. We have identified a way of speeding up the data entry using a series of barcodes to read in the data.
I have built a VB Form using the Editor window to capture the scanned barcodes. The problem I have revolves around 'transmitting' this data to the Session.
When the transmission code executes the data appears not to be pasted into the legacy application. This transmission code is fired when a command button is clicked on the form. However, if I exit the form or end the code everything happens immediately on the form. The data is pasted and works OK.
I need the data to be pasted whilst the Form is open as I continuously need to receive barcodes and transmit. Is there a problem with modal Forms? I don't think it is based around this. I can't seem to find any Refresh code for the session?
Any help would be much appreciated as if I can get this working we can save the department a ton of data entry.
Thankyou.


Reply With Quote