home *** CD-ROM | disk | FTP | other *** search
Null Bytes Alternating | 1998-02-03 | 1.4 KB | 24 lines |
- '++LotusScript Development Environment:2:5:(Options):0:66
-
- '++LotusScript Development Environment:2:5:(Forward):0:1
- Declare Sub Initialize
- Declare Sub Terminate
-
- '++LotusScript Development Environment:2:5:(Declarations):0:2
-
- '++LotusScript Development Environment:2:2:BindEvents:1:129
- Private Sub BindEvents(Byval Objectname_ As String)
- Static Source As DOCUMENT
- Set Source = Bind(Objectname_)
- End Sub
-
- '++LotusScript Development Environment:2:2:Initialize:1:10
- Sub Initialize
- CurrentDocument.Window.ViewTabVisible = False
- Set CurrentApplication.Activeview = CurrentDocument.Main~ Menu
- SetWebTrekLicenseKey
- End Sub
- '++LotusScript Development Environment:2:2:Terminate:1:10
- Sub Terminate
-
- End Sub