kedzoo
Comments
-
1) I saved Delphi 5 template as RTM (binary and text) and I can open it in Delphi Rio version without errors (both formats)
2) I double-checked case with TMemoField instead of TWideMemoField. This does not solve the problem, as I said earlier.<… -
Hi again, Nard.
Yes, Delphi 5 templates saved as binary.
I already tried to create TMemoField manually. But I afraid, it works totally same.
While TReader load properties of template, one by one, it works fine until Prin… -
Hi Nard,
1) Data access implemented by TADOQuery
2) DB is MSSQL (few versions, now testing on 13.0.1601.5)
3) Template field is defined as "[Template] [ntext] NULL"
4) There are no predefined fields for the DataSet, but in …