Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Good ZIP program
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00589582
Message ID:
00960283
Vues:
33
>I was trying to get past the licensing method in VFP 8.0 with xceedbackup and with the following code in the form's Init, I didn't get to far, would you happen to know what I am doing wrong?

I changed it to be as follows and it worked: I also put the OleCOntrol for xceedbackup on the form.
From the Form's Init:
PUBLIC oBackup
LOCAL llReturn
llReturn = ThisForm.OleControl1.License("BKP10-14YZK-DBRKJ-44NA")
IF NOT llReturn
	MESSAGEBOX("License Key did not work")
ENDIF
>In Form's Init:
PUBLIC oBackup
LOCAL llReturn
oBackup = CREATEOBJECT("XceedBackup")
llReturn = oBackup.License("BKP10-14YZK-DBRKJ-44NA")
IF NOT llReturn
	MESSAGEBOX("License Key did not work")
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform