From 77fdca92822df22bcd8d38a60ffe156c402646e2 Mon Sep 17 00:00:00 2001 From: Tobias Boege Date: Mon, 15 Jul 2019 18:02:46 +0200 Subject: [PATCH] DataComboView: Add parameter to signature of Event Validate [GB.DB.FORM] * BUG: DataComboView: Add parameter to signature of Event Validate --- comp/src/gb.db.form/.src/DataComboView.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.db.form/.src/DataComboView.class b/comp/src/gb.db.form/.src/DataComboView.class index 22415243a..138dac395 100644 --- a/comp/src/gb.db.form/.src/DataComboView.class +++ b/comp/src/gb.db.form/.src/DataComboView.class @@ -23,7 +23,7 @@ Property Header As Boolean Property Grid As Boolean Property Highlight As Boolean -Event Validate +Event Validate(Value As Variant) 'Property Read Current As Variant[] 'Property Read Count As Integer