nerdexam
IBM

LOT-409 · Question #50

Belle adds the following event code in her form. What happens when she double clicks on a document created with the form? Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As…

The correct answer is D. The words One and Two appear in the status bar and the document does not open. See the full explanation below for the reasoning.

Question

Belle adds the following event code in her form. What happens when she double clicks on a document created with the form? Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant) Print "One" Continue = False Print "Two" End Sub

Options

  • AOnly the word One appears in the status bar and then the document opens.
  • BOnly the word One appears in the status bar and the document does not open.
  • CThe words One and Two appear in the status bar and then the document opens.
  • DThe words One and Two appear in the status bar and the document does not open.

How the community answered

(60 responses)
  • A
    17% (10)
  • B
    8% (5)
  • C
    3% (2)
  • D
    72% (43)

Community Discussion

No community discussion yet for this question.

Full LOT-409 Practice