I
iccsi
I have 7 text boxes on the report and would like to add all results to
the final result text box using following code.
It works [FINAL RESULT].Value = [RESULT 1].Value, but it does not work
to add them together like following.
[FINAL RESULT].Value = [RESULT 1].Value + [RESULT 2].Value + [RESULT
3].Value + [RESULT 4].Value + [RESULT 5].Value + [RESULT 6].Value
I use break point to see what are the values. All values exist, but
Final Result is null.
Any information is great appreciated,
the final result text box using following code.
It works [FINAL RESULT].Value = [RESULT 1].Value, but it does not work
to add them together like following.
[FINAL RESULT].Value = [RESULT 1].Value + [RESULT 2].Value + [RESULT
3].Value + [RESULT 4].Value + [RESULT 5].Value + [RESULT 6].Value
I use break point to see what are the values. All values exist, but
Final Result is null.
Any information is great appreciated,