Tagged Questions
0
votes
2answers
20 views
Display image in notes form from another database
In a traditional notes form, I want to compute an image dynamically. Image is in another database's image resource in the same server.
I have tried using pass thru HTML by computing the URL in ...
0
votes
2answers
68 views
Calling script library in agent and button
I want to use the following script library in button and also in agent.
My script library code:Validate
Option Public
Option Declare
Dim Sess As NotesSession
Dim currentDb As NotesDatabase
Dim ...
0
votes
1answer
172 views
Lotus notes Button Script for Multiple Calendar entry
This is my script. I wanted to have 2 dates and time in this script, so when some one clicks on the button there should be two entries in recipient calendar
i would really appreciate any help on this ...
-1
votes
1answer
70 views
Lotus script dblook up
i use this code to my combo box @Unique(@DbColumn("":"nocache";@DbName;"view";2)) to call the value in a view, now my question is this, if the value of the combo box is human in another combo box will ...
2
votes
1answer
70 views
Create 'versions' programmatically
Lotus Notes has a 'versioning' feature. You can set this to work in a mode in which the user needs to click File->New->Version to create a new version. I would like to use that functionality in ...
2
votes
1answer
154 views
How do I get the size of my Rich Text Field?
I can get the size of the attachments using @Attachmentlength(), or Using NotesEmbeddedObject Class.
But I am facing a peculiar problem. If I copy and paste a screen shot, or copy and paste an image ...
0
votes
1answer
84 views
Automated Date and time lotus domino
it is possible to automate time and date last modified, I have 4 text box, one is for the date have the formula @Created and the 3 have the formula @Modified. i want the 3 text box modified one at a ...
2
votes
3answers
245 views
Currency summation in Lotus Notes
We have designed the LN forms with editable fields.User enters the amounts in the editable fields. We are converting the these amounts to currency using 'CCur'. The actual issue is user enters the ...
1
vote
1answer
234 views
how to disable lotus note shortcut key.in lotus note
good day,
Question: anyone know how to disable lotus notes shortcut keys, for example in a view, no copy and paste a data?
0
votes
1answer
465 views
Filtering view in lotus notes
good day,
I'm trying to filter date by year using @setviewinfo. can anyone tell me how?
1
vote
1answer
88 views
no duplication in database lotus note
good day every one.
what are the effect of re-cache if i use it to my updating data?
This is what i trying to do, but i need to know what will happen if i replace the no-cache to re-cache
i will ...
0
votes
2answers
192 views
lotus notes, search data that equal to textbox
I don't understand why my code is not allowed.
@If(@DbLookup("":"nocache";@DbName;"GPA";1)="GPnum";@Failure(@Command([FileSave])&@Command([CloseWindow]));@Success)`
Please help me. Thank you.
0
votes
2answers
99 views
Translate SQL script to Lotus Formula
how to translate this code?
Select * from view.view where ageYear = "combobox.value"
I know the code in sql but i cant do it in lotus script,
0
votes
3answers
294 views
How to get a vaue of a notes text field in formula language?
I have a form on which there is a text field called "Role". Onload of this form i am assigning a value to this field using javascript:
...
1
vote
4answers
474 views
How do I delete the 32k errored document?
I am having some documents. If I try to open the document then it shows error like "field is too large 32k or view's column & selection formulas are too large"
Whenever I try to delete the ...
1
vote
1answer
158 views
Encrypted emails are giving false form Notes api
I have send an Encrypted email to Lotus notes in-box, If I access that email from my local Its giving true, If the same email is running different system Its giving false.
Is it setting issue?
My code ...
2
votes
4answers
533 views
Find a Lotus Notes Document based on a field value
I have a field called "JobID" that needs to be unique in the notes database. My plan is to search the database for a document's JobID and ,if it is equal to the current document's JobID, alert the ...
0
votes
1answer
313 views
Lotusscript evaluate server date?
How to determine a server's date in lotusscript? I've searched around and found no lotusscript way for this. Even some close to usable solution proved to be too long in lotusscript when in @formula ...
0
votes
2answers
310 views
How to get the sequence number of $Revisions field?
Actually I have to take the sequence number in $Revisions field.
0
votes
2answers
129 views
linking databases in lotus notes
I have a NSF , in that "new request" one action button is there, when am clicking that one, first it is throwing an error like "Master database cannot found please contact "NSF name" administrator" ...
1
vote
4answers
275 views
Perform division of a 22 digit number in lotus script
I want to perform division of a 22 digit no. in lotus script.
Can anyone please tell me how to do it? I am not getting the correct result.
For e.g;
dim num as Double;
dim num1 as Double;
...
0
votes
2answers
646 views
Type Mismatch When Manipulating Subject Line of An Email (Lotusscript)
I am running a Lotusscript Agent on "Before mail arrives". I need it to grab the text in the subject line after the "#" symbol. No matter how I try to get the Subject field (Evaluate, getFirstItem, ...
0
votes
1answer
943 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 ...
1
vote
1answer
447 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
2answers
744 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 ...
2
votes
1answer
1k 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 ...
2
votes
4answers
5k 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. ...
0
votes
4answers
2k 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
2answers
700 views
Change the caption of button in Lotus Notes
How can I change the caption of a button using LotusScript/Formula?
3
votes
4answers
2k 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
...
1
vote
1answer
666 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
3k 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 ...