Domino Designer Questions


Domino Designer Basics
Is there any books/resources available to help 1st time users to domino designer 8.0

Answer Question   |  October 26, 2011  4:46 PM
Domino Designer, Domino Designer 8.5, Lotus Domino
asked by:
10 pts.

problem with drag & drop in Domino Designer 8.5
I created a very simple calendar view that works okay except the calendar entries won’t drag & drop. I just want to drag an event to another day. Is there something I have to do to get drag & drop to work? I don’t have any code in the querydragdrop or postdragdrop events.

Answer Question   |  March 31, 2012  3:38 AM
Domino Designer, Domino Designer 8.5, Lotus Domino, Lotus Notes
asked by:
20 pts.

How to allow end users to arragne documents in the embedded web views
I have an embedded web view that display documents by defualt. I want to provide the end users to re-arrange documents by drag and drop or by document selection using javascript. Anyone done that? Thanks  

Answer Question   |  March 31, 2012  6:29 PM
Domino Designer, Lotus Notes, Lotus Notes 7.x, Lotus Notes 8.x, Lotus Notes View
asked by:
ALK
125 pts.

Create a local replica with replication formula
I want to have a button that will create a local replica of the current database and assign a replication formula specific to that user. I have tried this with sample code in Domino Designer Help and with code on SearchDomino.com. Both failed. The Help code kicked off the new replica before I could assign [...]

Answer Question   |  July 5, 2011  8:36 PM
Domino Designer, Lotus Domino, Lotus Notes
asked by:
3,845 pts.

Creating a daily document with LotusScript.
I have created an agent to created a daily document with LotusScript.  The document creates perfectly with the agent.  This document also saves the view perfectly.  However, I am having a problem with the numbers saving in the columns of my view.  The view has three columns.  A Date column and two numeric figure columns.  [...]

Answer Question   |  September 13, 2011  4:00 PM
Domino Administrator, Domino Designer, Lotus Notes, Lotus Script
asked by:
230 pts.

Select a radio button option by clicking a link in Lotus Domino
How to add agruments to a url link which open a form to select a radio button options. The link will open the form but radio button option need to be send as agrument.  

Answer Question   |  April 7, 2011  1:18 PM
Domino Designer, Lotus Domino, Lotus Domino 7.0.2, Radio buttons
asked by:
ALK
125 pts.

Working on Tables in Lotus Notes Domino Designer.
Hi, How to create this type of table in Lotus Notes designer? Here first 3 rows are of different width and remaining rows are splitted into 2 columns. How can be this is done in a single table? Thanks, Sunny.

Answer Question   |  March 7, 2011  3:17 PM
Domino Designer, Lotus Notes Designer, Lotus Notes Domino, Lotus Notes Tables
asked by:
65 pts.

Pulling additional data fields along with the primary field in a DBColumn lookup.
I’m a newbie to Domino and Lotus Designer, and am loving the seemingly inexhaustable flexibility and power that Domino has to offer. But I was wondering if someone could help me with what is probably a very simple question. I have created two Notes databases on the same server. Addresses.nsf contains static customer contact information. [...]

Answer Question   |  February 24, 2011  5:25 PM
Domino Designer, Lotus Domino, Lotus Notes, Lotus Notes Formulas, LotusScript
asked by:
15 pts.

Computed Field on the Lotus Domino form doesn’t display in the view
I have a computed date/time field in the form. When I open the document I can see value of the field in the document properties since the field is hidden when document opened for edit. I am not able to see the field in the document properties in a view. The field is summary. Any [...]

Answer Question   |  April 5, 2011  3:27 PM
Domino 7.2, Domino Designer, Domino Designer 7, Lotus Domino, Lotus Domino 7.0.2, LotusScript
asked by:
ALK
125 pts.

Lotus Notes view selection formula
I want to select main documents which contains response documents with field value voltage1=6000. I tried with: SELECT form=”Main” | (@IsResponseDoc & voltage1=6000) But result is null. What is wrong in this formula? PS. field voltage1 is located on the response document

