Hi there Hiqamza, First of all check the Connections documents and check the replication setting in these Documentes. Second of all, try to remove the cluster then re-create it . Finally, after you restored the db from the backup you should have made a new replica from the restored db to the other server on [...]
You didn’t say what exactly isn’t working. Does the code not run at all, run but give you an error msg, run but not do what is expected? If it runs, where does it die – the shell cmd? Is the drive e:sftp a mapped drive? Is there security on the directory?
Hi there ,, I can only recommend you to refer to the following URLs http://www.ibm.com/developerworks/lotus/library/cs-pt1/ http://www.axzopress.com/downloads/pdf/1418861952fc.pdf Moreover, I wonder why still you are using LN 6.5.1 it has already been out dated and it out of support by IBM Best Wishes
Thanks guys. It is clear from Edvabnik given script that this can be done as : considering doc as object of notesdocument and richtextfield as fieldname of rich text type. set item =doc.getfirstitem(“richtextfield”) dim count as variant count=item.values msgbox ubound(count) This really works! Thanks Edvabnik.
If the email is to go to the mail file and a copy is sent to the other address as well…. then use a mail rule / sent copy to. ……………… If the mail is just to go else where, then address to the Forwarding Address in the person document
Hi,, Actually, I’ve stopped using LN6.5 since we upgraded LN to LN 8 in 2008 . However, as far as I know you have to cancel it and create a new one with the new invitees But I can also provide you with these URLs and I hope they really help http://domino.uni-graz.at/help/help65_client.nsf/89d3962efd85426f85256b870069c0aa/18f17b322789102285256dff0061fe0a!OpenDocument http://www.refine-it.co.uk/pdf/Lotus%20Notes%206%20QRC%20-%20calendars.pdf Finally, I [...]
Try with modifying last 3 lines as Call ws.OpenDatabase(“”,”testing.nsf”,”tempView”) Set uidb1=ws.GetCurrentDatabase Call uidb1.OpenView(v.Name, ,True)
In formula, you could do something like: t1:=@GetField( “Field1″ ); t2:=@GetFIeld( “Field2″ ); start:=@Date(2000; 1; 1; 0; 0; 0); t3:=@Adjust(start; 0; 0; 0; 0; @ToNumber(@Left(t1;”:”))+@ToNumber(@Left(t2;”:”));@ToNumber(@Right(t1;”:”))+@ToNumber(@Right(t2;”:”))); @Text(@Hour(t3))+”:”+@Text(@Minute(t3))+”:”+@Text(@Second(t3)) In LotusScript, you could do something like: Dim t1 As String Dim t2 As String Dim baseline As New NotesDateTime( “1/1/00 12:00:00″ ) Dim ndt1 As New NotesDateTime( “1/1/00 [...]
Sure, as long as the document has been saved. If it hasn’t been saved, you can’t include a doclink, because the doc doesn’t exist yet, except in memory. Try looking at the @MailSend function, or the .Send method.
Lotus Notes 8.x client is a single install, and it has two different configurations it can run in: Notes 8 (Standard Configuration) and Notes 8 (Basic Configuration). As of Notes 8.0.2 and Notes 8.5, there is a Notes.ini parameter that can be used to control launching of Basic and Standard. Adding UseBasicNotes=1 to a Notes [...]
Simplest option would be to add the @Today formula to the “Default value” of the field. Another option via lotusscript and a button could be to: Call uidoc.FieldSetText(“fieldname”,Today)
The Domino help is the best place to look. <b>Creating a security policy settings document </b> http://ecoforo.cepymev.es/help/help8_admin.nsf/f4b82fbb75e942a6852566ac0037f284/ac0c9bd2ca5bf31a852572fa004e2fbc?OpenDocument
Alarm will not work if $Alarm folder has conslict or corrupted. Delete the $Alarm folder from the designer and then replace the template of the mail file. Your Alarm will work after that.
Not really sure what you’re looking for here, but I’ll take a guess. If the user selects a date (using a calendar control), you want to automatically adjust the date to that week’s Friday. You can do that by setting the date to @Adjust( datefield; 0; 0; 6 – @Weekday( datefield ); 0; 0; 0 [...]
Servername/dbname/viewid/docuniqid/$file/attachement u have to follow this url.
Your best bet would be to use URL Hotspot Check Help document = <b>Creating link hotspots </b> You can use the Hotspot button to do the same thing but be warned that this will no doubt require the ECL to allow you to run as a trusted source. If this is not set for you [...]
Perhaps you used the Notes option Synchronize Address Book at some point in the past (this embeds your contacts in your actual mail file) and then never kept them up-to-date.
In your existing maid send command add one more parameter as [IncludeDoclink] and try.
Check you mail rules are in place set to All document…. This has to be inplace for all servers Journalling to this location. This is from help :- <b>Specifying messages to journal</b> After you enable journaling, set mail rules on the Configuration Settings document to specify which messages to journal. If you specify All documents [...]
There are two was to do this is 8.5.x <b>Out of Office service type Service</b> The Out of Office service processing occurs after the server mail rules and user mail rules are applied, after the “before mail delivery” agent processing completes, but prior to the “after mail delivery” agent processing. This allows the user to [...]





