I am designing a database with a form which contains checkboxes. I need to set default value so that it is shown "checked", when I initially open it. Does anybody know what formula shall I write in 'Default value' object?
Does anyone know if it's possible to directly access a field of a document, from a text field in another document? e.g. text field, computed value.. with a value formula such as: "http://www.myserver.com/website.nsf/7762A59CACD4270585257558006111A0/" + titleDoc;
i've written a lotus notes program. it's a form which contains a button (for sending email) and a text field (it acts as a flag to control users from sending email more than once). it works in the "preview in notes" in the domino designer. however, when i copy the form (using Ctrl-A) and paste it...
I am designing a database in which documents can be edited by 2 ways. By domino administrator and another through my own program. when doc is opened in edit mode by admin and it is updated by my program, a save conflicted document is created when it is saved by admin. My problem is to detect save...
I have a requirement. This is to do with Lotus Email. When I forward an email, in the query save action, i want to be able to read the header of the existing email which is being forwarded. The idea is the email that I get(and that I want to forward) has some header fields which I need to read....
Can I create my own button(programmatically) in notes toolbar to trigger an action? I want to achieve this using c, c++ notes APIs. Is it possible? Please give me any hint to proceed. wbr, Ashoo
I need to create a form that displays a different logo for each company division. Since the logo will not be stored with the document, I considered creating a "Master Logo" form that would contain all of the logos then using a "Computed" or Computed for display" field to display the logo. I am...
I'm attempting to determine if the filename of an attachment is contained in a list. Here is the code (from a view column): fileName:=$name; //from a programmatic column name imgTitle:=""; listOfNames := @Explode(@AttachmentNames); @If(@IsMember(listOfNames;fileName);imgTitle :=...
this is to create a tracking number of the document in lotus notes. when the user save the document it will automatically create a tracking number for the document with this format: XXX-YY-MM-DD where XXXXX - counter, # of documents saved (ex. 00001) YY - current year the doc is saved MM - month...
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 lot.
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, Can anyone tell me ... I have created OpenOffice button in my lotus designer.... I have created some views also.... Now wat i want is? When i select a view , in that i will select a single document now when i click the open office button the selected document should move to the open office...
Hey folks -- I'm trying to add a 'breadcrumb' trail via a subform to a number of documents. In the subform, I use a <computed value> to determine what page the user is on, and then load in the appropriate breadcrumb as needed. I'm trying to add the subform to a SearchTemplate, but not sure...
What I have : Table with several rows and columns: Problem. In column One I have a drop down where you can choose a name. If more than One person is selected. The code I have will repeat the names in Excel but will only give the results for the first person selected.. i.e. for the column...
I want to write a form that opens my current database and sends an e-mail to the person I supply in the field and a message and submit that message and have it deliver locally to a person on my mail server. e-mail Fred Ward for example. I have lotus notes 7 and designer 7 in lesson 3 I saw how...
What is the best way to input-validate an XML schema file into a Domino page?
What is the best way to automate an edit -> paste special in Lotus Notes? I have 15,000 mail messages and for each one I have to send an email. The body of the mail contains a screenshot and the remaining is text. Right now i am using uidoc.paste but there are some issues with it. The main one...
I would like to have a combo box or a dialog list in a form. I would also like to retrieve combo box values from another common place (i.e. another form field, or View where i'll be adding new values). I am using Lotus Notes version 7 and Domino Designer 7 as well. Can anyone offer me any tips?
I'm looking for code to select documents from a particular View and then paste it in a particular template of a Microsoft Excel spreadsheet. Is this possible? And if so, can anyone offer me some sample code?
I am trying to open a frameset from a button in a frameset of another frameset. When the user clicks the button, a new Notes tab opens. I want the new frameset to replace the existing frameset. To get around this, we have put in a command to close the existing window first. This works, as long as...


