User (Legacy) Posted September 15, 2004 Report Share Posted September 15, 2004 Hi, How do I use this function to load the chart's data from a text file? In VB, the documentation specifies these: Dim CfxFile As Object Set CfxFile = CreateObject("CfxData.File.1") CfxFile.FileName = "CfxData.txt" ChartFX1.GetExternalData CfxFile How do I port these codes to MFC/C/C++? I'm using eVC3.0 with PPC2002. Thanks, Garry Link to comment Share on other sites More sharing options...
Software FX Posted September 16, 2004 Report Share Posted September 16, 2004 The following article in our KB explains how to do this in C++: Q1381037. Getting data from ADO using VC++ You can find this article in our support site at support.softwarefx.com/chatfx -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.