1

来了一个尴尬的问题:

出于调试目的,我使用@Prompt语句(因为 Domino Designer 中没有公式语言的调试器)。

但是现在我遇到了一个问题,当打开一个名为“PartnerContact”的特定表单时,总是会出现一个消息框。

(CONTACT_NOMINATION 是字段的名称)
(CONTACT_NOMINATION 是字段的名称)

我正在手动查找此表单的整个代码(以及我对其进行了一些修改的每个表单)以及包含的搜索

在此处输入图像描述

我使用以下每个搜索字符串执行了搜索:
@Prompt
Msgbox
Messagebox
System.out

但是没有他们,我有任何搜索结果。

我对这个消息框感到绝望。你有什么暗示这个该死的盒子可能藏在哪里吗?

4

4 回答 4

2

为未来。有一个非常有用的选项:File->Application->Design Synopsis.... 添加所有设计元素并搜索其所有属性和代码。

于 2013-02-01T09:49:07.400 回答
1

There could be a couple of issues here to check. The Design Synopsis that @pstr mentions should work, unless it is corruption or duplicated design element.

First try using the search in designer, rather then form itself.

Search Icon

Search for "CONTACT_NOMINATION" and "PartnerContact".

search dialog

This will display the results in DXL format, so you can check the source, or manually go to the related objects yourself.

another option is to right click on the related design element and "Edit with DXL". It will allow you to see any corruption, for example fields which are not rendering in the UI.

edit with dxl

Lastly you can try using NotesPeek as it can easily check for design duplication. You can pick it up at the following link.

http://www-01.ibm.com/support/docview.wss?uid=swg24005686

于 2013-02-01T10:11:52.833 回答
1

我终于找到了。

视图中的一个字段是Dialog List. 可用选项在field properties-> controls-> Choices->下计算Use formula for choices

于 2013-02-01T09:36:10.850 回答
0

仅供参考,看看 TeamStudo Analyzer - 非常好的和简单的产品,可以搜索(并找到 ;-) )您设计元素中的所有内容。(PS:它不是免费的,我不为 TeamStudio 工作!)

于 2013-02-04T12:26:10.593 回答