This command sends a complete address to the Activation Server 4. The address information is independent of an activation - this allows to send the address information e.g. for a demo version.
If you want to link the address to an activation, use the field ID. If you use EasyGo, the ID must be the Serial Number. See: How can I retrieve the Serial Number.
If you use your own activation scenario, the ID must be the same like used with WebRegisterExt.
Name |
SendCustomerinfo |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose |
Sends the customers info to the Web Activation server without showing the activation screen. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage |
Set the Run Number in the license file and allows all installations that use this license file to be locally reset during the defined amount of days. Can be used to allow a reinstallation. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample |
iRes := lic.SendCustomerinfo(‘’, ‘invoice10321’, ‘Blue River Inc.’, ‘Tom’, ‘Sullivan’, ‘Mr.’, ‘’, ‘CEO’, ‘852 Dewes Lane’, ‘’, ‘11230’, ‘Brooklyn’, ‘NY’, ‘United States’, ‘646.296.1572’, ‘’ , ‘tom@bluriver-inc.com’, ‘English’, ‘http://www.blueriver-inc.com’, true, false, true, false, ‘special’, ‘’, 0); if iRes <> 0 then begin << an error occurred >> ... end else begin << data successfully sent >> ... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also |
Web Activation, WebServiceURL, ShowWAStartPage, ShowWAProgressPage, ShowWAResultPage, UseLocalProxy, UseLocalIEProxy, LocalProxyServer, LocalProxyPort, Projectname, GetWebActivation |