.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


PickListStrings method
Example

Creates a string array from a list selected by the user.


Note This method is new with Release 5.

Defined in

NotesUIWorkspace

Syntax

stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ] )

stringArray = notesUIWorkspace.PickListStrings( type% [, multipleSelection ], server$, databaseFileName$, viewName$, title$, prompt$, column% [, categoryname$ ] )

Parameters

type%

multipleSelection
server$
databaseFileName$
viewName$
title$
prompt$
column%
categoryname$
Return value

This method returns a variant containing a string array if you click OK, or it returns EMPTY if you click Cancel.

Language cross-reference

@PickList function in formula language

Example
See Also