Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
teifivalley  
#1 Posted : Thursday, September 22, 2005 12:56:17 AM(UTC)
teifivalley

Rank: Member

Groups: Member
Joined: 9/22/2005(UTC)
Posts: 5

My intention is to use GM Active X in Access to manipulate pictures for a web content management data base. I have managed to place the Yellow key on a form but cannot see the property described to feed in my registration code in the project explorer. How do I go about removing the license restrictions from within MS Access?
Teifivalley
Andrew  
#2 Posted : Thursday, September 22, 2005 11:05:36 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Teifivalley,

For some reason MS Access inserts wrong version of Licensing control (if you check out its name you will see Licensing.2 instead of just Licensing).

As a workaround for this problem you could add the following piece of code somewhere on initialization:

Code:
Dim objLic
Set objLic = CreateObject("GraphicsMill.Licensing")
objLic.Key = "[i]your license key here[/i]"


Hope this helps.

Edited by user Sunday, December 23, 2007 5:38:14 PM(UTC)  | Reason: Not specified

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.