IBM Notes and Domino 9.0 Social Edition Application Development B - LOT-410 FREE EXAM DUMPS QUESTIONS & ANSWERS
Which property of the Form Table control is used to display an asterisk (*) before the label for any required fields?
Correct Answer: D
Vote an answer
Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code snippet has a statement missing after the last line. What statement will Charles append to the snippet to complete the code?


Correct Answer: A
Vote an answer
Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which code snippet below would correctly send the message and include the button?
Correct Answer: A
Vote an answer
Charles will use DOM to access document-related data using server-side JavaScript. Which class would Charles use to access character data?
Correct Answer: C
Vote an answer
Pamela wants to be able to able to debug her JavaScript within her XPages in the Notes client (XPiNC) application. What Extension Library control should she add to her XPage to enable this?
Correct Answer: D
Vote an answer
Jack is working on a new XPages application. He has a requirement to use a JavaScript library from a previous XPages project. After adding the JavaScript file in the Script Libraries section, how would he use it on an XPage?
Correct Answer: D
Vote an answer
Helen is using a Repeat control to add a row to a table for each view entry in a Domino View data source. When she tests her code she sees 10 tables and not one table with 10 rows. How could she correct this?
Correct Answer: C
Vote an answer
Sarah wants a partial refresh to occur within her XPages application when a user clicks a button. Which is the correct attribute for the button <xp:eventHandler> to ensure a partial refresh?
Correct Answer: C
Vote an answer