请问在代理中打开表单的公式是什么?
如题。 问题点数:0、回复次数:8Top
1 楼quhaifeng(帮你up!)回复于 2003-02-04 23:07:44 得分 0
有没有人啊
Top
2 楼lotusweb()回复于 2003-02-05 10:27:18 得分 0
为什么要用公式呢?
print "["+servername+"/"+dababasename+"/"+formname+"?openform]"
其中 在servername、dababasename、formname为定义变量。Top
3 楼snovian(冰镇绿茶)回复于 2003-02-05 17:51:37 得分 0
@URLOpen()Top
4 楼kingwgh(我忘啦)回复于 2003-02-08 13:41:02 得分 0
print "["+servername+"/"+dB+"/"+formname+"?openform]"
其中 在servername、dB、formname为定义变量。
Top
5 楼rosemerry(珏儿)回复于 2003-02-08 17:18:15 得分 0
呵呵!有这么多答案!Top
6 楼wandyhui(泪痕)回复于 2003-02-09 08:13:53 得分 0
用js也可以实现Top
7 楼quhaifeng(帮你up!)回复于 2003-02-11 10:34:28 得分 0
具体怎么用呢?
是这样吗:(在代理里面)
Sub Initialize
Dim session As New NotesSession
Dim agent As NotesAgent
Dim server As String
Set agent = session.CurrentAgent
server = agent.ServerName
db="ajcl.nsf"
formname="Notesnew"
Print "["+server+"/"+db+"/"+formname+"?openform]"
End SubTop
8 楼quhaifeng(帮你up!)回复于 2003-02-12 10:28:05 得分 0
up
Top




