CodePage

CodePage is the code page of the connection associated with this lsxECLConnection object. The CodePage property is a Long data type, is read-only and cannot be changed through this LotusScript interface. However, the code page of a connection may change if the Personal Communications connection is restarted with a new configuration (see lsxECLConnMgr Class for information about starting a connection). The following example shows this property.

' Create a new lsxECLConnection object associated with connection A
dim myConnObj as new lsxECLConnection("A")
dim myCodePage as Long
 
' Get the CodePage for connection A
myCodePage = myConnObj.CodePage