IBM Lotus Notes Domino 8.5 Application Development Update - C2040-951 Exam Practice Test
John has an application that contains a form named "Order". His boss has asked him to create an XPage that will be used to create documents similar to the "Order" form. How can he ensure that he includes all of the fields that form contains to the XPage?
Correct Answer: A
Vote an answer
Sawyer wants to display the contents of the family members field, which contains multiple values, as a list on his contacts XPage. Which control would allow Sawyer to display multiple values in a field as a list?
Correct Answer: C
Vote an answer
Farah has added the main.css style sheet to her XPage. She wants to associate the helpText class from main.css with the lblHelp Label control on the page. How can Farah do this task?
Correct Answer: C
Vote an answer
Janet uses Domino Designer's Dynamic Help feature to clarify something. What kind of help will she get?
Correct Answer: A
Vote an answer
Caleb added a view control to his Contacts XPage. What type of control is the view control?
Correct Answer: B
Vote an answer
Percy has written a LotusScript agent that creates a vCard and attaches it to a selected Person record in the Domino directory. His agent runs to completion, but when he opens the document it does not have the vCard attached. Given the following LotusScript code, what is the cause of the problem? Dim session As New NotesSession Dim dbNAB As NotesDatabase Dim docNAB As NotesDocument Dim dcNAB As NotesDocumentCollection Set dbNAB = session.CurrentDatabase Set dcNAB=dbNAB.UnprocessedDocuments Set docNAB = dcNAB.GetFirstDocument Do While Not (docNAB Is Nothing) Call docNAB.AttachVCard(docNAB) Set docNAB = dcNAB.GetNextDocument(docNAB) Loop
Correct Answer: A
Vote an answer
Marisol is designing an XPage to provide an updated user interface for the expense report form in the Travel application. What should she do to allow the users to fill out the necessary information on the Web page?
Correct Answer: D
Vote an answer
Amalis has created an agent that will remove all links from the shipping field. When she runs the agent listed below an "Object variable not set error". What does she need to do to correct the error?
Correct Answer: C
Vote an answer
Shawn has a list of options that he would like to add as checkboxes to an XPage. How can he add a Checkbox group control to his current XPage?
Correct Answer: A
Vote an answer
Arthur wants to change the look of his entire XPages application. What can he do to accomplish this task?
Correct Answer: C
Vote an answer