上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 86 下一页
摘要: I updated my sample Multi Attachment custom control to now accept configuration parameters so it is easier to reuse the control in different applications. The updated application can be downloaded from OpenNTF.org by clicking here. I decided to make the control easy to drag and drop onto any XPage a 阅读全文
posted @ 2011-03-04 22:03 hannover 阅读(385) 评论(0) 推荐(0)
摘要: Below is an example of how to build a multi file upload Custom Control that uses a central attachment repository db for all the attachments. The application has very little code and utilizes the Repeat control and Panel control to generate an unlimited amount of uploads per XPage. (Actually, I am su 阅读全文
posted @ 2011-03-04 21:44 hannover 阅读(773) 评论(0) 推荐(0)
摘要: Below is an example of how to build a multi file upload Custom Control that uses a central attachment repository db for all the attachments. The application has very little code and utilizes the Repeat control and Panel control to generate an unlimited amount of uploads per XPage. (Actually, I am su 阅读全文
posted @ 2011-03-04 21:40 hannover 阅读(6472) 评论(0) 推荐(0)
摘要: Many people have been asking for my help with a problem with the 8.5 Discussion template's File Download control. The reason is that I have an example of a Custom Control for storing file attachments in a central database which uses the File Download control and has the same issue. The issue wit 阅读全文
posted @ 2011-03-04 21:36 hannover 阅读(275) 评论(0) 推荐(0)
摘要: Table of Contents 1 Restrict the size of uploaded files2 Limiting file types for upload3 How to process an uploaded file4 How to enable large file uploads in DominoRestrict the size of uploaded filesSet in Application Properties -> XPage Properties -> File Upload max size .Limiting file types 阅读全文
posted @ 2011-03-04 21:33 hannover 阅读(453) 评论(0) 推荐(0)
摘要: Table of Contents 1 Restrict the size of uploaded files2 Known Bugs for upload control3 Workaround for known bug in download controlRestrict the size of uploaded filesSet in Application Properties -> XPage Properties -> File Upload max size .Known Bugs for upload controlThe option "replac 阅读全文
posted @ 2011-03-04 21:32 hannover 阅读(330) 评论(0) 推荐(0)
摘要: Raphael Savir, 主要开发人员, LS Development CorporationRaphael Savir 是 LS Development Corporation (http://www.lsdevelopment.com) 的主要开发人员,自 20 世纪 90 年代初以来一直致力于开发 Notes/Domino 应用程序和分析应用程序的性能问题。他在 Lotusphere 和几个场合的其他会议上针对这些主题发表过演讲。简介:阅读在 IBM Lotus Notes 和 Domino 中编写快速查找代码的 11 个技巧。作者考察了 Lotus Notes 和 Domino 中 阅读全文
posted @ 2011-02-26 09:54 hannover 阅读(516) 评论(0) 推荐(0)
摘要: 肖 磊, 软件工程师, IBM肖磊,软件工程师,在 IBM Lotus Domino Toolkit Team 负责 C API 开发工作。康 健, 高级软件工程师, IBM康健,高级软件工程师,在 IBM Lotus Sametime Team 负责测试工作。吴 仲华, 软件工程师, IBM吴仲华,Lotus N/D MR Team 软件工程师,负责 Lotus Notes 的测试工作。简介:Lotus Notes 数据库是一种文档型数据库,其中文档的富文本域中往往嵌入许多附件(如 Word 文档、PDF 文档、Excel 文档等)。用户时常需要将这些附件导出到其他系统中进行使用处理。然而当 阅读全文
posted @ 2011-02-25 10:35 hannover 阅读(3434) 评论(0) 推荐(1)
摘要: Raphael Savir, 主要开发人员, LS Development CorporationRaphael Savir 是 LS Development Corporation (http://www.lsdevelopment.com) 的主要开发人员,自 20 世纪 90 年代初以来一直致力于开发 Notes/Domino 应用程序和分析应用程序的性能问题。他在 Lotusphere 和几个场合的其他会议上针对这些主题发表过演讲。简介:阅读在 IBM Lotus Notes 和 Domino 中编写快速查找代码的 11 个技巧。作者考察了 Lotus Notes 和 Domino 中 阅读全文
posted @ 2011-02-25 10:31 hannover 阅读(636) 评论(0) 推荐(0)
摘要: CleanupInbox – moves older documents out of inbox Sub InitializeDim s As New NotesSessionDim db As NotesDatabaseSet db = s.CurrentDatabaseDim dr1 As notesdaterangeDim v As notesviewDim dc1 As NotesDocumentCollectionDim gracedoc As NotesDocumentDim stime1 As New NotesDateTime("0/0/0")Dim et 阅读全文
posted @ 2011-02-25 10:22 hannover 阅读(306) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 86 下一页