Monday, September 26, 2011

Displays a Help Form, use with button and hotspots

LotusScriptSub Click(Source As Navigator)
    
     Dim workspace As New NotesUIWorkspace
     Call workspace.DialogBox   ( "Help", True, True, True, True, _
     True, True, "Help" )
    
End Sub

Notes'You can use a Notes formula for this but it includes a "Cancel" button.. '@DialogBox("HelpDropDown"; [AutoVertFit]:[AutoHorzFit];
"How to create the action bar drop down");@All

No comments:

Post a Comment