0
votes
0answers
43 views

Date manipulation arithmetic in lotusscript

Note: I am not using notesdatetime class for efficiency. using native arithmetic in lotusscript is 10 times faster which is critical in my application. I start with two date/times and adjust one to ...
0
votes
1answer
95 views

How to compare oracle date and lotusscript date?

In the oracle table is a column containing the last modified date of current row. How do I format a date in Lotusscript so that it is comparable to the oracle date type? I've tried CStr and TO_CHAR ...
0
votes
2answers
424 views

LotusScript Function Doesn't Update Field

I'm trying to get a document to be created for each instance of a string of dates. This however doesn't work as I'd hoped - the field doesn't update and the debugger doesn't show me anything at all. ...
0
votes
2answers
3k views

Search for a date between given ranges - Lotus

I have been trying to work out what is the best way to search for gather all of the documents in a database that have a certain date. Originally I was trying to use FTsearch or search to move through ...