CodePage

CodePage is the code page of the connection associated with this lsxECLWinMetrics 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 an lsxECLWinMetrics object associated with connection A
dim myWMetObj as new lsxECLWinMetrics("A")
 
dim myCodePage as Long
 
' Get the code page for connection A
myCodePage = myWMetObj.CodePage