如何获取当前用户名?
我有这样的问题 我有两个文本框(A,B),我选择了“组合时计算” 当“A”登录时,文本中的当前用户登录名应该自动出现, 如果“B”登录,则“B”用户名应自动出现在“B”文本中,并且当我将表单提交到下一级时应保存它 怎么办?
问候 史密莎
i have a problem like this
i have two text boxes(A,B) which i have selected as " Computed when Composed "
when 'A' Login then in Text A Current User Login Name Should come automatically,
if 'B' Login then 'B' user name should come automatically in 'B' Text and it should be saved when i submit the form to the next level
how to do this ?
Regards
Smitha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有以下示例此处:
您可以使用它来获取当前 Web 用户的 Domino 用户名:
您必须选中“以 Web 用户身份运行代理”代理属性才能使其正常工作。
There is the following example here :
You can use this to get the current web user's Domino user name:
You do have to have the 'Run Agent As Web User' agent property checked for this to work.
如果使用 AJAX 调用,您也可以这样做:
我不是 100% 确定这是否适用于 WebQuerySave 或 WebQueryOpen 代理,但它应该
If using an AJAX call you can also do:
I am not 100% sure if this works with WebQuerySave or WebQueryOpen agents but it should
您还可以使用@UserName 来获取当前用户名。
You can also use the @UserName to get the current user name.