Questions tagged [lotus]

Lotus Software is best known as the creator of Lotus 123 and Lotus Notes. The hugely successful launch of Lotus 123 spreadsheet software in 1983 revolutionized number crunching. The company followed with a SmartSuite of spreadsheet, word processor, presentation software, database manager and personal information organizer. They also have other products such as Lotus Domino and Lotus Notes.

883 questions
0
votes
2 answers

How to configure your database to automatically open in a separate window?

How can I set my lotus notes databases to automatically open in a separate window, like the the help files (databases)? And even better, is there a way to open the database without opening the lotus notes client? I'm using 8.5.3 LN client.
John Bautista
  • 1,480
  • 3
  • 29
  • 60
0
votes
2 answers

Lotus Notes - Creating a view to display all "marked as read" email

seeking for advise to create a specific view in lotus notes. aim is to have a similar view to 'all documents' - ie showing ALL the emails, also the ones already filed in subfolders BUT with applying a filter so it only shows those documents that…
S V
  • 1
  • 1
  • 1
0
votes
1 answer

Python interaction with lotus quickr database

I would like to write a python script to copy an entire lotus quickr database to my local hard drive. For me, a user I can access quickr through an intranet site, and also through quickr connector, a program which allows me to access the database…
0
votes
1 answer

Hide Address bar for Xpages Mobile Web Application on Ipad (iOS5) and Mobile safari (v5.1)

With reference to the question I asked couple of days back, it seems to me that address bar cannot be hidden from a xpages mobile web application when it is launched from a href link. Choice is limited to href as "location.assign" or any javascript…
prasad katankot
  • 157
  • 1
  • 14
0
votes
1 answer

Launch xpages application in home screen

I am trying to launch a XPage(web) mobile application from a email(Lotus traveller). When I use a simple HREF in email body (using stream and MIME), xpage(web) mobile application opens in a new window on ipad ( which I believe is expected from Ipad)…
prasad katankot
  • 157
  • 1
  • 14
0
votes
3 answers

How can i change the creation date of any nsf?

I need to change the creation date of an nsf. How do i proceed with it??? i searched and found out that database.Created is an >> read-only value and cannot be…
Bebo
  • 129
  • 2
  • 12
0
votes
1 answer

Export Sametime buddylist from vpuserinfo.nsf use lotusscript

I know we can get access to custom data of vpuserinfo.nsf using: byteArray = notesDocument.GetItemValueCustomDataBytes( itemName$ , dataTypeNam$) But i don't know the datatypename of "8193". Can somebody tell me what datatype name the field "8193"…
Jason
  • 1
0
votes
2 answers

Lotus Notes: Find out who created the database/replica?

Is there a way in Lotus Notes to find who created the database or replica. Name of the user or server who created it. I checked the db properties and cannot find anything like that. Thanks
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
0
votes
1 answer

How to automate refreshing unread count

A users workspace contains several chiklets that can often refer to retired servers and throws the error "You are not authorized" if sent a link to a new replica of that application. To fix this issue the user can right click on any open space of…
Dwain Wuerfel
  • 373
  • 1
  • 11
0
votes
1 answer

ReplaceItemValue on XPage throwing error

Working on an XPage. Have a button that when clicked sets the value of the "b_BugNum" field to "2" using SSJS: document1.ReplaceItemValue("b_BugNum","2"); Keep receiving this error when run: [TypeError] Error calling method…
Derek
  • 16,181
  • 3
  • 27
  • 36
0
votes
1 answer

Error deploying sample widget in Lotus Connections

I'm learning to work with widget in lotus connections and got a tutorial that teaches how to make a simple widget, but when I published, within the widget appeared this error: BMWIW0001E: Unable to load iWidget…
0
votes
1 answer

Create an HTML link or button to add an event to a Lotus Notes user's calendar

My client uses Lotus Notes for calendering. We have a need to serve event information on SharePoint. I'm trying to create an HTML link or button I can use in a custom display form on SharePoint (HTML) that users can click to add the event to their…
Pete
  • 391
  • 1
  • 8
  • 20
0
votes
2 answers

Replic-Action log error Cannot open Link: TNS Could not resolve the service name

Hi I am working with ReplicAction tool to transfer data from Lotus Notes View to Oracle Database. When i Create the link document for Oracle DB it is created successfully without any error When I create the Include Table for Oracle Db it is created…
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
0
votes
1 answer

How to create gantt chart in lotus connections

there is a way to create a Gantt chart of an activity in lotus connections? Or is there a way to create a graph lotus connections in collecting information from the database that stores the contents of the lotus connections?
0
votes
2 answers

Attach a file to a notes document using SSJS

I am trying to attach a file to notes document, but I am getting the following error. var doc:NotesDocument = DS_EmpDetails.getDocument(); var rtitem:NotesRichTextItem = doc.createRichTextItem("AttachmentField"); var Attachment:String =…
flykarthick
  • 79
  • 1
  • 6
  • 14