Add-in button on toolbar of lotus notes
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
Answer Question
| Oct 7 2008 12:38 AM GMT
| asked by
Ashneet
Lotus Notes 8.x, Domino Designer, Lotus Notes
Lotus Notes/Domino - Variable Logos on a form
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 new to...
Answer Question
| Sep 19 2008 6:24 PM GMT
| asked by
Alan327
Domino Designer, Development, Domino
@Member Function for a list of attachments
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 nameimgTitle:="";listOfNames := @Explode(@AttachmentNames);@If(@IsMember(listOfNames;fileName);imgTitle :=...
View Answer
| Aug 20 2008 8:07 PM GMT
| asked by
Mrg
Domino 6.5, Domino Designer
Create a unique tracking number for the document with this format (XXXXX-YY-MM)
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-DDwhere XXXXX - counter, # of documents saved (ex. 00001)YY - current year the doc is savedMM - monthDD -...
View Answer
| Aug 20 2008 1:47 AM GMT
| asked by
Dominodesigner
Domino Designer, Lotus Domino, Lotus Notes
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 lot.
View Answer
| Aug 19 2008 6:22 AM GMT
| asked by
Dominodesigner
Domino Designer, Lotus Domino, Lotus development
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
| Aug 9 2008 3:40 PM GMT
| asked by
Jimb8799
Domino Designer 6.5, Domino Designer, Lotus development
How to view the selected document into the open office?
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...
Answer Question
| Aug 5 2008 4:09 AM GMT
| asked by
Sugi3
LotusScript, Domino Designer, OpenOffice
Accessing $$SearchTemplate by form name
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 if...
View Answer
| Jul 24 2008 3:47 PM GMT
| asked by
Mrg
Lotus Notes, Domino 6.5, Domino Designer
exporting table but only showing one result : domino designer Lotus Notes
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 "Exact"I have...
Answer Question
| Jul 16 2008 3:07 PM GMT
| asked by
Fordraiders
Domino 5, Domino Designer, Lotus Notes
I want to create a mail form opening my current databse forms.nsf
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...
Answer Question
| Jul 3 2008 4:13 AM GMT
| asked by
NewPerson9898
Lotus Notes 7.x, Lotus Domino 7.x, Domino Designer
Input-validate an XML schema file into a Domino page
What is the best way to input-validate an XML schema file into a Domino page?
Answer Question
| Jun 27 2008 5:33 PM GMT
| asked by
Domino Ask The Experts
Domino Designer, XML
Automating edit - paste special in Lotus Notes
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...
Answer Question
| Jun 27 2008 5:27 PM GMT
| asked by
Domino Ask The Experts
Domino Designer, Lotus Notes
Create a combo box or dialog list to retrieve other combo box values
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?
View Answer
| Jun 27 2008 5:22 PM GMT
| asked by
Domino Ask The Experts
Domino Designer, Lotus Notes 7.x, ComboBox
Select documents from a Notes View and paste into Excel
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?
View Answer
| Jun 27 2008 3:44 PM GMT
| asked by
Domino Ask The Experts
Domino Designer, Microsoft Excel, Lotus Notes View
Open A Frameset from a frameset
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...
View Answer
| Jun 11 2008 9:05 PM GMT
| asked by
Brooklynegg
Lotus Notes 6.x, OpenFrameset, Frameset
Importing worksheets using COL Files
how to integrate it in my form or view, and how does it work?
Answer Question
| Jun 6 2008 8:37 AM GMT
| asked by
Tognenogzky
Domino Designer
Linking a date stamp field to another field in Lotus Domino 6.5
Within a Lotus Notes form, how do I link a date stamp field to correspond to data in another field in Lotus Domino server version 6.5?
View Answer
| May 21 2008 6:51 PM GMT
| asked by
Domino Ask The Experts
Lotus Domino Server 6.x, Domino Designer, Lotus Forms
How to print a document with multiple pages of Lotus Form with same fixed heading repeat on every page.
How can I program in Lotus Notes Designer if I wish to achieve the same effect as Excel's "Rows to repeat at top" while printing a Lotus Notes document ?
View Answer
| Apr 24 2008 3:57 AM GMT
| asked by
LYS
Lotus Notes 6.x, Lotus Forms, Domino Designer
Tutorials/Sample Database?
Anyone know of a Step by Step guide for Lotus Domino Desiger 6.5. I am talking really basic, like create database from scratch, setup for Name and SSN, form and so forth.
View Answer
| Apr 17 2008 7:13 PM GMT
| asked by
Maramor
Domino Designer, Lotus Domino Server 6.x
Need help with Views
Very new to dominio designer I am creating a view for ‘Open’ documents that is based on a ‘Target Date’ fieldI 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" & ProjectStatus...
View Answer
| Apr 17 2008 5:50 PM GMT
| asked by
Matjo
Lotus Notes View, Domino Designer, Formula Language


