Event DataCombo.Validate (gb.db.form)

Event Validate ( Value As Variant )

Raised when the contents of the control needs to be validated.

Value is the value of the control.

This event allows the user to add specific validation requirements. To invalidate the data, just stop the event with STOP EVENT.