This is a sample start for your agent in LotusScript – See the admin help file to schedule it It’s nearly the same with the java class. Dim session As new NotesSession Dim db as NotesDatabase Dim view as NotesView Dim colentry as NotesViewEntryCollection Set db = session.CurrentDatabase set view = db.GetView( “YourViewName”) ‘ <= [...]
My guess is that because the date has no time, it is evaluating as 3/31/09, instead of 4/1/09. If you can assign a noon time component, it may get the correct month. I have struggled with date issues, mostly in LS, almost never in @Formula. Maybe someone else has a very specific fix, rather than [...]
I have read a few books that discuss Web development, but find that just knowing good web development practices are what is important. If you are familiar with Javascript, AJAX, HTML, DHTML, CSS, and other web technologies they can all be leveraged in Web applications on Domino. There is a technical article on how they [...]
If I understand your question correctly, you cannot do this. In the view, the records created from FormA will end up on a different row than FormB, thus you can not do any calculations on them. I might be able to help if you give more details to your issue. Why are their two forms? [...]
I’m sorry, I forgot to mention that I’m using Domino 7, and the question applies to both Java and LotusScript. Thanks.
What else have you looked at so far? Because those tools are pretty good..
SaveOptions=”0″ will suppress the Save dialog. I usually make this the default. Set SaveOptions=”1″ just prior to performing a save operation, and then set it back to “0″. Works all the time… Of course, if the user hits Esc by accident, the form will close without asking them if they want to save.
I have never seen this behavior. Maybe the database is corrupted. I would recommend creating a new replica on another server, deleting this one, and making a fresh replica in its original location. I did see completely bizarre @modified behavior two weeks ago that was repaired in this manner. (big database, very painful – hopefully [...]
Partial answer based on further information: If I revert those supplementary mail databases to the v7 template, then their names are displayed on the tab when I open them, which means that this is merely an issue with the v8 template, which hopefully means I can find someone to modify the template to restore the [...]
It’s spelled out very clearly in Help… From the Admin client, press F1 for the Adminstrators Help File. Then search on “Updall”. It is even full of examples. But be sure to press F1 when you are looking at the ADMIN client, not the End User client… it brings up different help files. Ruth ===== [...]
Did you already run a fixup on this mailbox and then a compact ? Or maybe rebuild the index (Shitft+Ctrl+F9) will be enough ?
Let say you have fieldA set as checkbox with value as: Yes or No . To default that field to be checked, then on the Default Value set it to “Yes” . When user opens that form, Yes will be checked. If that is not what you are asking, then please describe that checkbox field. [...]
Complete shot in the dark here. Given your use of constants like EMBED_ATTACHMENT and RTELEM_TYPE_TEXTPARAGRAPH, is it possible they aren’t resolving properly on the server, but are working okay on the client? What happens if you replace them with their actual values? Also, have you checked security settings to ensure that your code can run [...]
Cross Certification is to create a certificate in your Domino address book which allows you to authenticate with all servers in another organization. -Ruth Inman Check <a href=”http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/f4b82fbb75e942a6852566ac0037f284/6f67f55b0672467085256c1d00398912?OpenDocument”>here</a> for some examples of cross certification, there are a couple links at the bottom of the page that might also be helpful. This <a href=”http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_client.nsf/b3266a3c17f9bb7085256b870069c0a9/168e1a42df44c5b785256c1c0038048b?OpenDocument”>Lotus Notes Page</a> [...]
In the Inbox, between the “Who” column and the “Date” column, is a column where icons are displayed to indicate such information as whether a message has been forwarded or replied to. My bet is that the inbox has been sorted on that column. As a result, when the message is replied to, the icon [...]
I suggest you to open the Lotus Domino Adress Book (the public one, not your own one) and then create a new view (Menu Create-View ) wich contains columns with the fields “FirstName”, “LastName” and “InternetAddress”. Then you should be able to export this view in CSV ou LOTUS 123 file format (menu File-Export).
HI there, There are a few thing you may check to verify this issue, first of all depending on your notes client you may check the Preferences and Delegation tab on your configuration file. This can tell you the names of any one in the lotus notes directory that may have access to your mail [...]
Web Services and the ‘Power i’ ( !) Go to Scott Klements most excellent open source product FTPAPI – start at ScottKlement.com – any sort of web search will find it. Inspecting the code, reading through the forms, l
Odds are your agent is failing. You can perform a couple of simple tests to verify this. First you can look through the log.nsf on your server. Find the page containing the time period when the agent runs and see if there is an entry for the failure. You can also manually run the agent [...]
Delete the “$KeepPrivate” field. -or- If you created the doc, you should be able to simply double-click to put the doc back in edit mode. If so, you can go to Delivery Options and uncheck the “Prevent copying” box.





