Lotus Notes Formula that is bugging me
Steve Castledine 20 May 2008 17:07:04
Sometimes its the simple things that can be the hardest to fix.I have a dialog list.
The dialog list gets its data from a view using the formula:
xlist := @DbColumn("":"NoCache";"":"";"vSysCat";1);
fullList := @Unique(xList);
@Trim(fullList)
So why oh why does it display the list correctly but doubles up the existing selection with each word a separate line? This is basics, but its gone from my head!
- Comments [10]
