The only compilation error is in line 4282 in the file MemData.pas
simply change:
Code: Select all
if TryStrToDateTime(V, d) then Code: Select all
if TryStrToDateTime(AnsiString(V), d) then Code: Select all
if TryStrToDateTime(V, d) then Code: Select all
if TryStrToDateTime(AnsiString(V), d) then Code: Select all
Streaming error
Unable to stream FMNota:TFMNota.
Abstract method called
Path to failed Instance:
TFMNota.UQSelectArt.ParamData.Value