lotus-domino

Reading domino server' mailbox using C# [closed]

吃可爱长大的小学妹 提交于 2020-01-16 11:59:30
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I am making an application which will retrieve all mailboxes from Domino Server. And Display them in List. After that i want to extract( display) emails of each mailbox into another list. eg: Consider example of

I need the sum of two columns in a view

旧城冷巷雨未停 提交于 2020-01-15 04:57:41
问题 I found this code that goes through and prints out csv for both columns. I later parse and count the two columns. I want to count it here instead of printing and counting later. I've been mucking around but couldn't figure it out. Dim entry As NotesViewEntry Dim vc As NotesViewEntryCollection Dim rowstring As String Dim session As New NotesSession Dim db As NotesDatabase Set db = session.CurrentDatabase Dim view As NotesView Set view = db.GetView( nameofview ) Set vc = view.AllEntries Set

Dates are adjusted for users only at midnight on my xpages

落花浮王杯 提交于 2020-01-11 10:32:33
问题 We have a really strange problem in xpages regarding dates, the Notesdocument we have contain a date field and the value is only a date, there is no time portion. In the xpage I have specified to display the date as a date/time value. the date display correctly on the webpage but we are now getting reports from users who login at night (around midnight) and see the date as adjusted by one day. if the same people login at daytime the date is correct so this only seem to happend around midnight

Calling HttpServlet class from xpages client side script and regular notes forms?

拥有回忆 提交于 2020-01-06 07:32:09
问题 I am new (again, have not touched it in a while) to Java. I have a simple (much more complex one is planned) HttpServlet class that I am tryng to call from a webpage either from a regular Notes form or csjs on an xPage. package com.pnc.cld; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class HelloWorld extends HttpServlet { private

How do you figure out where com.ibm.xsp.exception.EvaluationExceptionEx happens?

扶醉桌前 提交于 2020-01-06 03:55:07
问题 HTTP JVM: com.ibm.xsp.exception.EvaluationExceptionEx: Error while executing JavaScript action expression We are using beans and expression language on our XPage and we get the above error from time to time, can anyone tell us if there is an easy way to find out which page is causing this and more importantly where in code? We are having to use trial and error methods and having to resort to remove code from page in order to find out where the problem is, which is not the most efficient way

Control language/localization in ExtLib controls?

限于喜欢 提交于 2020-01-05 06:28:00
问题 I am currently creating a web layout for an old database based on XPages. The users are Danish - and I want to ensure that they see a correct layout of dates and Danish labels on the pagers etc. For the standard pager I am using the "custom" type and translate the "Previous" and "Next" labels (put it on a custom control and reuse that on all the pages). I did try to set the language on the pager, however, that does not change anything...? Well, now I am also using the "pagerExpand" control

NotesRichTexItem : Insert text strings at the first position in existing rich text data

女生的网名这么多〃 提交于 2020-01-05 05:12:16
问题 I'd like to insert the text string into the existing rich text field data at the first position for all of documents in a DB. NotesRichTextNavigator.FindFirstElement method - This method needs to specify the element type to search but I simply insert the text at the first position of the rich text data. This might be very basic question, but I could not find the way and waste a few hours... Please help me! 回答1: You can do this using a workaround. Instead of working with FindFirstElement, you

NotesRichTexItem : Insert text strings at the first position in existing rich text data

99封情书 提交于 2020-01-05 05:11:13
问题 I'd like to insert the text string into the existing rich text field data at the first position for all of documents in a DB. NotesRichTextNavigator.FindFirstElement method - This method needs to specify the element type to search but I simply insert the text at the first position of the rich text data. This might be very basic question, but I could not find the way and waste a few hours... Please help me! 回答1: You can do this using a workaround. Instead of working with FindFirstElement, you

30 sec periodic task to poll external web service and cache data

五迷三道 提交于 2020-01-05 01:49:19
问题 I'm after some advice on polling an external web service every 30 secs from a Domino server side action. A quick bit of background... We track the location of cars thru the TomTom api. We now have a requirement to show this in our web app, overlayed onto a map (google, bing, etc.) and mashed up with other lat long data from our application. Think of it as dispatching calls to taxis and we want to assign those calls to the taxis (...it's not taxis\ calls, but it is similar process). We refresh

How to launch an application from Lotus Notes, then later save into Lotus database?

纵然是瞬间 提交于 2020-01-04 07:00:46
问题 I work on a team that's developed a Java Swing application, and now I'm trying to help another team integrate this application into Lotus Notes. Unfortunately, I don't know that much about Notes, and can't seem to find any documentation related to what we're trying to do. What we want to do is have the user launch our application with some data passed in from Notes, have the user work with the passed in data, then when they are ready to save, the modified data is saved back into the Notes