I have a table with multiple checkbox, how can I identify if this WO has a passed or failed checked? SO I can insert the result in the table if it is passed or failed
this is my table thank you
what exactly are you trying to do?
I have an example of a table that can be edited including a checkbox to enable or disable a CIP system
Each table component has a dataset that populates the table and scripting can work on. In my case, I am using the cellEditted event of the table to trigger script to work on the dataset whenever a row is selected and some column is editted. In my case , the value of the Enabled checkbox is in Line 20 of the script. The row # is determined by the selectedRow property of the table . “Enabled” is the name of the Column in the dataset.