Setfocus, Setlicenseinfo, Setlicenseinfoex – Echelon OpenLNS User Manual

Page 709: Showwhatsthis, Zorder

Advertising
background image

OpenLNS Programmer's Reference

672

method before opening the Object Server if you plan on

running your application in the standard licensing mode

(Standard Mode). For Lightweight client applications, you

must always call this method prior to opening the Object

Server, as Lightweight client applications can only operate in

Standard Mode. Note that this is the last step a Local,

Lightweight or Full client application should take before

opening the Object Server.
For more information on the steps you should take when

initializing the Object Server, see the OpenLNS

Programmer’s Guide.

Availability

Local, full, lightweight, and independent clients.

Syntax

objServerObject.SetCustomerInfo customerId, customerKey

Element

Description

objServerObjec

t

The

ObjectServer

object to be acted on.

customerId

A String containing the customer id.

customerKey

A String containing the customer key.

Added to API

Prior to LNS Release 3.0.

SetFocus

Summary

This is a standard ActiveX control method used for visual

controls. This method is not applicable for the Object Server

.

SetLicenseInfo

Summary

This method is reserved for future use. Use the

SetCustomerInfo

method to set the licensing mode for your

application

.

SetLicenseInfoEx

Summary

This method is reserved for future use. Use the

SetCustomerInfo

method to set the licensing mode for your

application

.

ShowWhatsThis

Summary

This is a standard ActiveX control method which displays a

selected topic in a help file. This method is not supported by

the Object Server.

ZOrder

Summary

This is a standard ActiveX control method used for visual

controls. This method is not applicable for the Object Server.

Advertising