User (Legacy) Posted May 25, 2006 Report Share Posted May 25, 2006 Hi, I used import and export function with chartfx 3.0 version in c++ builder6 and used well. but not anymore working at clientserver version. Below code was working well before but not anymore, could you help me out this problem? Variant v; v = PlotChild->OpenDialog->FileName; if (PlotChild->OpenDialog->Execute()){ PlotChild->Plot1->Import(CHART_CFXOLEFILE,v); PlotChild->Show(); } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.