Object linking and embedding
Object Linking and Embedding (OLE) is a technology that lets you share data between applications and is supported for MicrosoftŸWindowsŸ.
What is OLE 2.0?
Put your short description here; used for first paragraph and abstract.
What is OCX?
Put your short description here; used for first paragraph and abstract.
Troubleshooting tips for embedding OLE objects and ActiveX controls
There are several reasons you may see the message "An error has occurred while processing a request on an object."
How can I export documents in a view into structured text files?
Structured text is ASCII text. Exporting from an IBMŸLotus NotesŸ view to structured text creates a file containing the text of the documents, minus any rich-text attributes, as well as all data in document fields.
How can I export view data into tabular text files?
Tabular text is ASCII text arranged in rows and columns, separated by tabs. When you export a view to a tabular text file, each row in the IBMLotus Notes view becomes a text row (line). Each column in the view becomes a text column, separated by space characters. The contents of the Lotus Notes fields shown in the view become the entries in each column.
How can I export view data in CSV files?
You can export IBMLotus Notes view data to a CSV file. The Comma Separated Value (CSV) file format is a simple ASCII text file with one record per line, whose fields are separated by commas. The documents in the view will appear as individual records in the CSV file.
How can I import structured text files?
Structured text is ASCII text that is structured in fields that contain values. When importing structured text into a view, you must select an IBMLotus Notes form to accept the data.
How can I import tabular text files?
Tabular text is ASCII text arranged in rows and columns, separated by tabs. When you import a tabular text file into a view, each text row becomes an individual document, and each text column becomes a field. The original table cell contents become field contents.
How can I import Lotus 1-2-3 spreadsheet files into views?
When you import an IBMLotusŸ1-2-3Ÿ spreadsheet file into a view, each row becomes an individual document and each column becomes a field. The original cell contents become the field contents. You can import data into either main documents or response documents.
How can I modify an OLE object or ActiveX custom control using Lotus Notes properties?
With IBMLotus Notes properties, you can modify an embedded OLE object or ActiveX custom control to make it more useful to you. For example, by editing the Width property, you could widen an Excel spreadsheet to display more information on your screen.