Bernard,

this is done with registerWordReport. 

The following is an excerpt from the file "WordReport Registered Uses.pdf" 
which was included in the download file, at least when i downloaded it.

Unlocking the library:
To unlock WordReport (letting the library know you're a paying customer and need
the full feature set) is by using the registerWordReport command. Just give it 
your
serial code (in quotes) as a parameter:

registerWordReport "123456B"

You only need to issue this command once in your project code, and after that, 
you
can use any commands and functions with the same syntax you see listed in the
WordReport User Guide. No other modifications to your scripts are needed. One
call and you're done!
A good place to put the registerWordReport statement in your script is right 
after
you "start using" the library. Here's an example:

on preOpenStack
  start using "wordreport.rev"
  registerWordReport "123456B"
end preOpenStack



Regards,

Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 10.12.2018 um 08:55 schrieb Bernard Devlin via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hi all
> 
> I've got a copy of this as part of one of my previous Livecode purchases.
> How does one go about using the registration code?
> 
> The "Try WordReport" stack says either to buy a registration code *or* to
> simply use the code if one has it. Neither of the PDF files which come with
> the stack explains how to use the registration code.
> 
> I'd contact the provider of the software but I've seen numerous messages
> saying he doesn't respond to emails that I thought I'd ask an existing user.
> 
> Regards
> Bernard
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to