Good day all you clever people out there
I am running a VBA program on a laptop, where I import weights from a scale, calculate the prices for each item and print a ticket prior to pay-out.
For security purposes, I changed the program to print only a number at this laptop. The client then go to go to a different location to be paid. Another laptop is used at the pay point, running the same VBA program. When you input the number generated in this computer, it print the ticket for pay-out.
The program runs fine on both computers but I got a problem syncronizing the two computers. I set the program up that it save after every print, direct to OneDrive but it only update when you close the program completely.
Is there another way of doing this? Any help and suggestions would be appreciated....
I am running a VBA program on a laptop, where I import weights from a scale, calculate the prices for each item and print a ticket prior to pay-out.
For security purposes, I changed the program to print only a number at this laptop. The client then go to go to a different location to be paid. Another laptop is used at the pay point, running the same VBA program. When you input the number generated in this computer, it print the ticket for pay-out.
The program runs fine on both computers but I got a problem syncronizing the two computers. I set the program up that it save after every print, direct to OneDrive but it only update when you close the program completely.
Is there another way of doing this? Any help and suggestions would be appreciated....