Number edit box not updating column
I am trying to update a column with a formula given a text edit box input. I have attempted other solutions found on the discussions page but with no luck In the beginning of my code I define the area as 1 as a default. This is also the default value inside of the number edit box: area = 1; I have a column that uses the area variable: dt << New Column( "Current Density",
Numeric,
"Continuous",
...