Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP7 and VFP9 and CodeMine and EveryBodyHappy
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01032013
Message ID:
01086826
Vues:
12
Hi Gary
Here is the code in cmapp.vcx.cmapplicationmanager.checkversion that is causing the error.
LOCAL nVersion
m.nVersion = VERSION(5)/100
IF NOT BETWEEN(m.nVersion, 6.0, 8.9)
MESSAGEBOX('This version of VFP is not supported by the CodeMine Framework. Please contact Soft Classics for an upgrade.', 16, 'Unsupported VFP version')
RETURN .F.
ENDIF

Looks like the upper limit of the "between" statement should be 9.9 not 8.9. Right?

The 4 classes in the appForms library have not been moved to cmDialog.vcx. They are :
frmAboutApplication
frmInstallConfirm
frmAppInstallDialog
frmSplashScreen.

Should I move them to cmDialog.vcx?

Bill
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform