作成者カテゴリ 
公開
イナモリ
10/24/2017 10:29 AM
クライアント
ノーツサーバノーツクライアントサーバOSクライアントOSネットワークプロトコル
6.x8.xWindows 2000 ServerWindows 7TCP/IP

スクリプトによる日付の取り扱い

スクリプトである日付からある日付までと範囲選択して、
検索できた文書を表示したいのですが、いろいろやりましたが、
うまくいきません。どなたかわかるかたいますでしょうか。
とりあえず現時点のスクリプトは下記の通りです。
よろしくお願いします。

SearchKey7_1 ="field HWインベントリ取得日時 = """
SearchKey7_2 = "field HWインベントリ取得日時 = """

If doc.key7_1(0) <> "" Then
SearchKey = SearchKey & strAndOr & "field HWインベントリ取得日時 > " & doc.key7_1(0) &""""
'SearchKey = SearchKey & strAndOr & "field HWインベントリ取得日時 > " & Format(doc.key7_1(0),"yyyy/mm/dd")
End If

'If doc.key7_2(0) <> "" Then
' SearchKey = SearchKey & strAndOr & SearchKey7_2 & Format(doc.key7_2(0),"yyyy/mm/dd")&""""
'End If


[Previous Main Document]
スクリプトによる日付の取り扱い (イナモリ) * 現在地 *
[Next Main Document]