I am a new contractor w/ no experience in Lotusscript but have this daunting task of archiving 4600+ databases for a conversion of in-house applications to Domino. Is there an easy way in lotus script, lets say via a button, to take a database, create a copy of that database and place it in an...
Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji
We have a LotusScript agent running on a Domino Windows server that opens an Excel spreadsheet and then processes each line of the file against data in the Domino DB. If we move our Domino platform from Windows to IBM iSeries, what additional considerations do we need in order for this process to...
I’m using this code in an agent that when called (via a java button) sends the user to another web page: redirect$ =[http://new.page.com/rpgspprd/ListCons.pgm?Rnd=0608630575809737&selBTNO1=283&selBTNO2=1283]" Print redirect$ But we would like for it to open a new browser window, like...
In the Domino Directory, person document, the USERID file is attached. How can it be removed with LotusScript?
i am writing this agent that is suposed to set the field "Outstanding" (textfield) to a value depending if a certian amount of time has elapsed dateTime2 will be Set dateTime2 = now in the end but for now i'm just trying to get it working. i get a type mismatch error and think that dateTime1&(2)...
I have a few workstations that are domino 5 that i am migrating to a domino 8 server enviroment. The domino 5 mail files have thier templates updated and copied to the remote workstaions to provide a local mail file that only replicates mail changes at an interval. now my questin is that this all...
Hi, I have 8 plus years of experience in the IT industry doing development using Lotus script, Javascript & HTML. Did Project Management to become a Porject Manager. But currently I can't find job with my background. I am trying to upgrade my skills but not sure where to start. I need some advise....
I have multiple forms that when completed send emails with doclinks. All work fine except one form that launches the wrong form when the icon is clicked from an email. The form variable lists the correct alias for the document. The correct form is used when clicked in a view. What am I doing...
Helllo, Currently i use the following script to create a selection menu to add either 1 of 3 different signatures. The 3 different signatyures I currently have need to be replaced by 3 different HTML signatures. I simply can not get that to work. Anybody have any ideas? The script I currently...
I created a button that would send an email to someone with a document attachment. The user tends to click on the document attachment from a database .nsf multiple times creating save conflicts amoung other thing. How can I prevent this from happening. Set notesUIDocument =...
Copy contents of rich text field eg Word doc to an email?? using script
How would I hide specific words only, in a view or field, but show the rest of the words. For example, always hide "[SEC:UNCLASSIFIED]" in a subject field. So the value would be "Funny Picture [SEC:UNCLASSIFIED]" but it would appear as just "Funny Pictures"
Lotus Notes Client version 5 to 7 Using a computed subform that has specific field values not on main document, so querysave event has to be on the relevant subform. The QuerySave event on the subform checks the value of a field and if not entered correctly, it displays a dialog box advising the...
How can I run a local script to show mailbox quota size on all user mailboxes as an Administrator? Sub Initialize Dim Session As New Notessession Dim db As NotesDatabase Set db=session.CurrentDatabase Messagebox "Size quota = " & db.SizeQuota & chr(10) & _ "Size Warning = " & db.SizeWarning,,...
I'm looking for LotusScript code that would pull a view into a rich-text field, preferably into a table. Lotus won't allow you to use embedded views from other databases in your forms, so this script would run PostOpen to pull the data for the rich-text field based on the "name" field - or...
I've written an utility in VB .NET that is able to extract file attachments from a NotesDocument and this works fine. I'm having challenges now with a particular email that has a MS Word document embedded into the body, whose content is part of the body. So basicllay it's an OLE Embedded...
I have created a notes (.nsf) database which is having certain checkboxes and text feilds on a form. These fields are editable. Is there any way to disabled(greyed out ) whole form so that no one can change these fileds at certain point. Is there any function to do that whether in lotus-script or...
How would I copy the contents of numerous fields in one form to a form in another database? I am not very good at using LotusScript and prefer to use the Formulas.


