Alphabetically sort notes.ini-entries in server-config-doc (03 Jan 2012)I personally use ScanEZ to look and edit my notes.ini settings. You can optionally sort them too. Very handy. But I don't want the ini file sorted by default. |
Mark Scheduled agents to 'Don't run in Template' (19 Oct 2011)Actually, this can be easily solved, by checking the 'Disable Background Agent for this Database' in the database properties. Please mark this idea as completed. |
Allow @domain in reader & author fields (09 May 2011)It is a pain sometimes. I normally remove the @domain part in (editable) fields that need to be added to reader or author fields. It would be nice if Notes would accept them, but it's easy to 'remove'. Hence nor promote, nor demote. |
Ability to use field values in twistie image formula of ViewColumn (09 May 2011)What I've done before, just like David, is leave the twisties (or don't show them), and make the categorized column itself an image. |
Column width in Views - double click on the border should auto-size the width to the content (28 Dec 2010)I promoted this. But only with the following 'limitation' in place: Auto-size the column the the VISIBLE content. You might only see 40 rows/documents in the view, and having 10.000 below that. If Notes should look at the non-visible rows, it would be a slow and painful process. |
Show twisties when rows are expandable (13 Oct 2010)Patrick, I voted against it, because this never has been a problem for me. I do the \\ subcategorization a lot, with custom twisties. I've just verified in Notes 7 and Notes 8.5.2, and it works seamlessly. (see attachment, where the first column has 2 levels: Y/M) |
Don't prompt me to remove a database from DDE if I don't have access to it (13 Aug 2010)It seems this prompt is appearing more lately. Can't remember it showing up that much in the past. But it is indeed a nuisance! |
View: Copy style from view... AFTER creation (14 May 2010)Add to that actionbar style properties, and I'm your man. However, I usually create one view as it should be, and work on a copy of this view for my next views. I use ActionBarEZ for updates afterwards. Hence my vote 'no opinion'. |
tabbed table - option to select an initial tab to be opened other than the first tab (14 May 2010)Using a programmable table with the option 'Also show tabs so user can pick row', you can do this very easily. E.g. If your table has a name 'Table' and row/tab 1 is named 'A', and row/tab 2 is named 'B', then, just adding a cfd field $Table with a value of "B" will show the secon tab upon opening. I use this frequently even with profile variables, to allow a user to choose wich is the preferred 'opening' tab. You can even use this technique to 'store' the last used tab. So I demote, as this solution is way more flexible then setting a default tab in designer. |
Display categorized columns when sorting by another column (12 Apr 2010)It should be an option, as not to break existing behavior. I can't count the number of times I have had to explain this to users ! |
Possibility to use sortable columns in embedded view, keeping view categories intact (16 Feb 2010)I never noticed that sortable columns in a view are no longer sortable once embedded. I could sure use this. |
Support Control Drag/Drop in Source view (30 Jan 2010)This was demonstrated at Lotusphere. Coming up in version 8.5.2 |
Calendar View for Xpages (30 Jan 2010)Indeed, it was mentioned at Lotusphere, that this was coming up in a future release. |
Fix Domino Designer application navigator to not contact servers when opening (06 Nov 2009)This has been bugging me for years. I've mentioned this multiple times at BOF sessions at Lotusphere. It is annoying because it takes more time, and because you're asked to cross-certify, but I've never needed to kill Notes ! |
Default Application Refresh Design to Current server, not local (25 Oct 2009)This is already an improvement. Better would be to default to the last server used to do the refresh for that particular application. |
Using Notes://. Add support for query_string parameters in Notes (18 Oct 2009)@Jan, Sorry, I did a search first, on 'protocol' and 'query string'. Couldn't find anything related. Oh well, no harm in bringing this important issue up again ;-) |
Easier handling of Hide-when attribute (17 Oct 2009)I usually solve this by selecting multiple paragraphs/elements, typing an 'x' in the hide when formula, clicking the 'accept' checkmark. This way all formulas are the same. Then remove the 'x', and accept again. You can disable the hide box too. I know it's annoying, but it works, and once you get used to it, quickly done. |
Comment notifications from IdeaJam should have a valid FROM (17 Oct 2009)Math, Bruce, If you got this working let me know, as I have similar issues with gmail, and can't find a solution. |
Load attachments only when needed in the Notes-client - (17 Oct 2009)I really doubt that this is the case !!! Attachments do NOT get loaded when opening a document, only when clicking the links/icons. |
Global variables (05 Oct 2009)This has been requested before: { Link } |
Use @Formula to change field font color (04 Oct 2009)If you put the field in a cell, you can 'compute' the background for that cell. I've done this already, based on the content of fields. |
Importing Options for iCal (04 Oct 2009)If you 'Add a Calendar' (in 8.5.1) you can select a text and background color for each added calendar, also a .ics file. |
DB defined keyboard shortcuts (08 Sep 2009)Now I understand. I'm not a big fan of shortcuts. The user should 'feel' a user interface without having to learn another set of shortcuts, specific for an application. Unless it's an application they use the whole day, and those shortcuts will speed up their work, I don't see any use. I can't promote it, but won't demote it either. |
DB defined keyboard shortcuts (04 Sep 2009)Sorry Jan, I just don't understand. Care to elaborate ? |
@PhoneNumber (02 Sep 2009)I agree with Peter (from Sweden). We got the same problem in Belgium. Besides, some of my customers prefer having their number stored as international, so beginning with e.g. +32(0)2.... Very confusing. The only thing I usually suggest (and add) is an input translation: @replacesubstring(@thisvalue;"/":".";" ") to have at least some unwanted characters stripped, and have a sense of 'same-ness'. I promoted too, for those that do have/want consistent phone/fax numbers. |
Use the columnName in @DBColumn (instead of columnNumber) (29 Aug 2009)Great idea. The programmatic name does't change, and you can still move columns around without breaking the code ! |
Computed for Display Rich Text Field in the Lotus Notes Client (29 Aug 2009)It does work 'kinda'. Use a computed for display text field (so not RT), and @getdocfield or @getprofilefield from a RT field. A single image in there works, text too. $File and $Font fields don't transfer, so you miss out on attachments and formatting (which is a pain). RMMV. I do use it occasionally, also for web development. But I agree, it should work better ! |
Allow a database to be signed inside Designer (16 Aug 2009)In every db I create, I put in a small agent to sign the db: Dim session As New Notessession Dim db As Notesdatabase Set db = session.Currentdatabase Call db.sign(DBSIGN_DOC_ALL) All I need. But is would be a nice to have to have it available in the Tools menu. |
There is a need for global variables at the level of a Lotus Notes application (16 Aug 2009)I don't think you can do that using a DB script. But would be a good idea though. I use a database profile document to do this kind of 'BD vars'. |
Give us back a Lotusphere Europe (16 Aug 2009)The 'old' European Lotusphere conferences where, also taking into account flight/hotel almost as expensive as the US ones. Content was more limited as well. I just advise everyone (customers/BPs) to go to Florida for the big event. Go to ILUG or UKLUG for a smaller scale, cheaper event: good content, more intimate and great for socializing too. |
Option to embed Flash movies (26 Jul 2009)It is possible, but doesn't work very well. I've been trying to convince some Notes developers at LS to fix this for years. |
remove a view with (naming_structure) from the open/go-to options or add another property to hide them (26 Jul 2009)It's just very practical to be able to hide them this way for the casual user, AND have a means of opening them. If you need to prevent them from being opened, you always have the security settings. |
Show when / Hide when option for tabbed table (06 Jul 2009)You can accomplish this pretty easy by 'calculating' the content using a subform. Subform formula empty: nothing displayed and no tab. Beats adding the hide/when formula to each element. Only drawback, the subform formula is only computed at opening. |
Table Width Property (06 Jul 2009)You'll end up having a UI that is different from one doc to another. Very messy and confusing for a user. I vote against. |
DataGrid Control (20 Apr 2009)This would be an awesomely useful control. Is already available in most development environments. If the user is capable of changing the column-width, re-sorting and re-ordering columns, and adding 'groups by's that would probably stretch it a bit, but one can only dream. |
Resonance screensaver (11 Mar 2009)I think it's a great idea, so I promoted it. No comments are necessary ! |
Copy text to the clipboard from the Properties dialog - especially the Replica ID (28 Feb 2009)You can copy it from the properties pane in the Notes 8.5 designer. |
Remove IMAP Support From The Notes Client (20 Feb 2009)As long as you leave the IMAP server intact I agree. |
Remove Java applets option in Domino (20 Feb 2009)Please transform this idea into something we can vote on. I have no clue if I have to promote or demote. |
Add a @formula to evaluate group membership (18 Feb 2009)Looks to me you can do this already using: @UserNamesList = "Group" (ps: don't use @ismember) |
Default rendering of content for rich text field (11 Feb 2009)Patrick, this would mean that a developer needs to set this default somewhere in the design. Hard to maintain. I usually solve this problem by allowing the user to pick from 'RT-templates' (he/she or someone else has created as notes documents), to be copy/pasted in the RT. You could set this up easily to have it copy/paste a default in a RT field at postopen. I voted against. |
Column style as Number - Number Format = Weight (04 Feb 2009)If Notes needs to introduce conversions for every unit conversion (C/F, ha/acres, ...), it's endless. Normally for weight, you have the problem of lbs vs. kg.. The way I solve this is the have the user select his/her preference, make 2 columns (1 for lbs, 1 for kg), an hide one of them according to preference. So I voted against. |
Ensure delete keyboard shortcut works if focus is on message text (04 Feb 2009)Focus is focus. Keys need to work where the focus is. In the same vain, you could wish for the entire inbox folder to be deleted when the focus is in the preview pane. So I voted against. |
Private appointments should only be readable by the owner (16 Jan 2009)"Private appointments should only be readable by the mail file owner and/or the creator of the appointment" Yes, but it remains important that everyone should see there IS an appointment, to see you're busy. |
Continue statement in LotusScript (09 Dec 2008)I don't see the need for this, so I voted against. |
File does not exist... (21 Nov 2008)Where ? When ? Please elaborate. IdeaJam is not for bug-reporting. |
Never mind (08 Nov 2008)Most people I know are glad Obamo won too. But this does not mean you should hijack a payed for conference for an inauguration speech/procedure. I am in favor thought to set up a 'special' session in a possibly big(ger) room, so the people willing to follow this event can see it there. This way everyone has a choice. I might even drop by to see the hard-core followers in action ;-) |
Blogger Meetups (05 Nov 2008)Oops, just read your blogpost. A real shame there's no Blogger's Lounge. Let's hijack the CLP lounge ! |
Blogger Meetups (05 Nov 2008)Why do you think there's no Blogger's lounge ? I do hope IBM got the message and we'll have one, for all of us to meet (not only bloggers !). |
More programmatic control over printing from Notes (27 Oct 2008)Some of your ideas have been 'jammed' before. |
Put a timestamp on a parent document when a response is created/updated (15 Oct 2008)A couple of reasons why this is not such a good idea: - You could end up having replication conflicts, when in different replicas of the db, users start adding responses, and the parent was update automatically - If you want to do this, it's very easy to add a few lines of code to update the parent yourself, after saving/closing a response I understand what you're trying to accomplish but this is not an option that should be built-in. |
Eliminate redundant contacts from list, prompt if contact already exists in any group (08 Oct 2008)As long as the user has a choice, I promote. I regularly put a person in 2 or more groups. |
Flash Charts in Notes Client or Web Browser (01 Oct 2008)@Bruce. Looks like an ad to me too. Strange thing: I can't even find it on OpenNTF !? |
Composite Applications in Lotus Notes 8.5: Heterogeneous Composite Application Patterns of Integration (01 Oct 2008)Is this a request to write this, or an 'ad' to say it exists. I don't see why this would be posted in IdeaJam ! |
Guide to Building and Integrating a Sample Lotus Forms Application (01 Oct 2008)Although interesting, I really don't see why you post this on IdeaJam !! |
Auto Reponse to Email (27 Sep 2008)You can use Rules to respond to incoming mails, including 'Send Copy to'. Seems easy enough for end users to figure out. |
Keyboard short cut for pasting plain text (23 Sep 2008)Would be nice indeed. But look at this little tool, Alan Lepofski talked about in his blog: { Link } I've been using it for a long time now, and it just works great. |
Blogger's Lounge (12 Sep 2008)I proposed this excellent idea at the end of January (but never added it to IdeaJam): { Link } So have a look there for many initial after-LS08-reactions. |
To View Or Not To View...A UI Perspective (07 Sep 2008)I didn't demote it, but didn't promote this either, as I'm not convinced you should eliminate views from a (UI) design ! There are cases where your solution(s) might come in handy, but I believe you're giving the wrong impression to call 'eliminating views' 'best practice' ! |
Best practices for new Notes developers (06 Sep 2008)Good idea indeed. The question however is: how many newbies will be at LS ? |
How to use the wrong design elements to do the right thing in Domino web development (06 Sep 2008)Sorry Matt, I demoted, as I don't think this is 'best practice' ! There are much cleaner ways e.g. to serve css or javascript than hiding them in pages/css elements. You're gonna give a wrong impression to newbies. |
Option for a Field to have its content selected when getting focus (16 Aug 2008)@Joseph: your solution does not work in Notes, and it only works on clicking. I need a Notes solution, that also works when e.g. tabbing. There is a 2 line solution, but I don't want to add it to each field. BTW this works: Sub Entering(Source As Field) Dim ws As New NotesUIWorkspace Call ws.CurrentDocument.SelectAll End Sub |
Support for group boxes (01 Jul 2008)They should/could perfectly translate to 'Fieldset' in HTML too ! |
Make Subforms Objects (31 May 2008)Same here. I'ld love this too, but how on earth do you think this is feasable. I do vote in favor ! |
Support UIDoc Refresh from an Embedded View (27 May 2008)Good idea. I currently work around the problem by 'sending an F9'. Works on windows only though. |
Make @IsCategory return a simple True or False that can be used in other formulae (14 May 2008)You can, with optional parameters. Read the doc: @IsCategory( trueString ; falseString ) |
Deleting a message should put focus back to inbox (07 May 2008)Indeed, one of my annoyances. Make this an option, if you think people prefer the 'old' way. Oh, and make this happen in DWA (lite) too ! |
Make Ctrl-A a toggle (06 May 2008)If you change the idea to 'shift-control-A' I promote it too. |
Tags on email (06 May 2008)Sorry Danilo, but this idea has been jammed before: 'Categories for your Emails' |
Protlets (29 Apr 2008)Bruce, this looks like a trial from Hajar. Remove ? (translated from above: 'description of my idea for Websphere Portal', and 'at least one comment') |
Redirect Full Text Index to a dedicated path or volume (27 Apr 2008)Already been suggested: 'Full-text indexes: Specify dedicated location' |
Sort votes alphabetically (24 Apr 2008)I agree with Matt. Cast order is better. |
label property for fields/items (13 Apr 2008)Been asked before, in december: "Programmatic access to "Access Name": @ThisLabel" |
Return receipt requested indicator in views/folders (03 Apr 2008)I do exactly the same, Matt ;-) |
Move to folder dialog enhancements (02 Apr 2008)DWA Lite does this by default. Would be nice in Notes too. |
DWA Lite: Automatically checking for new messages (28 Mar 2008)@Rob & @Matt: I added the 'optional' feature. For me this was 'implied' in my request. Most 'additions' should be optional. @Rob: you can change your vote now ;-) |
Allow Subform ABOVE the Actionbar (15 Mar 2008)The reason I like an actionbar over a row of buttons/links is the formatting of it and the dropdown capabilities of actions. I could also embed a horizontal outline on my form but these have the disadvantage of not having dropdown capabilities and getting the focus away from the selected object/text. |
Allow Subform ABOVE the Actionbar (15 Mar 2008)@Declan: a form setting called 'Move first subform above actionbar': Wonderful solution to achieving both my goal, and being backward compatible. @Kevin: Just having an button-property to 'No focus on Click' would already be enough to be able to build your subform style button bar. You don't need a special design element then. I do prefer your second 'backwards compatible 'subform' actionbar idea. |
Allow Subform ABOVE the Actionbar (14 Mar 2008)@Paul: Insertable at any position would indeed be more flexible, but I didn't want to aim that high ;-) @John: I know 7 is off limits, reason for being so careful in my request: "I would like it to work in 7 and 8 if possible" |
Allow only numbers in a number field (03 Mar 2008)I think it's a good idea, but why not add an 'input mask' field to each field's properties. This is how it works in MS Access: 0 A single digit 9 A single digit or space # A digit, space, + or – L An alphabetical character ? A letter A A letter or a digit a A letter, a digit, or nothing & A character or space C A character, space, or nothing . A decimal place holder; for US English, this would be the period , Thousand separator; for US English, this would be a comma :;-/ Date and time separator, as specified in the Regional Settings of Control Panel < A letter; the letter will be converted to lowercase > A letter; the letter will be converted to uppercase ! Anything; the mask is filled from right to left for this position | Anything; the character that follows this one will be displayed itself. For example, if you type |L, the letter L would be displayed instead of being used as a mask This would allow the developer to be in control of the input ! |
Conditional Formatting Of A Field's Background Color (28 Feb 2008) |
Conditional Formatting Of A Field's Background Color (28 Feb 2008)You can already do this pretty easily. See my blog: { Link } But I still vote in favor, as I rather have this done using a 'computed-class', so CSS can format the whole thing, not just the background. |
Design Refresh as push technologie (22 Feb 2008)I love this idea. I have customers with 10 dbs linked to the same template. If there's an 'urgent' refresh to be done, It's a pain to refresh them one at a time, and 'load design' is a serious overkill. |
More Column Formatting Types (21 Feb 2008)Wouldn't CSS support be way more flexible. Given the fact that we should be able to 'compute' the Class. |
Option ExtendedSyntax False (or NotesDocumentExtended False) (19 Feb 2008)As long as it's an option (extended on by default) I don't mind. But personally I love extended notation, as it makes code much more readable, certainly within a with-end with construct. |
Thumbnail images in notes views (11 Feb 2008)Isn't this what's been done in Notes 8 in the new address book view ? |
Break mail into component databases (11 Feb 2008)I understand were you're going, and I like the idea, but this will break many of my customer's apps, and will make setting up replication from the user's point of view a bit more difficult. The reasons I vote against. |
Allow Text Popups to be computed (01 Feb 2008)Oops, I forgot about this one. Tx Ben. But indeed why 2 options ! I withdraw this idea. |
Usability improvements to 'Permanent Pen' (28 Jan 2008)Good ideas. I use permanent pen a lot, e.g. to reply 'inline' to someones questions. Unfortunately I sometimes start typing forgetting to switch on my permanent pen. So a way to 'convert' a part of the text to 'permanent-pen-style' would be a big time saver too. |
Default font and font size for current database (23 Jan 2008)YES ! Great suggestion ! |
DeveloperWorks database icon/clip art gallery (10 Jan 2008)A great idea. I recently blogged about this: { Link } as the 'oldie' database contains rather ugly (compared to current standards) icons. |
Sort Mail by Subject (05 Jan 2008)Even Notes 7 supports sorting by subject by default. |
Allow me to set the 'From' field when sending e-mails programatically (27 Dec 2007)As a developer I have often needed this feature. I don't think that administrators are always more aware of what's going on 'application'-wise. In the 'smaller' companies I work for it's the developer that's doing the analysis/programming/deployment and often maintenance. Let him/her judge the use of the 'From' field. The principal field is used correctly in Notes, but most other mail-client don't. I promote this idea! |
Ability to mark a field as required without having to code (23 Dec 2007)Why not have the checkbox linked to a css class 'Required'. This way each developer can define per database the way a required field needs to present itself. I personally prefer a 'darker' background. |
Make a STOP button (19 Dec 2007)Make it visible only if the designer is installed/running ? |
Action Bar Controller (18 Dec 2007)Ytria has a some tools to do this, and they work great. IBM should buy them and offer it as part of their development tools. |
Should we remove the Tags page (16 Dec 2007)Leave it. I wasn't aware that it existed, but looks like a very interesting tool. |
Need your great ideas for Lotusphere booth giveaways (11 Dec 2007)A dashboard sticky pad. I got one last year at LS (didn't even knew what it was at first), and just love it. |
Column - Totals: useless for display values as icons (06 Dec 2007)Please provide an example. Call me stupid, but I don't understand. |
Allow Readers to do full text searchs (05 Dec 2007)As far as I know this has always been possible ! Of course they can only 'search' in documents visible to them. |
Mark Scheduled agents to 'Don't run in Template' (03 Dec 2007)Actually this is the situation (just tested it with 7.03): - If you disable an agent in the template, it remains enabled in the production db - If you change/update the disabled agent script in the template, the agent becomes disabled in the production db too. And this is the problem. |
Designer Help - distinguish between LotusScript AND Java help documents (03 Dec 2007)Good idea, this is (and has been for a long time) a nuisance to me too. |
Be able to specify programmatically the server/database for an embedded view from another database (03 Dec 2007)This was asked before by Dan King ! |
Change 'Printer Driver' from Lotusscript (29 Nov 2007)@Martin: I used to do it in MS Access ! I'm sure every OS api can give you a list of available printer drivers (just like you can have a list of available fonts). I gave a PDF driver as an example, but it could also be a switch to a 'color printer', 'label printer', 'departmental printer',... But I agree, it might be difficult, but worthwhile. |
Add a 3-level oder 5-level promotion (29 Nov 2007)I also believe that most users (on this forum) would be 'honest' enough to consider their vote. Following all (new) ideas is already taking up a some time, so you better do it good, and consider the importance too. |
Print via backend classes (29 Nov 2007)Would be great, but you would need the ability to change the 'printer driver' in the backend too. I'll post an idea for this. |
Computed text should "stick" even when forwarded (28 Nov 2007)I 'use' the fact that computed text recalcs when sending email ! |
Alias Lookup @function (27 Nov 2007)Asked before by Hynek Kobelka. Please check your ideas first by searching. 'Alias' would have done it. |
Add a 3-level oder 5-level promotion (27 Nov 2007)You got my blessing :-) |
Add a second level of prioritization - IdeaJam Dollars (27 Nov 2007)Why not just allow, for each vote, an 'importance' value. e.g. 1=OK, but not that important to me, ... 5=Great, very important to me This way you can vote, and at the same time give your appreciation. A bit better than the binary promotion you got now, and it does not have to make the UI more complex. |
Designer for mac (27 Nov 2007)Already asked for in another idea ! |
Subs and functions in alfabetical order in the object pane (23 Nov 2007)Sorting would be nice (we requested this year after year at the BOF at LS). Manually re-ordering them by dragging would be a bonus (as sometimes you like to keep stuff together) |
Table (Appending and Inserting Rows) (15 Nov 2007)I would love this too !! |
Computed View-Column-Titles (15 Nov 2007)I've been asking this at every Lotusphere I went to ! So at least 10 times now. The developers always say: should be no problem ! |