1

I am using a "document library" (template: StdXLWebXDocLib). I can record more than 30 files(attachment) in the same document, but I can only see 30. Even if I change the Row value.

Is this a XPAGES bug ? Anyone know the solution?

(with the Notes client, I see them all)

Thank you for your help.

stwissel
  • 20,110
  • 6
  • 54
  • 101

3 Answers3

2

Search in database for string "xp:fileDownload" in Designer. It will show you as result:

enter image description here

Replace in all three design elements rows="30" with rows="0". Then it will show always all attachments.

Knut Herrmann
  • 30,880
  • 4
  • 31
  • 67
0

Afaik the default entries per page of the xpages repeat element (which might be used in this case) is 30. They might just not have added a pager to it.

0

I don't know that template but if you mean the File Download control you can set the value of the lines to display to 0 to not restrict them so that you can see all attachments available. You can find that property in "All properties, data, rows".

Oliver Busse
  • 3,375
  • 1
  • 16
  • 26