Behavior of ftWideMemo Fields and Params changed from 7.1.3 to 7.3.12
Posted: Mon  05 Sep 2016 12:55
				
				We recently upgraded from SDAC version 7.1.3 to 7.3.12. 
Fields of type ftWideMemo seem to return an empty string for Value property. Formerly, if assigning
would not cause Param.IsNull to be False, this is now the case. When assigning 
Field2.IsNull will be True. But when an update or insert statement is generated the corresponding parameter will have IsNull = False. This causes different different parameter assignment for us, instead of being NULL they are filled with empty strings.
Is this an intentional change or an error?
			Fields of type ftWideMemo seem to return an empty string for Value property. Formerly, if assigning
Code: Select all
Param.Value := Field.Value Code: Select all
Field2.Value := Field.ValueIs this an intentional change or an error?