Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is no "default limit" of 254 characters on a text field in Lotus Notes and Domino. Limits that small only come into play in a few cases, like the size of a string written or read from notes.ini, or from an ACL entry.</p> <p>The answer according to IBM in the Domino Designer 8.5.x help files is that a text field has a limit 32k bytes. However the Notes 8.5.x C API help files state that the maximum size of an item is 64k bytes, however if the summary flag is set the maximum size is 32k. The summary flag is required for text fields that are used in view columns, and Notes forms always assume that the flag is set. You have to use LotusScript or Java or Notes C API code to work with non-summary items.</p> <p>Two things complicate this: 1) If there are other summary items stored in the document, each summary text item is competing with all other summary items for space in the summary buffer (which is where view data comes from), and that limit is also 32k. And 2) older versions of Lotus Notes and Domino had a 15k limit on the summary buffer, but it is unclear to me whether it is just the Notes and Domino software version, or the on-disk storage (ODS) version of the NSF file that impacts the summary buffer size.</p> <p>So, the best information is that you can have a computed-for-display text field of up to 64k, and you may be able to have a stored non-summary text field of up to 64k, but if it is an ordinary summary text field the limit is either 15k or 32k depending on the version of software, and maybe also depending on the ODS.</p> <p>Bear in mind that LMBCS characters may be multi-byte, so a 32k limit does not necessarily imply 32k characters.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload