64k Problem

Hi All

I want know about what is 64k problem in lotus notes. To overcome what are ways available in it.

Thanks

Subject: 64k Problem

Thanks a lot it was helpfull

Subject: Tip about 64KB limits

You might want to look at my weblog post Tip about 64KB limit in ND6 formula language as it both shows some ways around this and explains how the limit is less of a limit that it used to be.

Subject: 64k Problem

Hi,

Can you be more specific, There are lots of 64K problems in Lotus notes, any way take a look at the following, it may help.

Max size of a single paragraph in a rich text field is 64K(this is approximately 35k of text, though).

You can have 64,000 unique paragraph styles in a single document

Size of computable simple text fields should be less than 63K.

Maximum size of a single paragraph you can cut or copy to the Clipboard in Unix is 64K, unlimited for other OS.

Largest richtext field HTTP will update is approximately 64K.

Maximum size of fixed-length strings in LotusScript is 64K.

LotusScript can handle 64k of text in symbol names.

Data elements in a LotusScript array.The total storage size available for fixed-size data in module scope is 64K bytes, and a Long element requires 4 bytes for storage.

Maximum size of a LotusScript executable module’s code is limited by available memory; 64k of source without LSS include files

Syed

Subject: RE: 64k Problem

Hi,

Thanks for more detail

Im facing problem in text field where am using @dblookup function which have large no of data and it exceeds the limit of storage. Is any way to overcome from this.

Subject: 64k Problem

One way i do to overcome dblookup 64k limit.

  1. Use alias in the text returned, if possible and the your functional system allows.

  2. split the view to different views and get the dblookup from different views and club in together. Tgis you can do by creating views with different alphabetical order like just take fisrt letter of a user name for example and create a view with docs having documents with the name having first letter as A and so… and write the dblookup for all and club it together. Hope this helps…

Cheers

Sri.

Subject: RE: 64k Problem

Hi

Not able to get you first point

Regarding second creating so many views is it wisable…?