Skip to main content

Examples: UseLSX method

This initialization script for a form loads the LSX file identified as LSXODBC in the registry, initialization file, or preferences file.

Sub Initialize
Dim workspace As New NotesUIWorkspace
Call workspace.UseLSX("*LSXODBC")
End Sub