Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
823 views

Calling Lotus Script Function From Lotus Formula

I need to call a lotus script function from Lotus Formula. The function returns a result. I do not just want to run a script which does not return any value. This is for Lotus Notes 7. Example ...
3
votes
4answers
3k views

How do I select all documents from the last 7 days?

I have a view selection formula SELECT @If( @Date(@Now) = @Date(@Created); @All; @False) and I want it to select all documents from the past 7 days rather than just today's. Thanks in advance for ...
2
votes
1answer
449 views

Lotus Notes 8.5 client hide action button

I am having problems hiding an action button in a view. We recently upgraded to 8.5 and the method I used to use no longer works. I used to be able to create a role in the acl. Then add this formula ...
1
vote
2answers
85 views

Referencing parent field on document creation

I have a form called ProductFamily. It has a field called ProductFamilyMBValues which is a list of strings. I've got a response document using a form called Item, which is always a response of a ...
1
vote
1answer
171 views

Print Multiple Selected Documents in View via Web lotus domino

i would like to print selected documents in a view in a way that each document are compiled in a single print. It's like 1 document on page 1 and second document on page 2. I after i print this ...
1
vote
1answer
158 views

Notes toolbar button to archive selected (email) document

You can archive e-mails immediately by using the menu, Actions > Archive > Archive Selected Documents. How can I create a toolbar button that I can click which will perform the above action? I've ...
1
vote
2answers
141 views

Lotus Notes custom search

I am very new to lotus notes. This will all be done on the client. I need to write a custom search that will search a particular form. This an example of the fields: FormName = MyForm1 database ...
1
vote
2answers
1k views

Create Lotus Notes hotkey/shortcut key for “reply to all with history”

Because I like to make common actions quick to access, I'd like to define a hotkey, e.g. Alt+L to do "reply to all with history", to act on the selected email. I'm using Lotus Notes 8.5 under Windows. ...
1
vote
2answers
172 views

How do I select all documents manager

I'm new to Lotus development and I need to create a view that shows where the user is manager of another database besides its own mail. Thanks in advance for any help.
0
votes
1answer
37 views

how to hide i link hotspot once it is clicked?

i have a lotus application and have a page which has two links on it: Check-In Check-Out both links open a attendance form for daily check-in and check-out.. once the user checks-in i want to ...
0
votes
1answer
124 views

How do I copy specific text from a document in edit mode and add it to the subject line?

I'm far from an expert, but I've learned quite a little bit about using the Lotus @Formula language recently and have created some very useful buttons for myself. Unfortunately, I'm having trouble ...
0
votes
4answers
138 views

Lotus Notes toolbar button to move documents to favorite folders

I'm looking for assistance to create some Notes toolbar buttons to move selected documents to a favorite folders. I just want to hardcode a specified folder per button. I'm not familiar with Notes ...
0
votes
1answer
118 views

Cookies not working in IE from Lotus Domino, Firefox & Opera OK

I'm using some old but workable javascript in a Lotus Domino application to set a session and persistant cookie, it works fine in Firefox & Opera but isn't working in IE8. If added html to stop IE ...
0
votes
2answers
251 views

Copy text from template into mail (Lotus Notes)

I'm trying to create a toolbar button that inserts a footer (including some buttons) into the current mail. As far as I know, theres no way to create and modify buttons directly with Lotus Formula, ...
0
votes
1answer
118 views

Display the description of the dropdownlist list instead of alias in views (lotus notes)

I have a dropdownlist control in my form, this dropdownlist will accept multiple value.I enter four options and for each option I created an alias due to a long description of the values. My problem ...
0
votes
2answers
166 views

@DocDescendants and @DocChildren are special text

I got an error when I used this operation (Incorrect data type). I want to get the average of the below formula. What is the correct formula to get the average of @DocDescendants and @DocChildren? OR ...
0
votes
2answers
350 views

How to get the latest document created by category in View using lotus notes

How to get the latest document created by category in View using lotus notes @formula?
0
votes
2answers
1k views

How to get the Email Address from names.nsf domino directory - Lotus Notes

I have an employee info form that has fields Employee No, Employee Name & Employee Email Address. When registered a new employee info, I am not able to get Email address ( from the Domino ...
0
votes
1answer
434 views

get hostname in lotus notes using @formula

get hostname in lotus notes using @formula. for eg. http://WDLR11/sample.nsf/burntest.xsp.I want to get the WDLR11
0
votes
1answer
287 views

display unique rows in view using formula in lotus notes

I created a view to display an information. The problem is it will display the duplicate data. My data for eg are: Name Age Gender Rene Florendo 12 Male Rene Florendo 12 ...
0
votes
4answers
655 views

Validating Attachment in Richtext field

I am using below code to validate the Attachment in Richtext field. If I will not used Call source.Refresh(True) then validation is not working, but this code is also refreshing document everytime ...
0
votes
1answer
93 views

disabled enabled button using lotus formula

I have two buttons "Button1" and "Button2". When I clicked "Button1", "Button1" should be invisible and "Button2" should be visible.When I clicked "Button2", "Button2" should be invisible while ...
0
votes
2answers
297 views

Change the caption of button in Lotus Notes

How can I change the caption of a button using LotusScript/Formula?
0
votes
1answer
333 views

Sorting column in both way in Lotus Notes

I have a Main field which consist the value of 10 other fields for each document , when I tried to sort this field value in the view column using the column sorting properties I didn't get the desired ...
0
votes
1answer
1k views

Open an attachment for editing and save changes made to it

My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that ...
0
votes
1answer
200 views

No of Years, Month and Days

I created Lotus Notes database for HR Department. I entered field Join date. Also entered field “Total Service Period”. I want get the calculated Number of Years, Month and Days of service in to ...
0
votes
1answer
1k views

How to calculate the date difference between 2 dates using Lotus Notes

How to calculate the date difference between 2 dates using Lotus Notes Fourmular
0
votes
3answers
504 views

How to add a field from a 2nd form?

I'm modifying an existing Lotus view to include a field from another form. I first appended a new column and set it to the desired field. However, after I refreshed, the new column was blank even ...
0
votes
1answer
787 views

Defining Shortcuts for Lotus Notes 8.x

Can someone please tell me how to define a shortcut for a custom command in lotus notes. I was able to define my custom command in under the preferences toolbars section. Now I want to assign that a ...
0
votes
2answers
583 views

How to check if file exists in lotus formula?

Scenario: I have an outline where I have links for my menu. Each link points to file stored on FTP server in DMZ. By clicking each link I run the agent which downloads the file locally and deliver url ...
0
votes
1answer
757 views

Get Today's Calendar Entries in Lotus Note using Java

I am trying to get the calendar entries for a given day. The code works without error however I am getting a wrong calendar date entry. I am sure the formula is correct but neverthless would ...
0
votes
3answers
1k views

How can I do an indexOf() in Lotus Notes Formula language (@ commands)?

I can't find this anywhere in the Domino Designer help. It seems so straightforward! All I need to do is find the position of a character in a string.
0
votes
1answer
1k views

Update a list element with Lotus Formula

I am trying to update an element in a list with Lotus Formula. I thought you would do it like this: x := "0":"0":"0"; x[1] := "1"; But when I try to save I get the following error: := must be ...