Background:
When you use the ActiveReports Designer the textbox’s are initially set to strings. If you want add integers you must change it to an integer.
Steps to Complete:
1. Right click on the textbox
2. Click on “Expression”
3. To convert your string to an integer use =ToInt32 or =ToDouble
4. Make sure the textbox’s format is set correctly. This can be found in the properties under “format”
Tyler Barlock