FIX: PicklistStrings category selection doesn't work

Categorized PickListStrings lookups will fail if you enable the "Collapse all when database if first opened" option in the view. There is no logical reason for this, but it tested true.
LotusScript


picklist = workspace.Pickliststrings( PICKLIST_CUSTOM, True , thisdb.Server , thisdb.FilePath, "CTSLU", "Selection", "Please specify the P&O Contact.", 2 , "InsertCategoryNameHere" ) 

Images/Screenshots:


Posted by fbrefere001 on Wednesday January 15, 2003