You are not logged in.
Pages: 1
I get AV error when calling a method TSQLRecord.ClrearProperties with sftEnumerate on property.
for the quick fix, i just add sftEnumerate to the subtraction of COPIABLE_FIELDS.
COPIABLE_FIELDS: TSQLFieldTypes =
[low(TSQLFieldType)..high(TSQLFieldType)] - [sftUnknown, sftEnumerate, sftMany];
Offline
The issue was in TPropInfo.SetValue.
Fix committed in http://synopse.info/fossil/info/e11083b973
Offline
now is worked.
thank you.
Offline
Pages: 1