2
votes
1answer
67 views
Debugging a Domino/Notes DSAPI filter
I've built a DLL for Domino Server 8.5 for Windows and installed it as a DSAPI filter, but every time I restart Domino I get "HTTP Server: Failed to load DSAPI module C:\path_to_filter\filter.dll"
Is …
2
votes
4answers
124 views
How can I create human readable key for notes documents
For the documents stored in the database, I would like to create a human readable key to uniquely identify the document. e.g. PO20090110-001. How do I go about doing that?
2
votes
5answers
332 views
How do we get around the Lotus Notes 60 Gb database barrier
Are there ways to get around the upper database size limit on Notes databases? We are compacting a database that is still approaching 60 gigs in size. Thank you very much if you can offer a …
2
votes
4answers
405 views
How do I select all documents from the last 7 days?
I have a view selection formula
SELECT @If( @Date(@Now) = @Date(@Created); @All; @False)
and I want it to select all documents from the past 7 days rather than just today's.
Thanks in advance for …
2
votes
1answer
2k views
Lotus Notes, ID files, and how things are changing in new versions (8 and up).
For those who are not aware, Lotus Notes is a cool system, which has very powerful database replication abilities, and very strong certificate management and signing.
However that strong certificate …
2
votes
6answers
911 views
Best practices for version control for Lotus Notes/Domino development
The title says it all - please share how you do version control for Lotus Notes/Domino development.
I want to put in our SVN repository all the scripts, views, custom forms, script libraries, etc.
…
1
vote
1answer
171 views
Import custom Java classes into Server side javascript in Xpages (Lotus Domino 8.5+)
Hi,
With Lotus Domino 8.5.1, one can use "standard" Java classes into server side Javascript (embedded into an Xpage), or Java classes available in the WEB-INF/lib folder. For example :
var …
1
vote
4answers
426 views
Seam and Dojo vs RichFace or IceFace ..
I am just scratching my head on using DoJo in Seam in place of RichFaces or IceFace.
I couldn't find any article or tutorial out there in the web. The reason for my question is that Iam coming out of …
1
vote
2answers
189 views
Domino 6.5 - close document in frameset - closes app
I'm working on a Domino Client application that opens documents up in a frameset.
When I click the save button it does some lotus script validation, adds to history field and etc then finally does a …
1
vote
5answers
402 views
Can anyone offer feedback on my LotusScript agent?
Hi there I'm not a developer and so am unaware of best practices. I created this to bypass manual data copying of log data. This agent is for a single feed which I'll copy and adjust for each …
1
vote
1answer
302 views
I need the sum of two columns in a view.
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 …
1
vote
3answers
190 views
How can I programmatically determine the creator of a Domino database?
I'm using the built-in Domain Catalog database to list all the databases on a particular Domino server. I'm creating a custom view to show certain information about each database. What I'd like to …
1
vote
2answers
185 views
How can I export a list of databases resident on a given Domino server?
I have a Lotus Domino server with a truly astounding number of Domino databases on it, arranged in various folders.
Is there some means of exporting a list of all these databases, with their titles …
1
vote
4answers
639 views
In a LotusScript Agent how do you get the name of the current server?
In a LotusScript Agent that is being run via WebQueryOpen, how do you get the name of the current server?
0
votes
0answers
4 views
how to set work-week as the initial format in a Domino calendar view?
I want my Domino Calendar View to be initially setup in work-week format (showing monday to friday days)
In Designer, I go to View Properties - Date and Time Format tab. There is a Initial Format …
