Want to pass your Developing IBM Lotus Notes and Domino 8.5 Applications C2040-985 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
A button on a Notes document has the following LotusScript code:
Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc =
workspace.CurrentDocument Call uidoc.GotoField("Status") Print "Approved"
Where will the word "Approved" appear after the button is clicked?
A. In the server's log.nsf file
B. On the status bar
C. In the "Status" field of the current document
D. In a messagebox
The graphic designer at Roshni's company has developed a graphic theme to be applied to all of the company's HR databases. Roshni has created a new image resource using the twistie.gif provided to her, but the categories in the views do not appear the way the graphic designer had described.
What could be the problem?
A. Roshni was given a single 16x16 pixel image of the image that should display for a collapsed category. The image resource needs to be a 33x16 pixel image a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories.
B. Roshni received two 16x16 pixel images ?one for expand and one for collapse, but she has updated the Column properties. She now needs to designate a 16x16 resource image for the "Expand twistie" and a 16x16 resource image for the "Collapse twistie" options on the Column Properties box.
C. Roshni received a single 33x16 pixel image, containing a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories. She created the image resource, but she needs to select the "Animated gif" option.
D. Roshni received two 16x16 pixel images ?one for expand and one foe collapse. But she imported the image resources as "open.gif" and "close.gif". The images must be named "expanded.gif" and "collapse.gif".
Which one of the following can Monique include in a workflow application to allow users to manually forward documents to others?
A. An action containing @DocForward
B. An action containing @MailSend([Forward])
C. An action containing @Command([MailForward])
D. An action containing @MailSend, and a Forward To Field