Hallo Ihr Lieben,
habe heute Delphi 2009 installiert und stehe nun vor einem mittelschweren Problem...
Die
VCL von CR läuft nicht mehr.
Die UCrpe32 kann nicht kompiliert werden.
Delphi-Quellcode:
...
case ReportOptions.convertDateTimeType of
PE_RPTOPT_CVTDATETIMETOSTR : FConvertDateTimeType := ToString;
PE_RPTOPT_CVTDATETIMETODATE: FConvertDateTimeType := ToDate;
PE_RPTOPT_KEEPDATETIMETYPE : FConvertDateTimeType := ToDateTime;
else
FConvertDateTimeType := ToDateTime;
end;
...
PE_RPTOPT_CVTDATETIMETOSTR : FConvertDateTimeType := ToString;
Fehler: Inkompatible Typen: 'TCrDateTimeType' und 'string'
Hat jemand einen Rat für mich?
Danke, Romy