在 LotusScript Agent 中如何获取当前服务器的名称?
在通过 WebQueryOpen 运行的 LotusScript Agent 中,如何获取当前服务器的名称?
In a LotusScript Agent that is being run via WebQueryOpen, how do you get the name of the current server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
已经提供的示例代码很好,但我也这样做,只是获取服务器的分层名称:
The sample code already provided is good but I also do it this way and just get the hierarchical name of the server:
加里的回答是最合适的。 您实际上可以使用分层语法来识别服务器名称。
这将是从 webquery 打开代理获取服务器名称的最快(最脏?)的方法。 NotesName 类是处理分层名称的方便对象
链接文本
Gary's answer is the most appropriate. You can actually identify the server name using hierarchical syntax to.
That would be the fastest (dirtiest?) way to get the server name from the webquery open agent. The notesName class is a handy object for dealing with hierarchical names
link text