81 | Allow only numbers in a number field |
59 | Implement onChange event on all fields in the Notes clientSlawek Rogulski8789 - 26 2007 / (3) I would like all fields to have the onChange event implemented, perhaps excluding rich text fields. And I would like that event to fire right after a change in the field value, not when the field looses focus. By that time it is sometimes too late to do anything about ... |
59 | Allow editing properties of groups of fieldsSlawek Rogulski8789 - 08 2008 / (1) Allow selecting a number of fields and then allow editing all those properties that can be common to all those fields together. Some properties I would like to be able to set on multiple fields will include style properties, formatting, multi-value handling, etc... |
58 | Names Fields Display Formats |
37 | 32K limit on summary fields - provide a path for remedyMark Demicoli10094 - 11 2010 / (2) When a summary field exceeds 32K, all hell breaks loose and programmatic remedy is almost impossible. Any LotusScript operation on such fields fail (ie cannot even remove!). Replication also fails. NO REMEDY POSSIBLE :( I believe even formula-based replication fails, as the SELECT throws an error. This sort of thing happens ... |
34 | Have an visual indicator in a field how the data in it is being generated?Patrick Kwinten21943 - 11 2007 / (4) can we have an visual indicator on a field in designer which shows us HOW the data for a field is being generated? something like E for editable, CFD for computed for display, CWC for computed when composed etcetera. nowadays we have an indicator which shows us what ... |
27 | Support the coloring of a checkboxPatrick Kwinten21943 - 01 2008 / (0) I guess this is more a fix than an idea, but never late then never:
If I select a color for a checkbox field it is not supported (mines become standard black)
Bold and italic is supported... |
26 | Option for a Field to have its content selected when getting focusTheo Heselmans6379 - 06 2008 / (7) When a user is using a web app (or any app for that matter), and he/she moves from one field to another (e.g. by using the tab-key) the content of the field that gets the focus, is usually selected. The moment the users starts typing, that content is overwritten. In ... |
25 | Make refresh on keyword change drive specific fieldsScott Cochrane1949 - 22 2008 / (4) Lotus Notes designer is good .. you can get stuff done way quicker due to all the options you have .. often just a check box. The down side is that sometimes you lose that bit of flexibility. Like when you want to refresh fields on keyword change .. ... |
25 | Support for group boxes |
19 | Have @GetDocField and @SetDocField access other databasesHendrik Jan van Meerveld729 - 30 2009 / (2) This would be great for updating fields. One could write:
@SetField("strStreetname"; @GetDocField( contact_replicaid; contact_unid; "strStreetName")); |
15 | Option to display field names in a documentMartin Vereecken1845 - 22 2007 / (2) Did you ever open a document and wonder where a specific field is used? Of course, you can open a form in Designer, but then you don't see the value. So you'll have to go back to the client, look at that spot where you find your field and see ... |
11 | Multi value core controlPatrick Kwinten21943 - 09 2010 / (1) would make it much easier to add multi value fields on an XPage... |
8 | create multiple fields wizard functionPatrick Kwinten21943 - 05 2010 / (2) If I create a form that is going to be used just as a data source for XPages I find it a bit stupid to create all the fields, field by field.
a wizard to add more than one field after each other would be nice... |
4 | Make Computed For Display Fields in the Form header available in the WHOLE FormPatrick Kwinten21943 - 12 2011 / (2) A field that is computed for display and located in the header seems not to be available in the rest (body) of the form.
Computed fields however are. |
-10 | cascading replication on fields (optional) when solving conflictsHendrik Jan van Meerveld729 - 02 2009 / (5) This would be a field setting. I don't see a way to implement this with scripting, so I would like to see it implemented in the replication procedure. Suppose John adds $1.00 to the "totalamount" field and Susan adds $3.00 to the same "totalamount" field. When replicating this would ... |