05-07-2015 10:33 AM
Good morning!
I have a question about saving the data of one page of the tab control.
In my case, alarms (boolean buttons) can be activated, it will appear in a page called HISTORICO (Date // Time // Room), but when I change to another page and back again to the HISTORICO page, the table back for null value.
Here's some screenshots of my program.
If anyone can help, I will be grateful.
Solved! Go to Solution.
05-07-2015 10:40 AM
In your case structure set on the case "Tabela", you have a Use default if Unwired tunnel on the right hand side. And I can see that you have some unwired tunnels on it. If the case structure ever executes one of those cases, then the default value of an empty table is going to be passed out and put in the shift register.
Solution:
1. Right click on that tunnel and turn off Use Default if Unwired. (In 95% of tunnels, it should not be used.)
2. Find the cases where the tunnel is unwired and pass the table wire through all of them.