: 4400 | 106123 | 11885

Vlad Sh10123 

: :
Promote
4
Demote

Add server and database as optional parameters for @GetProfileField and @SetProfileField

: Domino Designer / @formula
: @formula
Vlad Sh10123 - 29 2013 / (4)
: Open
by analogy with @DbColumn and @DbLookup: (...; server: database; ...).
Promote
8
Demote

Ability to obtain information about a specific user environment

: Domino Designer / roles @command
: roles, @command
Vlad Sh10123 - 19 2012 / (0)
: Open
Please add an optional parameter name to the formulas: @UserRoles, @UserAccess, @UserNamesList, @Domain, @MailDbName and possibly @UserPrivileges. 
Promote
4
Demote

Ability to determine whether there is a profile

: Domino Designer / profile ls java
: profile, ls, java
Vlad Sh10123 - 15 2012 / (1)
: Open
The presence of a profile without a key can be verified with getProfileDocCollection.
If the profile with the key, then using getProfileDocument has old and serious problem - profile is stored on disk, that by logic of the application can be very undesirable.
This can be implemented with ...
Promote
5
Demote

DocumentCollection.search(@formula)

: Domino Designer / documentcollection search java lotusscript api
: documentcollection, search, java, lotusscript, api
Vlad Sh10123 - 10 2012 / (0)
: Open
Work on the interface (XPages) - very good, but would like to not forget about the improvement of  Domino  API.
I beg to add the ability to search in collection of documents using @formulas, by analogy to Database.search(). The FtSearch method is inconvenient for programming and not as flexible.
It ...
Promote
9
Demote

Navigation capabilities in the document properties window

: Notes Client / document properties box navigation
: document properties box, navigation
Vlad Sh10123 - 05 2012 / (0)
: Open
Severely lacking conventional UI-features in items tab:
1. Scroll in both (left and right) side this window.
2. The transition to the next items on the left side of the window by pressing keys Up/Down and PgUp/PgDown. 
Promote
0
Demote

Inheritance of Database Script

: Domino Designer / inheritance database script design elements
: inheritance, database script, design elements
Vlad Sh10123 - 24 2012 / (2)
: Open
At present this is not possible, I propose to add it. In systems with a hierarchical structure ptemplates it will be useful, since it eliminates the multiple copy-paste, and make it easier update the changes in the code. 
The same may apply to a Shared Actions.
Promote
8
Demote

Get and set the data in the item as a simple array

: Domino Designer / java getitemvaluearray setitemvaluearray
: java, getitemvaluearray, setitemvaluearray
Vlad Sh10123 - 12 2012 / (0)
: Open
Often, for other task, it is necessary to get or set data in the item as an array, for example String[]. Now you can get the data only as Vector, which is not always convenient, since you have to manually distil data into an array.
Please add the methods for ...
Promote
9
Demote

Improvement in Item.getText()

: Domino Designer / java item gettext
: java, item, gettext
Vlad Sh10123 - 12 2012 / (0)
: Open
Currently, the method returns all the elements, separated by a semicolon. This can be inconvenient, because the field values may also contain a semicolon.
I propose to add an optional parameter to specify the separator: Item.getText([String sep])
Promote
16
Demote

Scroll in Domino server console

: Domino Server / server console domino
: server console, domino
Vlad Sh10123 - 28 2011 / (1)
: Open
  1. Need support scrolling with the mouse wheel.
  2. At any scrolling does not position the cursor on the new text, because it constantly resets the position found by the screen. You have to repeatedly go back up to see the desired fragment, and so many times. 
Promote
17
Demote

Improving Domino Designer Search

: Domino Designer / search dialog ui lotusscript design elements
: search dialog, ui, lotusscript, design elements
Vlad Sh10123 - 04 2011 / (1)
: Open
Suggestions to improve the Search from the Designer Search menu:
  1. In the search box to add the option "Whole word".
  2. In "Scope" (Workspace, Working Set) to add "Databases" to manually select specific databases to choose from can be a specific Working Set. If the database is not selected, the ...
Promote
7
Demote

Non-breaking space character

: Notes Client / characters
: characters
Vlad Sh10123 - 04 2011 / (3)
: Open
Please, add to the RichText-fields support of subj.
Promote
14
Demote

