I am trying to take a layer definition file, using the input values for A and B on the ArcPad form, and autopopulate the C field in the shapefile (a read only on the form).
Simple equation is: C = A + B
All fields are Doubles.
I need this run each time a feature is added and/or edited in the shapefile.
I am not very proficient with ArcPad Studio yet, so any assistance is appreciated.