How can you programmatically disable validation during testing?

You are testing a form.
How can you programmatically disable validation during testing?

You are testing a form.
How can you programmatically disable validation during testing?

A.
You cannot programmatically disable validation in a form.

B.
Use the SET_FORM_PROPERTY built-in to set the VALIDATION property.

C.
Use the SET_FORM_PROPERTY built-in to set the VALIDATION_UNIT property.

D.
Use the SET_FORM_PROPERTY built-in to set the DEFER_REQUIRED_ENFORCEMENT property.

E.
Use the CLEAR_FORM, CLEAR_BLOCK, and EXIT_FORM built-ins with the NO_VALIDATE argument.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


vijay pandey

vijay pandey

answer is B. that is:
Use the SET_FORM_PROPERTY built-in to set the VALIDATION property.