@DBLookup and rich text fields

I have a collection of documents with a key text field (K), a text field (A) and a rich text field (B)I’m using @DBLookup to retrieve these fields according to K; I can have 0, 1 or n values as a result.

If I @DBLookup on field A I can retrieve the expected values.

If I @DBLookup on B I always have only 1 result.

Any suggestion?

Thanks in advance.

A.

Subject: RE: @DBLookup and rich text fields

There is no such thing as a multivalue rich-text item…

You could concatenate rich text values in LotusScript using AppendRTItem method.