Hi,
I need to get the data from some lotus connection site, for example user's status, from the other site. I try to setup a connection with lotus via java, e.g.
> server = "https://" + path + param + "&format=full";
> URL profiles_url = new URL(server);
> // Open the URL: throws exception if not found
> HttpURLConnection profiles_...
hi,any idea to connect php with domino server?
i want to allow user to login using domino account to my php app.
...
Hi Folks,
Basically there is a form with text field, I have to create provided content by the business in this text field , Once the document is saved then it display in view. Based on the Key value it looks into the content of the of text field then sent to the concerned user in email. At the time of creating content tried to made the t...
I have found the following info "To update a status message, send an updated status document in Atom format using an HTTP PUT request"
but i don't underctand how to sent the xml file to the lotus connections server. I tried to submit a form with xml data...I tried to call ajax query..
Please anybody help - give me an example how...
Hello folks,
I have a view where I need to display the content of the 25 fields in 25 lines based on id (for example emp id).which is categorized in the first column But the maximum limit of displaying line is 9 in the view. Is there any way I can display 25 fields in 25 lines.
Any suggestion will be appreciable
Rupesh.
...
Hi,
I'm trying to figure out how to send an email using the Lotus Notes COM object provided in .NET. It seems easy, but I keep getting the error message "NSD Is Running". I'm testing the app on the machine that has lotus notes installed on it. Lotus notes does work on that machine. I close the Lotus note client on that machine, befor...
Hi Folks,
I have a view which is displaying 9 lines of information per every document. In this view I have Export to Excel functionality using the below code to Export document to excel.
Data isn’t exporting properly for first two documents , for example if I have 7 lines for the first document then it should export 7 lines but its expo...
Hi Folks,
I am using unprocessed document so that it will run on selected document only , but after selection its looking for column values in a view to export document to excel . I am using the below code its working fine but my first document is always displaying in last after all other exported documents in excel sheet . Any idea wha...
I have a Main field which consist the value of 10 other fields for each document , when I tried to sort this field value in the view column using the column sorting properties I didn't get the desired result.
Here is the example how value is displaying -
10.other
10.other
1c.NSR
10.others
1c.NSR
2b.First in Fab
10.other
10.other
it sh...
Hi!
I am going to take the LOT-952: IBM Lotus Notes Domino 8.5 Application Development Foundation Skills certification test. Which book should I read?
URL to the certification:
http://www-03.ibm.com/certify/tests/ovrL952.shtml
...