User (Legacy) Posted November 17, 2001 Report Share Posted November 17, 2001 Can I have ChartFX v3 and v4 controls in the same MS Access project? I'm doing a migration and I'd like to be able to test before I've changed all the forms. Is this possible? (I'm going to immediately migrate to v5 once I have it working in v4 but I want to get it working in v4 first) One problem I've found is with the CHART_HIDDEN constant. In v3: Global Const CHART_HIDDEN = 3.402823466E+38 In v4: Global Const CHART_HIDDEN = 1E+308 If I use the v4 version of CHART_HIDDEN I have seen a run-time error overflow on assign CHART_HIDDEN on a form that only had a v4 control. Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 19, 2001 Report Share Posted November 19, 2001 V3 and V4 have difference Class ID's so the can coexist without any problem. V5 is a minor upgrade (no changes to the API) and therefore has the same class id's. V5 REPLACES version 4. -- FP Software FX, Inc. 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.