Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext


~Mark Fezregennivu 24.Apr.03 05:06 AM a Web browser
Notes Client All Releases All Platforms


Hi,
I'm a VB developer. Currently I hava a integration with Lotus Notes using VB program below is my sample code.

=============================
Private Sub Command1_Click()
Dim ws As Object
Dim uidoc As Object
Dim doc As Object

Set ws = CreateObject("Notes.NotesUIWorkspace")

Set uidoc = ws.COMPOSEDOCUMENT("server", "problem.nsf", "VBNewDoc")
Set doc = uidoc.Document
doc.field1= Text1
Call ws.DIALOGBOX("DlgBox", True, True, False, False, False, False, "Doc1")

End Sub
===================================

This code working fine, if the Notes Client window is open in Maximize mode. However, if i minimize the Notes Client window, Notes's error will prompted "Notes automate error".

Could anyone help me to solve problem.

Thanks
Iris






Error in opening DialogBox (~Mark Fezregenn... 24.Apr.03)
. . RE: Error in opening DialogBox (~Fred Chuvelupl... 25.Apr.03)
. . . . This is not COM, it's OLE (~Dan Brefreepul... 25.Apr.03)





  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

 RSS feedsRSS
All forum posts RSS
All main topics RSS