Exemple
Dim PgSet as Object Dim ConnList as Object Dim MPL as Long Set PgSet = CreateObject("ZIEWin.autECLPageSettings") Set ConnList = CreateObject("ZIEWin.autECLConnList") ' Initialize the connection ConnList.Refresh PgSet.SetConnectionByHandle(ConnList(1).Handle) MPL = PgSet.MaxLinesPerPage ' get the MaxLinesPerPage ' or... PgSet.MaxLinesPerPage = 20 'set the MaxLinesPerPage