Unique error code (Err)

: Domino Designer / errors err errorcode error handling 4000
: errors, err, errorcode, error handling, 4000
Vlad Sh10123 - 04 2011 / (1)
: Open
Take, for example, error number 4000.
In my practice, I came across several instances of its occurrence:
 
Connection/Access:
1. Notes error: The server is not responding. The server may be down or you may be experiencing network problems. Contact your system administrator if this problem persists.
2. Notes error: ...
Promote
8
Demote

Parameter [filters$] in OpenFileDialog and SaveFileDialog

: Domino Designer / lotusscript dialogs
: lotusscript, dialogs
Vlad Sh10123 - 28 2011 / (0)
: Open
Please do so by passing an empty string in this parameter, the methods worked as well as without this parameter, that is, display filters by default.
Now is inconvenient - you have to write the conditions for the presence of a filter like this:
If Len(sFilters) = 0 Then
  ...
Promote
10
Demote

Adjust the opening of the Working Sets on load Domino Designer

: Domino Designer / domino designer working sets open application window
: domino designer, working sets, open application window
Vlad Sh10123 - 23 2011 / (0)
: Open
When you start Domino Designer (DD) is sometimes opens a full list of bookmarks database in "Applications" view. The same happens when opening the database from the Notes Client, and the bookmark of the database is located not in the current WS of DD. The initial discovery of a complete ...
Promote
8
Demote

In the InputBox is impossible to catch click "Cancel"

