Lotus Notes快捷键@Command for“Reply”和“Reply to All”

时间:2009-12-22 16:43:17

标签: lotus-notes

有没有人知道@command名称是什么用于回复和回复所有莲花笔记。我真的想为这两个定义一个快捷键,我需要知道它的命令名称。

任何人都可以帮忙吗?

2 个答案:

答案 0 :(得分:4)

简短的回答是:

@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"))

答案 1 :(得分:3)

使用操作栏中操作的快捷方式 - Alt + number(1-9)