English 中文(简体)
注客户——在结束文件时回复到某种观点
原标题:Notes client - when closing a document go back to a particular view

我使用以下法典确保我在结束一份文件和选择新产生的文件时再次谈几点看法:

Dim ws As New NotesUIWorkspace
Dim uidb As NotesUIDatabase
Set uidb = ws.CurrentDatabase
Call uidb.OpenView("vwMyView", , False)

ws.CurrentView.SelectDocument(Source.Document)

如果意见已经开放,则该守则将采用上述观点并选择该文件。 因此,如果意见不开放,它将提出看法并选择我们的文件。 如果制定新的文件,而且观点指数尚未更新,则这样做是有益的。

该法典发挥了巨大作用,但如果我把这部法典视为也定在家页的参照标准的一部分,那么我如何工作。

http://www.ohchr.org。

就进一步解释这一问题而言,我有一个框架,链接到多个数据库,用户在提纲控制上点击,以打开链接,然后在框架范围内发表意见。 然后,从这一角度看,新文件(属于另一个数据库,而提纲则属于另一个数据库),我们打开了这个框架之外的新窗口。 在结束这份文件时,我想回到框架(现在与这份文件相比,它又是另一个数据库),并重新思考如何选择目前的新文件。 这个框架是我案例的主页。

最佳回答

1. 基准指标 Fra:

Call notesUIWorkspace.SetTargetFrame( frame$ )
问题回答

是否将这种观点自动纳入设定的框架?





相关问题
Where are the javadocs for Lotus Notes.jar?

I need to use Lotus Notes/Domino as a data source from a Java application. The documentation at IBM says that the Notes.jar contains everything I will need, but where are the javadocs?

Is Interop.Domino dll thread safe?

I am using Interop.Domino dll version 1.2 in c# application, and using multithreading to access multiple NSF file at same time by creating new session for each thread created (Max 5 threads at a time)....

C#和Lotus Notes附录一

我正在使用C#,并需要附上一张空白(shortcut/link)档案和电子邮件给一个彩票账户。 问题是一对一幅通用形象的不实之词,没有像......那样显示双fold。

How to maintain Lotus Notes Version ? C#

I made one product which is retrieving attachment from mails and saving it on particular folder. But problem i am facing is it is not working in 8.0 version. I did development on Lotus Notes 8.5 ...

How to Edit NSF file using c#?

I want to programaticaly change some values to NSF item and then want to save it.(i.e to edit NSF File and then save the editions) for example: I want to set Sender name of all mails to "preeti@abc....

热门标签