Menu

#93 ValidateFields options ignored when UseDataDictionary=N

open
nobody
None
5
2012-08-09
2012-08-09
Trevor
No

The change to have multiple DataDictionary objects per session changed the code so that when UseDataDictionary=N is set in a session the following validate options no longer work:
ValidateFieldsOutOfOrder
ValidateFieldsHaveValues
ValidateUserDefinedFields

This is a result of the empty DataDictionary in the DataDictionaryProvider not being initialized with the settings when there is no DataDictionary.

Would there be an issue with changing the DataDictionaryProvider to allow initializing the default DataDictionary with settings when UseDataDictionary=N?

Discussion


Log in to post a comment.