From 6fbe18466d9581b5d6097925a2fb798d397d5b0a Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 15 Feb 2006 23:48:22 +0000 Subject: Added error messages for TListControl. --- framework/Exceptions/messages.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index d258a70d..cc1e85ef 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -151,6 +151,10 @@ emptycontrollist_addition_disallowed = Child controls are not allowed. webcontrol_accesskey_invalid = %s.AccessKey '%s' is invalid. It must be a single character only. webcontrol_style_invalid = %s.Style must take string value only. +listcontrol_selection_invalid = %s has an invalid selection that is set before performing databinding. +listcontrol_selectedindex_invalid = %s.SelectedIndex has an invalid value %d. +listcontrol_selectedvalue_invalid = %s.SelectedValue has an invalid value '%s'. + label_associatedcontrol_invalid = TLabel.AssociatedControl '%s' cannot be found. hiddenfield_focus_unsupported = THiddenField does not support setting input focus. -- cgit v1.2.3