Answer Question   |  January 20, 2011  11:36 AM
Domino Designer, Domino Designer Form Field Data, Lotus Domino, Lotus Notes, Lotus Notes Formulas
asked by:
15 pts.

Program copying documents into Lotus Notes database
How to copy documents including doclinks in a notes database to another notes database?

Answer Question   |  September 3, 2011  10:19 AM
Domino 8.5, Domino Designer, Lotus Domino 8.5, Lotus Notes Database, LotusScript
asked by:
5 pts.

Lotus Domino: Display a document from another database on the web through type a head search field
I have two databases A and B both are web enabled. On the menu of db A database I have a field called search that has type a head features.  I can search and find the tite to display from db B but since the document is in the db B I am not able to display [...]

Answer Question   |  November 11, 2010  4:46 PM
Domino 7.0.2, Domino Designer, Domino Web, Lotus Domino
asked by:
ALK
125 pts.

How to adjust Lotus Notes Domino web calendar links
I am using Notes calendar for a web application. I have embedded the view in a page which I use to display data. When I open the page on the web links at the top of the calendar such as October 2010 and calendar icon doesn’t work. Is there a way to re-set the links. [...]

Answer Question   |  December 2, 2010  1:22 AM
Domino Calendar, Domino Designer, Lotus Domino, Lotus Notes 7.0.2, Lotus Notes Calendar
asked by:
ALK
125 pts.

How to retrieve a rich text field in a view?
I am a novice at Lotus Notes Domino Designer and need to retrieve a rich text field in a view. Can you offer any suggestions for a simple way to do this, such as formulas to use? I am running Designer 7.0.2. I am not very familiar with Lotusscript. Thanks!

Answer Question   |  October 12, 2010  7:24 PM
Domino Designer, Domino Designer 7, Lotus Domino, Lotus Domino development, Lotus Notes, Rich Text Format
asked by:
5 pts.

View Selection Help (domino designer)
I have a Status field that if it equals 90 and it means that it is closed and has a date of when it was closed. If it equals 80 it is open.. 70 it is void … and so on down to 10. So I want to display all everything except the old ones [...]

Answer Question   |  October 6, 2010  7:51 PM
Domino 6.5, Domino Designer, Lotus Domino, Lotus Domino 6.5, Lotus Domino development, View Selection
asked by:
105 pts.

how to print lotus documents and attachments in lotusscript in a scheduled agent?
I would like to print lotus documents and attachments using lotusscript in a scheduled agent? 

Answer Question   |  May 17, 2010  8:25 PM
Domino Designer, Lotus Script, Lotus Script Printing
asked by:
5 pts.

How can I clear Notespreview frame content
I am using Notesview and Notespreview frame. When I select a document in Notesview I see the content in the Notespreview frame. My problem is: when a new selected View is empty the last displayed document in Notespreview frame is still displayed, how can I clear the content programatically or in other way.

Answer Question   |  November 24, 2009  11:17 AM
Domino Designer, Domino Designer 8, Domino Designer 8.5
asked by:
35 pts.

possible to create call a Domino Agent form a Web Button?
Is it possible to create a button on a Domino Web Page, and have that button call a Domino Agent in the same DB?

Answer Question   |  October 8, 2009  6:38 PM
Domino Designer, Lotus Domino Agent
asked by:
120 pts.

Domino Client field limit
How can I limit the input to a field on a form in Domino Designer client.

Answer Question   |  September 29, 2009  2:20 AM
Domino Designer
asked by:
Amb
5 pts.

Lotus Notes 6 – Copy Rich Text
I have created a function for our website which allows a user to create a news story. The news story is then viewed by users through a display page. From the display page users can also comment on the story. I’ve used a subform for this, and a WebQuerySave to add the comments. The problem [...]

Answer Question   |  August 14, 2009  2:12 PM
Domino Designer, Lotus Domino, Lotus Notes, Lotus Notes 6, Lotus Notes 6.x
asked by:
Mrg
285 pts.