Hi Kevin,
Thanks for your help ..
I created a local variable (string 2000)
Set the variable LOC:SOH = 'myexpression' (to store the full expression in the local variable)
But it didn't tally / show the total in the NetWebBrowse.
I then used the same embed point, and set the variable
LOC:SOH = myexpression
(basically adding the "value of the expression" into the local variable, instead of the formula itself)
This worked :-)
I am sure you meant that I should store the full expression in the local variable and not the value ... ?