Hello everybody!
I'm beginner in SWT and I have a question about get values between differents Sheels/Displays.
I have 2 screens, one to sell and other to products' search.
When I open a sale's screen, and found the product in search's screen, I need send to sale's screen, the result of search.
The search's results are opened in a table, the row selected is loaded in sale's screen.
I don't know how to access sale's screen to load this values. Or through search's screen, to access fields in sale's screen and define values respective in fields the sale screen.