Data field LongText TBlob is not updating data correctly, in TWebDBMemo with TXDataWebDataSet TBlobField
Server data
- DataModel has a Notes LongText field
- This Notes LongText is a default TBlob in Export data modeler to Aurelius
- Published in XDataServer as "Notes@xdata.proxy"
Client
-
xdsetPeople: TXDataWebDataSet;
-
First data refresh is OK
-
If the mmoNotes (yellow) component is edited and changes are posted, the Notes field data is refreshed incorrectly.
-
Demo to reproduce:
WebCore_XData_Client_v2.zip (101.2 KB)