Ashley is writing a server-side script to process the request parameters that are passed in her Registration XPage. What global object should she use to access the parameters that she's interested in?
A. param
B. header
C. cookie
D. requestScope
Kimberly has added a submit button to her XPage. Before the document is saved, she wants to make sure that the user actually wants to save the document. What should she do to accomplish this task?
A. Add a Save Document core control to the form.
B. Add a Confirm Action core control to the form.
C. Add a Confirm Action simple action on the button onclick event.
D. Add a Save Document simple action to the button onclick event.
Tara is writing an agent that allows users to reset their password on their ID file from the ID vault. What method listed below would need to be used in the agent to accomplish this task?
A. notesSession.ResetUserPassword
B. notesuiworkspace.ResetUserPassword
C. notesDatabase.ResetVaultIDPassword
D. notesAdministrationProcess.ResetIDPassword
Beatrice has been asked to modify three views in the projects database. All view fonts are currently set to 10 pt, and Beatrice needs to now set the font for the column titles and for the detail rows to be 8 pt. How can Beatrice accomplish this task?
A. Select Tools > Edit Attributes. For Type, specify Views. Select the three views to modify. Select Fonts > All > 10, and click Commit.
B. Select Tools > DXL Utilities > Transformer. For Type, specify Views. Select the three views to modify. For Transform what, select Column >All > All. Select Font, specify 10 for the size and click OK.
C. For each view, select the view in the application navigator. Select Tools > Edit Attributes. Select Edit > Find/Replace. For Find specify:size='10pt' and for Replace specify: size='8pt', and then click Replace All and Close.
D. For each view, select the view in the application navigator. Select Tools > Edit with DXL. After the design opens, select Edit > Find/Replace. For Find specify: size='10pt' and for Replace specify: size='8pt' and then click Replace All and Close.
Ignacio needs to enable rich-text editing in his web application. He would like to take advantage of the Dojo rich-text editing control available in XPages, but he needs to use it on a form instead. How can he do this task?
A. Select Using JavaScript Control on the rich-text field's Web Access Display property.
B. Create an otherwise blank XPage with a rich-text editing control and use pass-through HTML to include that XPage within the form.
C. The only way to do this task is to set up a separate Dojo installation within his application; Ignacio cannot access the Dojo libraries used in XPages.
D. Create a temporary XPage with a rich-text editing control, then go to the Source tab and copy the XML for the rich-text control and paste itonto the form.
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
A. The agent doesn't save docNAB after attaching the vCard.
B. The AttachVCard method cannot use the same document object as both source and target documents.
C. The AttachVCard method requires an additional parameter, specifically a ForceDocumentSave boolean value.
D. The AttachVCard method can only be used with mail memo documents as the target, so the agent would have to call docNAB.Send to attachthe vCard.
Jeff is setting up his status XPage so that it displays graphical status indicators based on the data being displayed. He has not received the images from his customer yet. What can he do to continue developing the application while waiting for the images to be delivered?
A. Select the null image when adding the image control to the Xpage.
B. Select Use an image placeholder when adding the image control to the Xpage.
C. Select the placeholder image from Image Resources in the application navigator.
D. Select the Determine Later option when adding the image control to the Xpage.
Elizabeth is modifying the Customers composite application. She needs to add code to determine if the RecentOrders component can be repositioned. What is a function she could use for this purpose?
A. @IsMoveable("RecentOrders")
B. @GetComponentProperty(MOVEABLE)
C. @ComponentProperty("RecentOrders"; MOVEABLE)
D. @GetComponentViewPreference(com.ibm.rcp.moveable)
Kumar is building the XPage that serves as the home page for the Corporate Happenings site. The home page needs to include an image at the top right of the page, and this image changes weekly. How can Kumar design his XPage to do a look up to the vConfig view to determine the location of the image, rather than hard-coding an image URL?
A. Drag a computed field control onto the XSP editor. Select Formula language for the Data Binding. Enter this code in the script pane: "
B. Drag a computed field control onto the XSP editor. Select Formula language for the Data Binding. Enter this code in the script pane: "
C. Drag an image control onto the XPage. Select Use an image placeholder. For the Image source property, select the Computed propertybutton. Enter this code for the script: @DbLookup("","vConfig","spotlightImage",1)
D. Drag an image control onto the XPage. Select Use an image placeholder. For the Image source property, select the Computed propertybutton. Enter this code for the script: @DbLookup("";"vConfig";"spotlightImage";1)
Viktor has been asked to begin modifying the corporate Domino Web sites to adhere to XHTML standards. He has enabled enhanced HTML generation in the application properties. When testing a couple of the page elements in the Web browser and viewing the source, Viktor notices that tags like
and
What could be the problem?
A. This setting only applies to generated HTML, like passthrough HTML on a form.
B. The Web closes tags that have content. Tags that do not have content are ignored.
C. Each page element needs to be opened and saved to incorporate this new application property setting.
D. The Web server generates valid XML, but there are exceptions. One of the exceptions ispassthrough HTML.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only IBM exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your C2040-951 exam preparations and IBM certification application, do not hesitate to visit our Vcedump.com to find your solutions here.