Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
void |
Document.computeWithForm(boolean continueOnError,
Document.ComputeWithFormCallback callback)
For each form field associated with this document, this function will:
Validate fields with Default Value formulas, Validate fields with Translation formulas, Validate fields with Validation formulas, Calculate values for Computed fields. If no error callback routine is supplied and the flag continueOnError is not
set, if one of the validation formulas fails, an error is returned.If the continueOnError flag is set, the error is not returned.If a callback routine is supplied and one of the validation formulas fails, the error callback routine is called. If the continueOnError flag is set, error processing for the field is skipped;if a callback function is supplied, the callback function will be ignored. |
Copyright © 2019–2021 HCL. All rights reserved.