.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


OutlineReload method
Example

Reloads a specified outline.

Note This method is new with Release 8.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace.OutlineReload( outlinename$, databasefilename$ )

Parameters

outlinename$


databasefilename$
Usage

This method can be used to to redisplay a modified outline after you have edited its design programmatically using the NotesOutline class. Otherwise, you would have to close and reopen the application to see these changes.

Example