在通过WebQueryOpen运行的LotusScript代理中,如何获取当前服务器的名称?
是否可以延迟加载xpage上的某些控件?
这就是问题所在:假设您有一个控件来执行fultextsearch并在重复控件中显示结果.这个ft搜索可能需要很长时间,并且会将网页加载到等待状态,直到搜索结果准备就绪.
我希望我的页面最初加载大部分数据,并且一些"耗时"的控件应该在初始加载后作为sperate请求加载到页面中.
这样,用户将立即看到该网页,但页面上的某些数据将稍后加载,而不会使网页处于等待状态,无法从服务器进行.
可能?
是否可以使用XPAGE在每个打印页面上打印带有自定义页眉和页脚的HTML页面?
无论内容如何,我都想在每个打印页面的底部添加蓝色Arial,大小为8pt的"业务伙伴"一词.
请参阅我的样本作为附件:http://i1248.photobucket.com/albums/hh490/dannysumarnach/XPage/samplepagewithfooter.jpg
我从来没有遇到过这个问题,但我无法处理电子邮件中的文件附件.我有代码可以搜索文档中的嵌入对象或搜索字段中的嵌入对象 - 它们都没有返回文件.我可以在电子邮件中看到该文件,我可以看到包含文件附件的$ FILE字段.
这是代码:
Function FileDetachFiles(doc As NotesDocument, fieldName As String, getFromField As Integer) As Variant
On Error Goto ProcessError
Dim s As NotesSession
Dim db As NotesDatabase
Dim rtItem As NotesRichTextItem
Dim fileToExtract As String
Dim fileName As String
Dim fileArray() As String
Dim message As String
Dim embedObjects As Variant
Dim attachFile As Integer
Dim x As Integer
Set s = New NotesSession
Set db = s.CurrentDatabase
Const fileImport = "C:\"
attachFile = False
'Let's see if …Run Code Online (Sandbox Code Playgroud) 我正在计划在新的Lotus Domino服务器上安装一个新的XPages应用程序,我很想知道
a)选择Domino 9而不是Domino 8.5.3 FP2会更好吗?
b)最好选择Domino 64位还是32位?
任何意见是极大的赞赏.
我按照这里的快速设置来运行DDS.我确信我做的正确,但是当我尝试针对测试应用程序的REST GET请求时,它只会一直返回404.有什么方法可以在服务器级别验证我的设置吗?
在我的服务器日志中,当我发出请求时,我看到:
HTTP Web服务器:找不到设计说明 - api/data/documents [/test/testmissupport.nsf/api/data/documents]匿名
我正在使用Lotus Notes 8.5.3 FP1和扩展库.我有一个自定义控件,每次我尝试在Domino Designer中打开该自定义控件时都会导致Lotus Notes客户端崩溃.大多数自定义控件和Xpages打开没有问题.我该如何调试并解决这个问题?我已经尝试过卸载并重新安装扩展库但问题仍然存在.在浏览器中打开包含该自定义控件的XPage也是不可能的.这给出了错误500 HTTP Web服务器:命令未处理异常.
Started at: Tue May 06 13:13:23 2014
Ended at: Tue May 06 13:13:41 2014
Time Spent: 00:00:18
Generated Messages:
INFO (0): This NSD was generated due to a Domino shutdown hang.
There will not be a FATAL thread. Any processes/threads other than
the main server thread and the server timeout thread which started
this NSD should be examined to determine why they did not terminate
when requested to do so.
INFO (0): …Run Code Online (Sandbox Code Playgroud) 您有没有人知道如何隐藏IBM Notes的文档属性中的"修改者:"?我做了一个简单的IBM笔记应用程序,但我想保护创建或修改文档的人的身份.我知道这是可能的,因为我的一位同事过去已经这样做了,但她不再与我们联系了.
这是一个截屏

我是Notes的新手.我正在尝试使用带有附件的Lotus Notes从我的应用程序发送邮件,邮件正常,附件也可以,但问题是身体内容,身体失去其格式并且直线
我希望如下
Dear Sir,
please check the attachment.
Regards,
NewConcept Infotech Pvt.Ltd.,
Run Code Online (Sandbox Code Playgroud)
但它是这样的
Dear Sir,please check the attachment.Regards,NewConcept Infotech Pvt.Ltd.,
Run Code Online (Sandbox Code Playgroud)
我尝试了一切google搜索但没有用.
这是我的代码
public bool Email(string dbDirectory, string DataBase_Name, string Initialize_Pwd, string From, string To, string CC, string Bcc, string Subject, string body, string FileName, string LogFilePath)
{
bool msg = false;
dynamic EMailReplyTo = ConfigurationSettings.AppSettings["EMailReplyTo"];
NotesSession objNotesSession = new NotesSession();
NotesDatabase ndb = null;
NotesDocument ndoc = null;
NotesDbDirectory ndbD = null;
NotesStream LNStream;
NotesMIMEEntity LNBody;
object objAttach;
try …Run Code Online (Sandbox Code Playgroud) 我有一个java代理,我收到一个xml.这个我转换为字符串,然后想要保存在富文本字段(可编辑):
RequestDoc.replaceItemValue("XmlTU",sb.toString());
Run Code Online (Sandbox Code Playgroud)
但后来我收到了这个错误:
NotesException:Notes错误:字段太大(32K)或View的列和选择公式太大
可能是笔记将xml字符串视为一个段落?因为富文本字段段限制为64K?
lotus-domino ×10
lotus-notes ×6
xpages ×4
lotusscript ×3
lotus ×2
ajax ×1
c# ×1
css ×1
delay ×1
email ×1
html ×1
java ×1
javascript ×1
mime ×1
rest ×1
richtext ×1
xml ×1