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?
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 [...]
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 = [...]
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
Why are Java agents very slow in the lotus domino environment?
I would like to know how do i open a domino’s view in Java Agent?
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 [...]
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?
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 [...]
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
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!
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
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 [...]
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…
What is $stampAll ?
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 [...]
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 [...]
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.
Any future for Lotus Notus Developers?
Hi, How to open a notes database(e.g names.nsf) and browse through records in Formula Language?





