Data Transfer between Windows

Is there a way to transfer data from one window to the next? We have a project with two windows and one will barcode scan and database query and the second window will need to pull results from that database query. The code I’ve used always stays within the same Root Container. How do I pull data from another window?

The Database query on Window1 occurs after a barcode scan and displays in a table. Can I place a second table on Window2 that uses the same data? Or points at the table in Window1. I’m assuming that I can only share data if both windows are open (I can’t SWAP).

Thanks!

You can use client tags to share information between windows. On one window you can write to a client tag which will be available immediately on the other window.