Med Lotus Script kan du nemt lave tabeller som nedenstående:
Tabellen er lavet udfra med dette Lotus Script kode:
Use "ViewTable" Dim vt As New ViewTable( body ) Call vt.addColumn( "Filename", "subject", 10, "" ) Call vt.addColumn( "Date", "@created", 5, "" ) Call vt.createTable( "" ) Set doc = coll.getFirstDocument() Do Until doc Is nothing Call vt.addRow( doc, "" ) Set doc = coll.Getnextdocument(doc) loop Call vt.close()
Links
- Class ViewTable.lss
- Se også indlæg om RichText