Exemple
Dim PgSet as Object Dim ConnList as Object Dim LPI as Long Set PgSet = CreateObject("ZIEWin.autECLPageSettings") Set ConnList = CreateObject("ZIEWin.autECLConnList") ' Initialize the connection ConnList.Refresh PgSet.SetConnectionByHandle(ConnList(1).Handle) LPI = PgSet.LPI ' get the LPI value ' or... PgSet.LPI = pcFontLPI 'set the connection to use Font LPI.