This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I don't know script at all... trying to evaluate the a @DBLookup when a dialog list value changes. In the OnChange event, I currently have:
Sub Onchange(Source As Field)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.Refresh
End Sub
Is there a way I can I make the following formula work in this script?
FIELD Account := @DbLookup("":"NoCache";"":"";"DBLookup Data - Account Data"; Flag04; "Account");
Thanks, Paul
Feedback number WEBBAW7KRB created by ~Rebecca Opfoogen on 02/21/2018
Status: Open
Comments: