作成者カテゴリ返答の対象
公開
nori
12/13/2006 03:43 PM
文書リンクアイコン スクリプトでの読者フィールドの設定
拡張クラス構文では・・・

ブレゴさん、返答ありがとうございます。

Field_Aに設定されている値が複数値の場合もあるため、拡張構文は使用しませんでした。

ちなみに以下の式でも同じような現象が起こってしまいます。

Dim itemR As NotesItem
Dim itemOpenReaders As NotesItem
Set itemOpenReaders = doc.GetFirstItem("Field_A")
Forall y In doc.Field_B
If y = "" Then
Exit Forall
End If
Dim nName As NotesName
Set nName=ses.CreateName(y)
Call itemOpenReaders.AppendToTextList( nName.Canonical )
itemOpenReaders.IsReaders = True
End Forall
Call doc.Save(True, False)

何がいけないのでしょうか・・・?


[Previous Main Document]
スクリプトでの読者フィールドの設定 (nori)
. . Re: スクリプトでの読者フィールドの設定 (かな)
. . . . 文書のプロパティでは・・・ (nori)
. . . . . . NotesItem (寅)
. . . . . . . . Re: NotesItem (nori)
. . . . . . . . . . Re: NotesItem (寅)
. . . . . . . . . . Re: NotesItem (NAG)
. . Re: スクリプトでの読者フィールドの設定 (ブレゴ)
. . . . 拡張クラス構文では・・・ (nori) * 現在地 *
. . . . . . Re: 拡張クラス構文では・・・ (ブレゴ)
. . . . . . . . 拡張構文 (nori)
. . . . . . . . . . Re: 拡張構文 (寅)
. . . . . . . . . . . . 最初の式 (nori)
. . . . . . . . . . . . . . Re: 最初の式 (はやて)
. . . . . . . . . . . . . . . . できました! (nori)
. . . . . . . . . . . . Re: 拡張構文 (ブレゴ)
. . . . . . . . . . Re: 拡張構文 (ブレゴ)
[Next Main Document]