|
|
Just very hard to read all the properties without scrolling. copying them to compare them is even more difficult. A simple 'copy properties to clipboard' would be an improvement.
|
|
|
When you make a new DialogList type of field and select option "Use view dialog for choices", the view selection list below is way too small. It shows only few letters from the beginning of the view name which, in some cases, makes it hard to select the right view
|
|
|
It would be nice if there could be some type of indication on the field, like there is for Authors/Readers, when you have the field, on standard forms, as computed, computed for display, or computed when composed and on xpages as Visible/Not Visible, Read Only/Not Read Only, and Disabled/Not Disabled.
Of
|
|
|
Hi,
Add a field to a chat where we can put the subject of the chat. I think You are also faced with the problem to find the right chat in the history. If there is a subject it is easy to find or remember. If it has this field
|
|
|
When input enable formula returns false the text on the field becomes tan (even in read mode). It makes the text hard to read even on white background. The selected text color should remain at least in read mode or there should be possibility to select the text color when input
|
|
|
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.
|
|
|
just like available as in the column options....
|
|
|
My Notes version is:
Release 8.5.1
Revision 20091002.1006 (Release 8.5.1 FP2)
Standard Configuration
It runs on Windows. I replied a mail, dragged a file to the mail. If I moved the mouse over a field e.g. To/cc/Subject in the history part of the mail body and released the button, Notes
|
|
|
This would be extremely useful when I am creating a view with many fields. Especially when that view is specifically used for importing data. Thank You.
|
|
|
Make it possible to change the font color or background color of a field using @Formula.
You could for example warn the user if a required field is empty by changing the backgroundcolor,
Color formula:
red := 255:150:150;
black := 0:0:0;
@If( fieldvalue=""; red:black )
|
|
|
I have a number field of 4 characters wide. It would be nice if I could set the alignment for the entered values INSIDE the field.
So alignment on the whole field, PLUS alignment for the text INSIDE the field
|
|
|
Fields that involve a specific control for data entry, e.g. radio buttons, check boxes, combo boxes and dates also display the same way in read mode (although the control element may be greyed out). This is untidy and can be confusing to end users and so developers typically pair these
|
|
|
I think there are similar ideas for this but I'm not sure its totally covered....
Basically when you use the type-ahead on the Notes 8 To email field - you find it very useful very quickly.
So it'd be nice to have something similar for standard notes dialog list and combo fields.
I
|
|
|
Having just spent an age in maintenance mode tracking down a dodgy numeric field in a MASSIVE form, a simple suggestion for the Notes team is that if a numeric field is empty (i.e. in doc properties its value is ""), treat that as being the same as zero for
|
|
|
Current field limitations (for 4byte unicode ~127 symbols) are too small.
|
|
|
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...
|
|
|
I would like to see a property of a field that can be used to set it's 'plain language' label.
It could be accessed via @ThisLabel or by item.label
This would be useful in any formula/script that needs to display a plain language description to the user, i.e. validation messages....
@if(@thisvalue="";@failure(@ThisLabel + " cannot
|
|
|
When adding aliases to a Person Document, many is the time when a errant space is added to a line. This causes mail routing issues as well as authentication problems. Also, this field allows all characters to be included in a short name (example: apostrophe). If the character is being
|
|
|
Whenever I insert/modify a field on a form, I would like to choose the field type (text, number, etc) from a sorted list,
not like the usual field type list you can see even in R8 (see my attachment).
Maybe some Notes programmers are now used to that list, but I really
|
|
|
The Field class in LotusScript only contains events. It would be great if it contained properties like Value (read/write) to make it easier to manipulate in the events. For example, if I want to handle the OnChange event in the client, I can use LotusScript but I have to write a
|