PDA

View Full Version : How does my program figure out which set of SN's was used?



Bob Campbell
11-18-2011, 05:12 PM
I want to have different capabilities enabled in my Clarion program depending on the serial number that was used during the program's installation.

I have different sets of serial numbers for different capabilities. For example, I have one set of serial numbers for the trial version of the program.

I know how to use GETREG to get the serial number.

But how does my program determine which set of serial numbers the serial number belongs to?

linder
11-19-2011, 03:28 AM
Bob,

You can use the "Verify Serial Number..." script function to determine which set of serial numbers the serial number belongs to. If you need this information in your own Clarion program, just write a little helper app with SetupBuilder and then call it from your Clarion application.

Friedrich

Bob Campbell
11-19-2011, 07:17 AM
Okay. Thanks.