En del Lotus Notes, främst fokuserat på utveckling, lite rolig/udda information och lite privata tankar. URL:
http://blog.texasswede.com Atom/RSS:
Atom/RSS Bloggen startade:
januari, 2008 Proffs/privat:
Privat
"Hi Karl, Here is the initial code of my schedule agent: Dim s As New NotesSession url = “https://covidtracking.com/api/states” Set http = s.CreateHTTPRequest() http.Timeoutsec = 100 HTTPResponse= http.get(url) ‘ Get the error message – Closing ..."
"Hi Karl-Henry, I was trying to get some JSON data using a scheduled agent and NotesHTTPRequest object. The code is rather simple, very similar to your code. However, even if I set the URL to the same one as in your code, I cannot get the connection to ..."
"Hi Mr.Martinsson, I am trying to extra mails from Lotus Notes using Python. I can get the list of folder with notesDatabase.Views method. But when I run notesDatabase.GetView method, it returns . And I also want to know how get the current userID role ..."