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 Object
Dim doc As Object
uidoc = workspace.ComposeDocument(Server, database, strFormname)
uidoc.FieldSetText("CUSTNAME_TX", "Testing")
.
.
.
.....
I am looking for code to open the form with prompt with out user intervention. Open the form and select the prompt with required option and to move on setting value for fields.
Thanks in Advance. Appreciate your quick response.
Thanks,
Johnson
Discuss This Question: