190-801 Lotus IBM Lotus Notes Domino 8 Application Development Update
QUESTION:101 A richtext field on the main form of Paki's Domino application is often populated with multiple sections, and the users sometimes type multiple spaces to separate portions of text. Paki would like to ensure that all sections are expanded automatically when displayed on the Web, and he needs to ensure that displayed text includes the multiple consecutive spaces that users may have typed. How can he do this? A
View full document
QUESTION:102 Steven has written the following code in a Shared Action: Dim s As New NotesSession Dim ndir As NotesDirectory Set ndir = s.GetDirectory( s.CurrentDatabase.Server ) Dim nav As NotesDirectoryNavigator Set nav = ndir.LookupNames("($Users)", "All", "MailAddress", True) Msgbox nav.CurrentName Assuming a match is found, what will display when a user executes the Action? A
View full document
QUESTION:103 When using the new RestrictToItemNames property in the NotesDXLExporter class to limit the document items that are exported, what is the format of the item names you provide?
C
View full document
QUESTION:104 Kenton is building an agent in his Employee Profiles database located on HUB/ACME. The agent needs to update the Email address field on the Employee Profile document with the InternetAddress field located in the Domino Directory. How can Kenton get a Directory object on the server? A.Call session.GetDatabase(SUB/ACME) B.Call session.GetDominoDirectory(SUB/ACME) C.Set directory = session.GetDirectory(SUB/ACME) D.Set directory = session.GetDbDirectory(SUB/ACME) Answer:C
Want to read all 12 pages?
Previewing 4 of 12 pages Upload your study docs or become a member.
Want to read all 12 pages?
Previewing 4 of 12 pages Upload your study docs or become a member.
End of preview
Want to read all 12 pages? Upload your study docs or become a member.