This function is called by the field framework to compile a field when the field code is changed.
Parameters
Parameters
Description
pField
[in] Input field to compile.
pDb
[in] Input database pointer.
pResult
[in] Input field result object to set the compilation status.
Remarks
The evaluator can do any parsing of the field code here and store the parsed data in the field. This method will be called only when the field code is changed, unlike evaluate(), which is called whenever the field needs to be evaluated.