Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Good ZIP program
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00589582
Message ID:
00960283
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform