QUESTION:101A richtext field on the main form of Paki's Domino application is often populated with multiplesections, and the users sometimes type multiple spaces to separate portions of text. Paki wouldlike to ensure that all sections are expanded automatically when displayed on the Web, and heneeds to ensure that displayed text includes the multiple consecutive spaces that users may havetyped. How can he do this?A
Get answer to your question and much more
QUESTION:102Steven has written the following code in a Shared Action:Dim s As New NotesSessionDim ndir As NotesDirectorySet ndir = s.GetDirectory( s.CurrentDatabase.Server )Dim nav As NotesDirectoryNavigatorSet nav = ndir.LookupNames("($Users)", "All", "MailAddress", True)Msgbox nav.CurrentNameAssuming a match is found, what will display when a user executes the Action?A
Get answer to your question and much more
QUESTION:103When using the new RestrictToItemNames property in the NotesDXLExporter class to limit thedocument items that are exported, what is the format of the item names you provide?