Lotus development Questions


How to Enable/Disable a field with LotusScript
i am trying to enable a field input using a lotus script.i want to enable the input to field as soon as i select a checkbox any body has a code for that?

Answer Question   |  November 25, 2008  11:35 AM
CheckBox, Lotus development, Lotus Notes, LotusScript
asked by:
20 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.

Lotus Agent errors
Hello, I planned an agent with the following code: Sub Initialize Dim session As New NotesSession Dim view As NotesView Dim doc As NotesDocument Dim db As NotesDataBase Dim nowD As NotesDateTime Dim creatD As NotesDateTime Set db = session.currentdatabase Set view = db.getview(“VueTout”) Set doc = view.getfirstdocument Set nowD = New NotesDateTime(“Today”) view.autoupdate = [...]

Answer Question   |  November 5, 2008  6:50 AM
Lotus Agents, Lotus development, Lotus error messages, LotusScript
asked by:
15 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.

Slow Java Agent
Why are Java agents very slow in the lotus domino environment?

Answer Question   |  September 5, 2008  11:19 AM
Java agent, Java for Lotus Domino, Lotus development
asked by:
10 pts.

Opening a view in Java Agent
I would like to know how do i open a domino’s view in Java Agent?

Answer Question   |  September 5, 2008  10:46 AM
Java agent, Java for Lotus Domino, Lotus development, Lotus Notes View
asked by:
10 pts.

Get the other value LotusScript
i have a Dialog list field called txtProg. Under Choises i have choosen for Use view dialog for choices Database: Current database View: Programma Column #: 1 Later the data will be saved with: doc.Programma=uidoc.FieldGetText(“txtProg”) Call doc.Save( True, True ) But my problem is i want to put the date into: doc.Date = The date [...]

Answer Question   |  August 28, 2008  8:33 AM
Lotus development, LotusScript
asked by:
50 pts.

check if choosen type is radio or tv Lotusscript
Set tcollection = workspace.PickListCollection( 3, False,ServerName$, DatabaseName$, “Programma”,”Nieuwe Playlist” , “Kies programma”) If tcollection.count=0 Then Exit Sub People can choose a “Programma”. The list contains all the programs with the type The user choose a programm how can i check if the type is tv or radio?

Answer Question   |  August 27, 2008  8:54 AM
Lotus development, Lotus Notes 8.x, LotusScript
asked by:
50 pts.

Formula for resetting the counter monthly in Lotus Notes
this is currently my formula: Counter1 := @Elements(@DbColumn(“”:”ReCache”; “”:”" ; “($CounterLookup2)”; 2)) + 1; which is to create a counter for the # of documents saved. But i want it to be able to reset back to 1 every 1st day of the month. Can it be done? where will i put it? thanks a [...]

Answer Question   |  August 19, 2008  6:22 AM
Domino Designer, Lotus development, Lotus Domino, Lotus Notes
asked by:
15 pts.

Saving attachments – agent
Hi, I’m trying to create an agent which saves any attachments from incoming emails from a specified address automatically to a network drive. I’m not a notes dev so I’m having a hell of a time working out where to start. Any help would be really appreciated

Answer Question   |  August 19, 2008  2:40 AM
Lotus Agents, Lotus development, Lotus email
asked by:
5 pts.

Domino Designer – View Horizontal Scrolling is Locked
I am working in Domino Designer 6.5. The view I am working in has the horizontal scrollbar locked at left. Vertical scrolling does work. Any help is appreciated. Thanks!

Answer Question   |  August 11, 2008  3:40 PM
Domino Designer, Domino Designer 6.5, Lotus development
asked by:
5 pts.

Export View to OpenOffice?
Hi! Idea is very simple, click on Action Button (code must be in LotusScript) when opened LN document, and then by clicking this Action Button all LN document data exports/converts/migrates on OpenOffice Writer document. Can anyone know how to do that? Tnx

Answer Question   |  February 23, 2011  5:55 AM
Lotus development, Lotus import/export, Lotus Notes View, LotusScript, OpenOffice
asked by:
10 pts.

Please recommend good books on adding a web browser interface to Notes/Domino DBs
As many of us have learned, Domino development (e.g., adding web browser interfaces to Notes/Domino application DBs) is quite tricky and very different from basic Notes client development! The use of $$Return fields, $$ViewTemplate forms, using AJAX code to do field-level value lookups, using css files, duplicating “QuerySave” event logic in “WebQuerySave” agents, manually determining [...]

Answer Question   |  March 21, 2009  2:40 PM
Lotus developers, Lotus development, Lotus Notes, Lotus Notes Database
asked by:
180 pts.

LotusScript code to add Assigned Policy in directory
I need a script to populate the Assigned Policy field in a DOmino directory person record, if the Setup Profile is populated. Can anyone offer such a script? With 4000 plus users to edit, I really don’t want to do it manually…

Answer Question   |  July 10, 2008  7:57 PM
Lotus development, Lotus Domino directory, LotusScript
asked by:
Tas
5 pts.

$stampAll
What is $stampAll ?

Answer Question   |  July 8, 2008  7:10 AM
Lotus development, Lotus Notes 7.x, StampAll
5 pts.

Lotus & Domino 7 Application Development Query
I have a multiple choice dialog field with 16 sorted choices, 8 beginning “Additional…” & 8 beginning “Repeat…”. Users will select up to and including 4 choices (any combination of Additional or Repeat). I have 4 computed fields that I wish to inherit each choice made in the dialog list order. i.e. computed field 1 [...]

Answer Question   |  July 1, 2008  10:56 AM
Development, DialogBox, Lotus development, Lotus Domino 7.x, Lotus Notes 7.x
asked by:
5 pts.

Refresh/Update on QueryOpen IF user = names field
The documents have complicated security, so I need to check if the user matches either of a few names fields first. If yes I need the documents updated (same as if user clicked and Edit button and saved and refreshed) so that certain fields that are pulling values from a view that draws from a [...]

Answer Question   |  June 30, 2008  7:46 PM
Lotus development, QueryOpen, R5.0.13
asked by:
110 pts.

Modify/Create View with sorting
I have a view and i would like to change the sorted column by creating new view or modifying existing view. i.e i have a view called “$User” and first sorted column in this view is “Full Name”. Now i would like “UniqueID” column to be first sorted one. How to do this.

Answer Question   |  June 24, 2008  5:47 AM
Lotus development, Lotus Domino, Lotus Notes, Lotus Notes View, Notes automation
asked by:
40 pts.

Is there a good future for Lotus Notes Developers?
Any future for Lotus Notus Developers?

Answer Question   |  June 2, 2008  5:06 AM
Lotus developers, Lotus development
asked by:
5 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.