Validation Property
Description
Specifies whether default Oracle Forms validation processing has been enabled or disabled for a form.
Applies to form module
Set programmatically
Refer to Built-in
GET FORM PROPERTY
SET FORM PROPERTY
Yes
Usage Notes
- Use this property with caution, because when you set Validation to No all
internal form validation will be bypassed and no WHEN-VALIDATE triggers will
fire.
- You can programmatically set Validation to No for only brief periods of
time when you specifically want to avoid all default Oracle Forms validation
behavior. Once you set Validation to Yes again, any text items left in an
unvalidated state will be validated according to normal processing rules.
- When Validation is set to No, the Post-Change trigger will fire during query
processing but will not fire elsewhere.