@prompt的话,字体太小了。 能不能弹出个窗口式的视图呢?
------解决方案--------------------
@PickList
Displays a modal window that contains either:
A view you specify from which the user can select one or more documents. @PickList returns a column value from the selected document(s).
A dialog box, displaying information from all available Domino Directories. The user can select one or more person, group, server, room, or resource names, and @PickList returns those names.
Syntax
@PickList( [CUSTOM] : [SINGLE] ; server : file ; view ; title ; prompt ; column ; categoryname )
@PickList( [NAME] : [SINGLE] [; selectedoptions])
@PickList( [ROOM] )
@PickList( [RESOURCE] )
@PickList( [FOLDERS] : [SINGLE] ; server:database )
@PickList( [FOLDERS] : [SHARED] ; server:database )
@PickList( [FOLDERS] : [PRIVATE] ; server:database )
@PickList( [FOLDERS] : [NODESKTOP] ; server:database )
Parameters
[CUSTOM]
Keyword. Indicates that you want to display a view in a dialog box.
[NAME]
Keyword. Opens dialog box for selecting one or more names.
[SINGLE]
Keyword. Optional. Limits the selection to a single document.
[ROOM]
Keyword. Opens dialog box for selecting room.
[RESOURCE]
Keyword. Opens dialog box for selecting resources.
[FOLDERS]
Keyword. Returns a multi-select, text list of all folder names both in the database and from the desktop. The following keywords can be combined with [Folders]:
[SINGLE]
Keyword. Optional. Limits selection to a single folder.
[SHARED]
Keyword. Optional. Limits selection to only shared folders.
[PRIVATE]
Keyword. Optional. Limits selection to only private folders (both in the database and on the desktop).
[SHARED]:[PRIVATE]
Keyword. Optional. Includes in selection all shared and private folders.
[NODESKTOP]
Keyword. Optional. Excludes folders in the desktop from selection.
selectedoptions
Text list. Optional. Pre-selects options.
server : file