NotesDocument Questions

1

Accessing Lotus notes forms with prompt using Lotus notes script
I need a help in opening form and filling fields through Lotus Script for forms with Prompt. Able to do with no issues for form where no prompts are involved using below lines of code: Dim workspace As Object = CreateObject(“Notes.NotesUIWorkspace”)Dim uidoc As ObjectDim doc As Object uidoc = workspace.ComposeDocument(Server, database, strFormname) uidoc.FieldSetText(“CUSTNAME_TX”, “Testing”)...….. I [...]

Answer Question   |  September 4, 2012  1:25 PM
Lotus Notes 8.5, NotesDocument, NotesForm
asked by:
5 pts.

1