You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the F1.TableSize edit field is blank, although the application has sent
{"WC":{"ID":"F1.TableSize","Properties":{"Event":[["Change",""]],"FieldType":"Numeric","Posn":[210,10],"Size":[23,100],"Text":"10","Type":"Edit"}}}, and also verified that Text and Value are identical:
Type "9" into this field and hit the Calc button. Notice in the log:
Q: {"WG":{"ID":"F1.TableSize","Properties":["Value","Text"],"WGID":"45"}}
A: {"WG":{"ID":"F1.TableSize","Properties":{"Value":9,"Text":"10"},"WGID":"45"}}
And a warning: *** Value and Text of F1.TableSize do not match
The text was updated successfully, but these errors were encountered:
Run DemoGrids.
{"WC":{"ID":"F1.TableSize","Properties":{"Event":[["Change",""]],"FieldType":"Numeric","Posn":[210,10],"Size":[23,100],"Text":"10","Type":"Edit"}}}, and also verified that Text and Value are identical:
Q: {"WG":{"ID":"F1.TableSize","Properties":["Value","Text"],"WGID":"40"}}
A: {"WG":{"ID":"F1.TableSize","Properties":{"Value":10,"Text":"10"},"WGID":"40"}}
Q: {"WG":{"ID":"F1.TableSize","Properties":["Value","Text"],"WGID":"45"}}
A: {"WG":{"ID":"F1.TableSize","Properties":{"Value":9,"Text":"10"},"WGID":"45"}}
And a warning: *** Value and Text of F1.TableSize do not match
The text was updated successfully, but these errors were encountered: