LOTUSSCRIPT/COM/OLE CLASSES
Sub Querysave(Source As Notesuidocument, Continue As Variant) If ( source.FieldGetText( "Conclusion" ) = "" ) Then Messagebox( "Please enter a Conclusion" ) Call source.GotoField( "Conclusion" ) Continue = False End If End Sub
See Also