Hi All,
I have a form, using the code editor, I declare an amount type right in the beginning with below code
"Amount X;"
Then in its Datasource, in method validateWrite(),
I have a line "X = element.aFunction();"
Anyone know why when I debug to the line above and try to add a watch to the value of X the debugger says "error CS0120: An object reference is required for the non-static field, method, or property?