The following code when used for Printing a view works only in Lotusnotes and not in a web browser since it is in lotuscript . How can i adapt it to work in a web browser or what is the javascript code for it.
Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.Print
End Sub
Looking forward to hearing from someone about it. Thanks.
Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.Print
End Sub
Looking forward to hearing from someone about it. Thanks.