User (Legacy) Posted May 11, 2000 Report Share Posted May 11, 2000 I'm developing my application in Delphi 5 and I downloaded the ChartFx 98 trial version. When I use the GetExternalData function, at compiling time, this error is showing: [Error] rGraf001.pas(42): There is no overloaded version of 'GetExternalData' that can be called with these arguments The version of ChartFx is : Chart Fx 98 4.0.14.0 32-Bit My development tool is : Delphi 5.0 Build 6.18 Update Pack 1 The code for this operation is: var rFileName : TCfxDataFile; begin rFileName := nil; try rFileName := TCfxDataFile.Create(self); rFileName.FileName := 'v:\data\fce.txt'; ChartFx1.GetExternalData(rFileName); finally ChartFX1.Refresh; end; end; The same routine in Visual Basic 6 is executing without problems. Regards, Ricardo Gajardo Departamento de Desarrollo Procesac, Chile. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.