用于“回复”的 Lotus Notes 快捷键 @Command和“回复全部”

发布于 2024-08-16 07:51:33 字数 102 浏览 2 评论 0原文

有谁知道 Lotus Notes 的“回复”和“回复所有人”的 @command 名称是什么。我真的很想为这两个定义一个快捷键,并且我需要知道它的命令名称。

有人可以帮忙吗?

Does anyone know what the @command name is for the Reply and Reply to all for lotus notes. I would really like to define a shortcut key for these two and I need to know the command name for this.

Can anyone help out??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ヅ她的身影、若隐若现 2024-08-23 07:51:33

简短的回答是:

@Command([Compose];"Reply With History")

但是,回复有不同的格式和风格。如果您在 Domino Designer 中打开邮件数据库或邮件模板(例如:mail8.ntf)并查看“共享代码”下的“操作”部分,您可以看到 IBM 使用的 @commands。例如,对于标准的“回复历史记录”操作按钮,您可以使用以下代码:

path :=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1); "\\"; "/");" ";"+") ;
Format:=@GetProfileField("CalendarProfile"; "FormatReplies");
FormatChar:=@GetProfileField("CalendarProfile";"OffsetChar");
@If(Format="1";@URLOpen("/" + path + "/Reply+With+History?OpenForm&ParentUNID=" +
@Replace(@Text(@DocumentUniqueID); ":"; 
"" )+"&Format="+Formatchar);@Command([Compose];"Reply With History"))

The short answer is:

@Command([Compose];"Reply With History")

However, there are different formats and styles for replying. If you open your mail database or the mail template (eg: mail8.ntf) in Domino Designer and look in the Actions section under Shared Code, you can see the @commands which IBM uses. For example, for the standard Reply with History action button, you can use the following code:

path :=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1); "\\"; "/");" ";"+") ;
Format:=@GetProfileField("CalendarProfile"; "FormatReplies");
FormatChar:=@GetProfileField("CalendarProfile";"OffsetChar");
@If(Format="1";@URLOpen("/" + path + "/Reply+With+History?OpenForm&ParentUNID=" +
@Replace(@Text(@DocumentUniqueID); ":"; 
"" )+"&Format="+Formatchar);@Command([Compose];"Reply With History"))
哥,最终变帅啦 2024-08-23 07:51:33

使用操作栏中的操作快捷键 - Alt+数字 (1-9)

use shortcuts for actions in action bar - Alt+number (1-9)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文