domino-appdev-pack

Access Rich Text fields

女生的网名这么多〃 提交于 2021-02-11 18:23:22
问题 I need to access a rich text field inside a document, however, if I read the documents with the correct field selected, I don't receive the value of the field in the database response. How can I retrieve the data of a rich text field? 回答1: Rich text fields are not yet supported. Some very basic RT support is coming in 1.0.4 of the appdev pack, but I don't think you'll be able to use it yet as you would like. 回答2: If they hold their promise (quarterly releases) and with 1.0.3 out in December,

HCL Domino AppDevPack - writeAttachments

情到浓时终转凉″ 提交于 2021-01-29 11:50:43
问题 The new V1.0.2 has new capabilities to upload attachments to a domino document. My upload code is successful as long a I use files <= 48KB. As soon as I try to upload a larger file, the upload takes place, in the domino document I find an attachment with the right size - but the file is corrupt! Here's my code (corresponds to example code from appdev pack documentation for larger files): for (var x = 0; x < files["tskFile"].length; x++) { let sFilename = files["tskFile"][x].originalname; let