developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 4 and 5 Forum

Notes/Domino 4 and 5 Forum

developerWorks




Only the first entry in a Multiselect field is written into a file
Aditi S 01/06/2010 03:37 AM
Domino Designer -- LotusScript 5.0.2 All Platforms


My field is like this:
A text field "A" with a button beside it. This button opens a pop-up window. Using this pop-up window, I can retrieve names from another database and then populate it into my field "A".
Now when i check the field properties in the document from the client, i get as follows:
*****************************
Field Name: A
Data Type: Text List
Data Length: 47 bytes
Seq Num: 72
Dup Item ID: 0
Field Flags: SUMMARY

"Name1"
"Name2"
"Name3"
*****************************

Now my purpose is to get these fieldnames as "Name1,Name2,Name3" when i get that field name into one file. Can anyone guide me how to get this?

Thanks a lot
Aditi

Go back