Project Notes
Project: CalcColumn
Description
This project adds a calculated column to the EMPLOYEE database table and calculates its value to be 1.10 * SALARY.
Things to do...
- Add a new column to a data set.
- Add the calculation expression to the data set's calcFields event handler.