: Domino Designer / ls lotusscript inputbox click cancel
: ls, lotusscript, inputbox, click, cancel
Vlad Sh10123 - 15 2011 / (4)
: Open
I suggest to return an empty string ("") only when the input field is empty and has been press "Ok".
On "Cancel" I propose to return Empty (it's possible, since in DDHelp stated: "The InputBox function returns a Variant containing a string."), then we can verify the result using IsEmpty(). ...
Promote
11
Demote

Put a value from the clipboard into the dialogue "Create -> Hyperlink ..."

: Notes Client / url hotspot functionality
: url, hotspot, functionality
Vlad Sh10123 - 09 2011 / (0)
: Open
If the clipboard contains text fragment, which is a url, then, by analogy with the "Create -> Hotspot -> Link Hotspot..." suggest subj. 
Promote
5
Demote

For a new design element to copy a comment into description

: Domino Designer / ls-editor library agent
: ls-editor, library, agent
Vlad Sh10123 - 11 2011 / (0)
: Open
I ask to do that when you create a LS-library or -agent text the comments would be automatically inserted in the description (Description: <here>). 
Promote
21
Demote

Ability to exchange configuration

: Domino Designer / settings colors code templates
: settings, colors, code templates
Vlad Sh10123 - 12 2011 / (0)
: Open
Homes and other workplaces must configure Domino Designer again, unfortunately a lot of manual routine work. This is especially true File -> Preferences -> Domino Designer -> LotusScript Editor (Code Templates, Fonts and Colors).
The same applies to sections Java -> Editor и JavaScript -> Editor.
Please make ...
Promote
16
Demote

Display formula of Shared Column in the View  

: Domino Designer / view shared column
: view, shared column
Vlad Sh10123 - 12 2011 / (0)
: Open
To view the code of Shared Columns have to open them, that creepy uncomfortable.
I propose to leave the background color of the system, but instead a common text (see screenshot) to display a formula of selected Shared Column.  
Promote
18
Demote

Speed up!  

: Notes Client / interface gui speed stability
: interface, gui, speed, stability
Vlad Sh10123 - 02 2010 / (0)
: Open
Load Client on Pentium-4 2,8 MHz 2Gb - 20 seconds! And this despite the fact that when you install the Client was set option, is responsible for loading the core elements of the Client to speed up loading it.. The first call to the context menu on the icon of ...
Promote
19
Demote

The number of displayed Working Sets  

: Domino Designer / working sets
: working sets
Vlad Sh10123 - 02 2010 / (3)
: Open
Maximum number of now - 5 items.
Please remove this restriction or add an option to change (increase) in that number.
By default, propose to display all.
Promote
16
Demote

Context menu in the field of type "Text"

: Notes Client / context menu field text
: context menu, field, text
Vlad Sh10123 - 02 2010 / (1)
: Open
Very are lacking the context menu with items:
- Cut
- Copy
- Paste
---
- Select All. Also wanted to work in the field corresponding to the key combination Ctrl+A.
Promote
17
Demote

Displaying an icon in a column

: Domino Designer / icons view value
: icons, view, value
Vlad Sh10123 - 02 2010 / (2)
: Open
Help from the latest version of the missing document (subj), which contained a table of icons and numbers, for use in the columns of views. This is inconvenient.
But, in principle, without it would be necessary, if in the columns with the option "Display values as icons" add a button ...
Promote
13
Demote

Fast closing windows

: Notes Client / notes client xpages rightclick double-click fast close window
: notes client, xpages, rightclick double-click, fast, close window
Vlad Sh10123 - 21 2010 / (0)
: Open
When introducing the Eclipse to Lotus certain elements of lost property is close to double right click the mouse (design elements in Domino Designer: libraries and so on..., XPages in Notes Client), although the option "Right double-click closes window" in the basic configuration is set. It is a pity, because ...
Promote
1
Demote

Mouse gestures

: Notes Client / notes client xpages mouse gestures
: notes client, xpages, mouse gestures
Vlad Sh10123 - 21 2010 / (0)
: Open
Please add subj.
Operation the behavior of applications using the mouse gestures - is the operation of the future, since it is very convenient.. This already exists in the extensions to the browsers Opera ("Mouse trail" exstention) and Chrome (in ChromePlus). It is desirable that the gestures:
  1. were inherited ...
Promote
32
Demote

Ability to save to log everything that is output in the status bar

: Notes Client / notes client status bar log logging preferences
: notes client, status bar, log, logging, preferences
Vlad Sh10123 - 21 2010 / (2)
: Open
Currently, a log on the Client is useless, because it does not save the information from the "Client console" (status bar) in log.nsf.
In the setting of the Client ("File -> Preferences...") there Log Settings, which has a tick "Enable Logging". Set it, but it does not affect on the ...
Promote
12
Demote

Copy a link of hotspot when the document is in ReadMode

: Notes Client / richtext hotspot context menu links url
: richtext, hotspot, context menu, links, url
Vlad Sh10123 - 14 2010 / (0)
: Open
Now in the context menu of hotspots there are 2 items:
  • Copy - copies the visible contents of an entire document;
  • Copy as Document Link - puts to the clipboard a link to the whole document.
But sometimes you want to copy the link, which indicates hotspot, and ...
Promote
-5
Demote

RunWithDocumentContext not work when run from LotusScript

Vlad Sh10123 - 02 2010 / (5)
: Withdrawn
It only works in conjunction SSJS->LS-agent, and in the security tab is the option "Run as Web user".
1. On Notes Client:
Button code:
Dim ns As New NotesSession
Dim ndb As NotesDatabase
Dim na As NotesAgent
Dim nd As NotesDocument
 
Set ndb = ns.CurrentDatabase
Set na = ndb.GetAgent("(test)")
...
Promote
-3
Demote

Launching Lotus Symphony in the 8.5.2 client hangs tightly  

: Symphony / notes client error message halt crash
: notes client, error, message, halt, crash
Vlad Sh10123 - 02 2010 / (5)
: Withdrawn
When you close the message (in the screenshot), it begins to appear cyclically, once every half-minute.
 
If the Notes Client has been loaded, then after you receive this message the Notes Client is unavailable, it has to shoot with killnotes.exe. If the Notes Client was not loaded (applacation Symphony ...
Promote
-6
Demote

Strange messages when using the Designer in the project, containing only the code LotusScript  

: Domino Designer / domino designer lotusscript errors interface
: domino designer, lotusscript, errors, interface
Vlad Sh10123 - 02 2010 / (4)
: Withdrawn
The appearance of these messages inexplicably.
Please correct this behavior, or simply remove the messages, because for LotusScript projects they lack any logic.
 
P.S. Domino Designer 8.5.1 - 8.5.2.
Promote
16
Demote

Make Views in XPages with custom sort

: Notes Client / xpages view column sort
: xpages, view, column, sort
Vlad Sh10123 - 20 2010 / (0)
: Open
Writing to sort by column, as well as several columns, asking them to order. Be able to save the order of columns for a particular View. Import and export orders of columns.  
 
Promote
4
Demote

Options "Smart caret position at line start and end" and the transition to end of line

: Domino Designer / ls-editor smart caret position end
: ls-editor, smart, caret position, end
Vlad Sh10123 - 17 2010 / (0)
: Open
If you set this option (General -> Editors -> Text Editors), then when you click End cursor is immediately after the last significant (non-Space and non-Tab) characters. This is inconvenient because to verify "whether the end the space or tabulation?" must once again press End, except at the ends of ...
Promote
14
Demote

Lsi_info and the name of the module on the Client

: Domino Designer / lsi_info module ls library lotusscript notes client
: lsi_info, module, ls, library, lotusscript, notes client
Vlad Sh10123 - 15 2010 / (0)
: Open
It is known that Lsi_info(3), Lsi_info(13), Lsi_info(14) on the Client in the name of the module (library) returns gibberish, such as "*AB65D0".
In the agents working on the server, the same code for LS-module returns a normal read values.
Please correct the work of the above functions so that they ...
Promote
7
Demote

The mechanism locks in a distributed environment, and ACL

Vlad Sh10123 - 15 2010 / (0)
: Open
It is known that the lock on the database properties (option "Allow document locking") on the server, which is in ACL is marked as an Administrative (Master Lock Server), create a system repository for locks. In real distributed system without a permanent connection between the servers, having trouble: the mechanism ...
Promote
4
Demote

Problems of locking mechanism (UI)

Vlad Sh10123 - 08 2010 / (4)
: Open
1. In the present implementation the document is locked when double-click, that is, before the commencement of Querymodechange! This is wrong - on Querymodechange there are some conditions for which are not permitted to translate the document into edit mode.
I propose to block the document between Querymodechange and ...
Promote
20
Demote

Agents with the option "Run in background client thread"

: Domino Designer / agents background
: agents, background
Vlad Sh10123 - 08 2010 / (0)
: Open
1. Each time you save a LS-agent message "A runtime error will occur if this agent requires user interaction. Interactive agents cannot be run in a background client thread. Do you wish to save?"; it's annoying...
I propose to remove this message, this can be written in for Help.
2. ...
Promote
-1
Demote

Handling of conflict situations (UI)

: Notes Client / conflict double-click edit mode ui
: conflict, double-click, edit mode, ui
Vlad Sh10123 - 08 2010 / (5)
: Open
Situation: A user opens the document, reads it, at this time an agent or another user changes the document, then the user goes into edit mode, change the document, saves it and gets a warning: "Another copy of this document was saved while you were editing it. Save your changes ...
Promote
18
Demote

Options to manage replication of a replica if it has not replicated within the purge interval

: Notes Client / replication purge interval
: replication, purge, interval
Vlad Sh10123 - 21 2010 / (1)
: Open
To manually replicate - if not set this option, then after the analysis (comparing the replicas) to issue a message about this situation with a choice of actions:
  • add (not meaningful) documents into the main database (now works exactly);
  • do not replicate such documents;
  • remove such documents.
Promote
15
Demote

Working with pictures without DXL

: Domino Designer / notesrichtextnavigator picture ls java
: notesrichtextnavigator, picture, ls, java
Vlad Sh10123 - 12 2010 / (0)
: Open
Propose to add type RTELEM_TYPE_PICTURE into NotesRichTextNavigator.FindFirstElement, etc.
 
Promote
11
Demote

Allow to adjust the size of the indent in the code

: Domino Designer / size size of indent code
: size, size of indent, code
Vlad Sh10123 - 06 2010 / (5)
: Withdrawn
Size of Tab (for me) is very large, the code very quickly drives off to the right ... I would like for the font "Courier New" to set to the size of Tab corresponded to three spaces (I know of extreme-programmers who likes, when indentation is two spaces :) ). ...
Promote
14
Demote

Workspace management in Domino Designer

: Domino Designer / autosave workspace domino designer
: autosave, workspace, domino designer
Vlad Sh10123 - 06 2010 / (0)
: Open
1. It would be convenient to have similar functionality, as well as at the closing-opening Notes Client, that is, when loading the Domino Designer automatically recover a set of open in the previous session of design elements.
All requirements for the keeping / restoration Workspaces set out in the idea ...
Promote
17
Demote

Perfection of AutoSave Workspace on close Notes Client

: Notes Client / autosave workspace close
: autosave, workspace, close
Vlad Sh10123 - 06 2010 / (2)
: Open
As you know, when you close the Notes Client all open tabs (databases, documents) are saved, they open up again the next time you open Notes.
There are some problems of this functional:
 
1. If, after the closure of Notes to open it under a different user, then open ...
Promote
6
Demote

The format of the post-Soviet countries and @Name

: Notes Client / format names international
: format, names, international
Vlad Sh10123 - 26 2010 / (0)
: Open
I followed the advice of David (see the linked idea) and created this idea.

In the Slavic group of languages for the name of the person using a 3 ID: Surname (family name), First name and Patronymic.
First name - for centuries (and some thousands of ...
Promote
16
Demote

@ViewTitle not return the underscore symbol

: Domino Designer / @viewtitle underscore
: @viewtitle, underscore
Vlad Sh10123 - 15 2010 / (0)
: Open
There is a View of "DocOut_Journal" and others "DocOut_ ...". Using the @-formulas, I can not analyze the left and right part of the alias / name of the View because @ViewTitle returns it without the symbol underscore, ie "DocOutJournal". Accordingly, I can not call the required agent.
Analogues ...
Promote
13
Demote

Window title should be evaluated after the fields are evaluated

: Domino Designer / form window title formula calculated cfd
: form, window title, formula, calculated, cfd
Vlad Sh10123 - 19 2010 / (3)
: Open
I wanted to make a universal formula and put it in the Shared Computed For Display (CFD) Field $hf_WindowTitle (inherit to all databases), and that it was calculated at the opening of the Form.
Code:
@If(@NoteID!="NT00000000";
    @If(Form!="DeletedDocument";
        $hf_WindowTitleDoc;
    "(Deleted document)");
"New document")
...
Promote
12
Demote

Too much information in the dialog choosing the recipients in the formation of letters

: Notes Client / select addresses recipients
: select addresses, recipients
Vlad Sh10123 - 16 2010 / (1)
: Open
In the dialog displays a different address extra (not used and therefore hinders) information, such: servers (hardly anyone would dream of sending e-mail to the server), various system groups, which is desirable that the user does not see, database "Administration Requests" and so on.
I propose in these Views to ...
Promote
15
Demote

Add the possibility of simultaneous removal of several roles in the ACL

: Notes Client / acl roles delete
: acl, roles, delete
Vlad Sh10123 - 16 2010 / (0)
: Open
It is not enough support to select multiple roles to delete by holding down Ctrl. It would be nice if to select the roles supported by the Shift key + mouse left-click and Ctrl+A.
If selecting multiple roles, then do inaccessible button Rename.  
 
Updated: This idea arose because ...
Promote
15
Demote

Styles for modal windows (dialogs, and other...)

: Domino Designer / dialogs modal styles css
: dialogs, modal, styles, css
Vlad Sh10123 - 16 2010 / (0)
: Open
I would like to set the CSS-styles, or be able to create / change the Theme for PickList, DialogBox, and so on.
At a minimum, establish:
  • the background color of dialogs;
  • the background color of buttons (OK, Cancel, and so on);
  • color labels of these buttons.
I would ...
Promote
11
Demote

Outline and Page by default

: Domino Designer / create outline page design inheritance default
: create, outline, page, design inheritance, default
Vlad Sh10123 - 16 2010 / (0)
: Open
I would like to have a design element that is marked as Default database outline, so that when you create a new Outline you do not configure all the properties again, and to inherit them.
Much better if it was related to CSS as suggested here.  
 
Basic ...
Promote
22
Demote

Inheritance of design when creating Forms

: Domino Designer / create form subform design inheritance default
: create, form, subform, design inheritance, default
Vlad Sh10123 - 16 2010 / (0)
: Open
When creating a new View, you can choose one of which will be produced inheritance. Exactly the same wants and the Form / Subform, since we have a very long time to configure all options again:
  • Action Bar and its properties;
  • basic properties of Form;
  • Window Title formula;
  • code ...
Promote
16
Demote

Renaming design elements

: Domino Designer / rename design elements
: rename, design elements
Vlad Sh10123 - 19 2010 / (0)
: Open
1. When you create a design appears a dialogue with the three fields: Name, Alias, Comment. When renaming - a dialogue with one field: Name. Please do that flew dialogue similar creation.
2. In the right window (in the list of elements) in the context menu to add an ...
Promote
12
Demote

Possibility of design refresh for other elements

: Domino Designer / design refresh design elements
: design refresh, design elements
Vlad Sh10123 - 19 2010 / (0)
: Open
I propose to add this possibility for element "Database Script" (tick "Prohibit design refresh or replace to modify"), as well as the full inheritance of "Shared Actions" ( Link ). 
Promote
5
Demote

New design element for code "Open segment"

: Domino Designer / design element library @formula
: design element, library, @formula
Vlad Sh10123 - 03 2010 / (2)
: Open
It would be nice to have the sections of code that are protected from user, and simultaneously noncompiled and nonhided by hiding design. This would realize the reuse of code for the @-formulas. For example use these sections of code in:
 
  • Actions / Shared Actions (including in ...
Promote
17
Demote

View "Applications" and remove applications shortcuts

: Domino Designer / applications navigator working set remove
: applications navigator, working set, remove
Vlad Sh10123 - 29 2010 / (1)
: Open
When there is no access to the server:
1. Designer continually appeal to the server and slows. Can I do that this process was the background and not interfere with work?
2. and click on the title database and select "Remove" or press Del, at first ...
Promote
18
Demote

Independence application windows LND from each other

Vlad Sh10123 - 13 2010 / (3)
: Open
Modal window in any application of the Notes Client, Domino Designer, Domino Administrator, "IBM Lotus ... Help" is blocking them all! There comes a temporary collapse...
Example: RALS in Domino Designer; for this operation is not possible in a client run parallel Update design, but even impossible to simply read ...
Promote
28
Demote

The context menus on the database (tab "Files") in Domino Administrator

: Domino Administrator / domino administrator context menu right-click
: domino administrator, context menu, right-click
Vlad Sh10123 - 13 2010 / (0)
: Open
With the increasing number of databases and servers, developers use the Domino Administrator, more and more. Understand why administrators suffer - they are forced to constantly switch to Notes Client...
In context menus on the database (tab "Files") missing the following items:
- Copy database...
- REPLICATION> (all drop-down list)
...
Promote
44
Demote

Dashboard for Agents in Lotus Domino Administrator

: Domino Administrator / agents functional context menu
: agents, functional, context menu
Vlad Sh10123 - 03 2009 / (0)
: Open
Long overdue remake applet "Server -> Schedules -> Agents" in the real dashboard, namely to add the following functional:
  • Display all the agents that are on the schedule, all databases on the current server;
in the context menu:
  • Enable / Disable;
  • Quick change of the schedule (with ...
Promote
2
Demote

Incomprehensible restriction (Err=4418) on QueryOpen

Vlad Sh10123 - 02 2009 / (1)
: Open
This restriction exists for the following methods NotesUIWorkspace class: PickListCollection, PickListStrings, Prompt, URLOpen, EditDocument, SaveFileDialog, OpenFileDialog. Its meaning is not clear, because DialogBox allowed, and he calmly executed?!!
I propose to remove this restriction, without him it will be very convenient to choose something, but, for example, if you cancel ...
Promote
25
Demote

Detect when UI-document are in Dialog mode

: Domino Designer / dialog notesuidocument isdialog lotusscript java
: dialog, notesuidocument, isdialog, lotusscript, java
Vlad Sh10123 - 02 2009 / (0)
: Open
To unify the use of code and design elements (Subform) is sometimes useful to know we are in dialogue or not. Example: Subform used as embedded (checking for filling in the fields needed on QuerySave) and as a dialogue (on QueryClose). I propose to add a property IsDialog as Boolean ...
Promote
-9
Demote

Display a list of design elements while navigating through the view "Applications"

: Domino Designer / design elements applications
: design elements, applications
Vlad Sh10123 - 02 2009 / (1)
: Withdrawn
I propose to display on the right window a list of elements of the container "Forms", "Views" and so on, with a SingleClick on the label "Forms", etc... (but not on "+"), rather than with a Double, as now. DoubleClick must display the elements on the right window and to ...
Promote
7
Demote

Replicator fully managed manually

: Notes Client / replicator
: replicator
Vlad Sh10123 - 02 2009 / (2)
: Open
A manual maintained list of dbs as well as a section containing automaticly added dbs, that is, adding icons database to Replicator, sorting them into folders, delete, manually. If want to replicate, I would have went into the Replicator, tick database and replicated them - it would be very convenient. ...
Promote
16
Demote

"Open in Browser" in the context menus

Vlad Sh10123 - 27 2009 / (2)
: Open
I propose to add this menu entry when:
  • RightClick on the database (tab "Files") in Domino Administrator (convenient for the admins and developers);
  • RightClick on the workspace icons in Notes Client (convenient for the developers);
  • RightClick on the database tab when it is open in Notes Client.
May ...
Promote
11
Demote

Refinement NotesLog class

: Domino Designer / noteslog class lotusscript java
: noteslog, class, lotusscript, java
Vlad Sh10123 - 27 2009 / (0)
: Open
Good idea, but there are some disadvantages in its use. I propose:  
  • add property ParentDatabase As NotesDatabase (read/write), in which will create a log entry (it will make it possible to redefine the database into which you are recording);
  • OpenNotesLog method make returns the result As Boolean;
  • LogError, ...
Promote
5
Demote

Remove Err=4469 from NotesDocumentCollection.AddDocument method

Vlad Sh10123 - 27 2009 / (0)
: Open
I propose that it's method returns the result as Boolean, is quite enough. It is better add to Desinner Help describe the situations where the method may return False, and this:
  • getting NotesDocument object from another instance of the NotesDabatase object;
  • addition duplicate of document.
Generating the error ...
Promote
20
Demote

Style settings for the Action Bar to use for the Sub Actions menu

: Notes Client / style action bar sub actions menu interface
: style, action bar, sub actions, menu, interface
Vlad Sh10123 - 26 2009 / (0)
: Open
I propose for Sub Actions menu to use the same style (background color, borders and font), which is set in the properties of Action Bar. Now for Sub Actions menu used "system" style (from the operating system), even when the properties of the Action Bar indicated "Use database settings" or ...
Promote
19
Demote

Save results of Recompile All LotusScript

: Domino Designer / recompile all lotusscript rals report
: recompile all lotusscript, rals, report
Vlad Sh10123 - 26 2009 / (7)
: Open
Propose add to "RALS" window a button for export the results (errors) in HTML or any other format. This format should support the opening of a design element (the transition to an error) in Lotus Domino Designer by clicking on the record the error.
It will be convenient (now to ...
Promote
10
Demote

Remove Err=4411 from NotesUIDocument.Save method

: Domino Designer / notesuidocument save err error 4411 lotusscript java
: notesuidocument, save, err, error, 4411, lotusscript, java
Vlad Sh10123 - 26 2009 / (0)
: Open
Generation of this error is useless, it also hinders. All error handling should be done in the proper place - on QuerySave.
I propose that the Save method returns the result as Boolean, it's would be very convenient and usefull.
Promote
23
Demote

Opening design element that contains the error, from the tab "Problems"

: Domino Designer / lotusscript error doubleclick navigation
: lotusscript, error, doubleclick, navigation
Vlad Sh10123 - 25 2009 / (1)
: Complete
In the Lotus Domino Designer tab will appear on "Problems", in which displayed records of errors. I propose (for LotusScript) at DoubleClick on records not to display the source code of the element of design in XML, but open the corresponding element of the design, automaticaly finding the wrong area ...
Promote
19
Demote

When DoubleClick on embeded elements of design to open it by analogy with DoubleClick on SubForm

: Domino Designer / doubleclick embeded elements of design
: doubleclick, embeded, elements of design
Vlad Sh10123 - 25 2009 / (2)
: Open
...similarly, the opening Shared actions and Shared fields.
Propose to do with regard to the Views, Folders, Outlines, including those contained in the Frame, and Shared columns.  
Properties of the Shared columns, and so forth, can be open on Alt+Enter or by using RightClick-menu.
Promote
22
Demote

Remove Err=4091 from GetDocumentByUNID method

: Domino Designer / notesdatabase getdocumentbyunid err error 4091 lotusscript java
: notesdatabase, getdocumentbyunid, err, error, 4091, lotusscript, java
Vlad Sh10123 - 25 2009 / (1)
: Open
Generation of this error is useless, it only hinders. Quite enough to return Nothing.
Similar GetDocumentByID method does not generate errors.
Promote
2
Demote

Improvement Prompt for ChooseDatabase (type=13)

Vlad Sh10123 - 24 2009 / (0)
: Open
Objects of review:
@Prompt( [style] : [NoSort] ; title ; prompt ; defaultChoice ; choiceList ; filetype )
variant = NotesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] )
For type=13 propose:
  1. Unify NUIWs.Prompt, adding the missing parameter filetype, so you can specify the type of the ...
Promote
27
Demote

Support for workspace using drag and drop

: Notes Client / workspace tabs files drag and drop drag & drop drag-and-drop
: workspace, tabs, files, drag and drop, drag & drop, drag-and-drop
Vlad Sh10123 - 24 2009 / (4)
: Open
Propose:
  1. Add the ability to drag tabs of workspace.
  2. Add support to drag and drop the file (nsf, ntf, box) from browser of the operating system to the workspace (the application's icon should be created automatically).
  3. Add the ability to drag and drop applications (nsf, ntf, box) from Admin ...
Promote
15
Demote

Interface and functional "Database ... cannot be found" window

: Notes Client / cannot be found window
: cannot be found, window
Vlad Sh10123 - 24 2009 / (0)
: Open
When the database was moved from a server (often from Local), then when you click on application icon appears the window label "Database dbTitle cannot be found".
I propose to add to this window "Browse" button to choice the database by hand, by analogy with click on shortcuts to a ...
Promote
21
Demote

When you DoubleClick on the category in the PickList takes off message "Invalid selection"...

: Notes Client / picklist doubleclick invalid selection
: picklist, doubleclick, invalid selection
Vlad Sh10123 - 23 2009 / (0)
: Open
It stretches from the time of R5.x and annoys users.
I suggest not show this message and make the reaction to DoubleClick on category by analogy with the usual behavior in a view, - that is collapse or expand current category.
 
Edited later: similar idea { Link }
Promote
19
Demote

Writing to copy the field value in the FileName box database properties

: Notes Client / database properties box
: database properties box
Vlad Sh10123 - 23 2009 / (1)
: Open
I propose to make a window box FileName property database available for copying. Small cosmetic improvements, but without the bad :)
Promote
21
Demote

Assign user hotkeys

: Notes Client / user hotkeys
: user hotkeys
Vlad Sh10123 - 23 2009 / (0)
: Open
Add the Lotus Notes settings for the possibility of the appointment of custom combinations of keys for different actions (also scripts, plugins, etc.). Be able to assign hotkeys for the operation of the Lotus Domino Designer. 
Promote
7
Demote

Interface and functional "Open Application..." window

: Notes Client / open application window
: open application window
Vlad Sh10123 - 23 2009 / (0)
: Open
I propose to unify the functional window open databases.
 
Instead of "Browse" button you can proceed to the browsing of local resources using the icon "Up", located to the right of "Look in: On My Computer". Also in the expands window (the button "Browse") contains the file extensions that ...
Promote
-14
Demote

Add a optional parameter REFItemName for work with hierarchies of responses

: Domino Designer / lotusscript @function
: lotusscript, @function
Vlad Sh10123 - 23 2009 / (2)
: Open
REFItemName = "$REF" by default or omit this parameter.

apply to following methods:
Call notesDocument.MakeResponse(document As NotesDocument, [ REFItemName As String ])
Set notesDocumentCollection = notesDocument.Responses( [ REFItemName As String ] )
@Command([ComposeWithReference]; server : database ; form ; flags ; [ REFItemName ])


:
:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>


4
Add server and database as optional parameters for @GetProfileField and @SetProfileField
8
Have an option to copy an URL from an e-mail (or other)
-1
System wide Web Query Save
56
Please update Domino to fully support TLS (SSL v3.1)
4
Integrated ICS OneUI Editor for Designer
0
Design Element PostSave event
55
When deleting user, delete archive & roaming files as well as mail file
0
Please make the 'Database Users' view collapsible
6
Agent context menu in editor tab eg. "Run Agent"
2
Give us @commands for splitting & joining table cells, and hence smarticons for the same







IdeaJam developed by