Formula Language Questions


How to display Domino form field on the web
I have a text field which it’s string value has been separated by semicolon and displayed by new line. I want to display this field on the web the same way it displays in Notes. On the web the content of the field display as one block of 100 line with not break in read mode. Is there [...]

Answer Question   |  November 24, 2010  7:01 PM
Domino 7.0.2, Formula Language, Lotus Domino, Lotus Notes, LotusScript
asked by:
ALK
125 pts.

asked by:
5 pts.

Disabling (greying-out) options on Lotus form
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 formula [...]

Answer Question   |  May 3, 2009  8:18 AM
Domino Designer, Domino Designer Form Field Data, Formula Language, Lotus development, Lotus Notes, LotusScript
asked by:
85 pts.

How to auto populate fields when creating new form
I have a Action Item Form that is used for a Weekly Meeting. If the Action Item that was created from does not have a completed date, then the item field needs to be moved up into another field which hs a different field name, when the new meeting form is created. I have no [...]

Answer Question   |  April 7, 2009  3:39 PM
Formula Language, Scripting
asked by:
40 pts.

Lotus Notes Formula Language: Send value of document property name to Windows Clipboard
With Lotus Notes Formula Language, How can I send the value associated with a property name to the Windows Clipboard. Example: the selected document has a property called “ProductName”. The value for ProductName is “SA12345″. How can I send SA12345 to Windows CB? (this is a repeat of a previous question of which I was [...]

Answer Question   |  April 3, 2009  3:25 PM
Formula Language, Lotus Notes, Windows Clipboard
asked by:
10 pts.

get field name value and send to windows clipboard
With Formula Language: How can I send a documents field value to the windows clipboard. Example: selected document has a property called “ProductName”. The value for ProductName is “SA1234567″. How can I send SA1234567 to the Windows clipboard.

Answer Question   |  April 3, 2009  6:19 PM
Formula Language, Windows Clipboard
asked by:
10 pts.

Is there a generic command line or formula for Actions in Lotus Notes
I would like to create cutom Toolbar buttons for Lotus Notes that perform Lotus Script Actions. So it would be great if I could just write a quick formula to perform any action or more than one action in sequence. I dont want to have to change the template or create any agents Thanks

Answer Question   |  January 16, 2009  11:21 PM
Formula Language, Lotus development, Lotus Domino, Lotus Notes, LotusScript
asked by:
30 pts.

To re-populate a ListBox based on a condition
I am using a button(to check and repopulate) and a Listbox(Available options). Initially the Listbox uses Default values to Populate values. Then If the button is clicked; it creates a list of already used options through DBlookup(List2) and there is a list of default values(list1). i use @replace to create a list3 which if explode [...]

Answer Question   |  November 3, 2008  8:04 AM
Conditional statements, Formula Language, ListBox, Lotus development, Lotus Notes
asked by:
20 pts.

Set as Homepage by Script?!
Is it possible to do the “Set Database as Homepage” function by lotus formula, or lotus script? Or does anyone know where it is stored, i think in bookmark.nsf, but don’t find where. Has anybody an idea?! Thank you very much in adavance, best regards Klaus

Answer Question   |  October 3, 2008  6:15 AM
Bookmark.nsf, Formula Language, LotusScript, Set Database as Homepage
asked by:
10 pts.

Easy but not for me?!
Hi, can somebody tell me the @Formula to get the actual “Form” Name in to a computed field on this Form? Sorry for such questions but I just couldn’t figure it out… Thx

Answer Question   |  September 18, 2008  6:39 AM
Formula Language, Lotus development, Lotus Notes
asked by:
95 pts.

Lotus Notes – Monitor thru program
How to monitor the following task using lotusscript/formula language. 1. Availability Index 2. Router Task Status 3. SMTP Task status 4. IMAP Task Status 5. POP3 Task Status 6. HTTP Task Status 7. LDAP Task Status 8. Cluster Replicator Status 9. Mail Queue Length 10. Mail Services Status 11. Mail Server Disk Management 12. SMTP [...]

Answer Question   |  June 9, 2008  5:12 AM
Formula Language, Lotus Domino, Lotus Notes, Lotus Web applications, LotusScript
asked by:
40 pts.

Open notes database in formula language
Hi, How to open a notes database(e.g names.nsf) and browse through records in Formula Language?

Answer Question   |  June 2, 2008  4:52 AM
Formula Language, Lotus development, Web development
asked by:
40 pts.

Using Formula language code to generate unique reference numbers
I need to generate a unique reference number for every new Lotus Notes document that is captured. I want to use some Formula language code. Can anyone help me to get started?

Answer Question   |  May 21, 2008  12:53 PM
Formula Language, Lotus Notes
435 pts.

Reading a Rich Text Field
I have a simple form (on the web) with a few text fields (Title, Date, etc..), and a rich text field for more “Body” text. (Displayed using the Java Applet.) Does anyone know if it’s possible to display the RTF from a view? I see the variable in my Programmer’s Pane, but when I refresh [...]

Answer Question   |  May 21, 2008  7:22 PM
Domino 6.5, Formula Language, Lotus Notes, XHTML
asked by:
Mrg
285 pts.

Counting unique sub-categories within a category in a view.
I have a view with multiple levels of categories. For example, I have each of the following items categorized – Account, server, status. I want to see how many unique servers are for each account. And with each server, I want a count of unique statuses. Under Status, I have my individual documents which I [...]

Answer Question   |  May 2, 2008  3:14 PM
Formula Language, Lotus Notes, Lotus Notes View
asked by:
90 pts.

Using Formula language to read an environment value
I am trying to read an environment value to use in my select, but it doesn’t seem to be working. How can I get the value from my notes.ini file and use it in my view selection? Here is the code I’m using: envViewArchived := @Environment(“envViewArchived”; SELECT (@If(envViewArchived = “1″;@Contains(Form; “Investigation”) & Archived = “1″; [...]

Answer Question   |  April 28, 2008  5:13 PM
Formula Language, Lotus Notes
435 pts.

Need help with Views
Very new to dominio designer I am creating a view for ‘Open’ documents that is based on a ‘Target Date’ field I got the “<30 days” view working and the “>90 day” view working , cant figure out the “30- 90 days” My formula for <30 day view is: SELECT Form = “Form Name” & [...]

Answer Question   |  April 18, 2008  5:50 PM
Domino Designer, Formula Language, Lotus Domino Server 6.x, Lotus Notes View
asked by:
30 pts.

view color codes
Hello… i m beginner in lotus notes and would like to know how to change/set color code to particular row in the view based on formula or condition…?? For ex. if the column value is vacant i have to set green color for that entire row in the view. if the column value is occupied [...]

Answer Question   |  April 11, 2008  7:03 AM
Formula Language, Lotus Notes, Oracle Views
asked by:
5 pts.

Bookmark opening redirect embedded frameset based on Reg value
We have Bookmark set as the default opening page in Notes. What I’m trying to do is redirect the embedded frameset -Welcome- frameset depending on the users current location. So in the db opening script I am writing to the registery the users current location. If the location is not Office I am redirecting the [...]

Answer Question   |  May 13, 2008  9:09 AM
Bookmark.nsf, Formula Language, LotusScript
asked by:
405 pts.

Lotus Notes View for documents with No children
Is it possible to create a view for only the documents that have No responces/children using Lotus Notes Formula.

Answer Question   |  April 1, 2008  7:19 PM
Formula Language, Lotus Domino, Lotus Notes View
asked by:
90 pts.