LotusScriptSub Click(Source As Navigator)
Dim workspace As New NotesUIWorkspace
Call workspace.DialogBox ( "Help", True, True, True, True, _
True, True, "Help" )
End Sub
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
"How to create the action bar drop down");@All
No comments:
Post a Comment