Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print Method

Status
Not open for further replies.

D0m1n0

Programmer
Joined
May 30, 2001
Messages
1
Location
CH
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top