Nana G Yildizian 12.Jul.12 04:30 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I have a form which includes a computed text field on it. The field has the following value:
@If(SectionSelect="c";@DbColumn("":"NoCache"; "":"";"Display Categories in C EL"; 2);
@If(SectionSelect="n"; @DbColumn("":"NoCache"; "":"";"Display Categories in N EL"; 2);
@If(SectionSelect="b"; @DbColumn("":"NoCache"; "":"";"Display Categories in B EL"; 2);
@If(SectionSelect="g"; @DbColumn("":"NoCache"; "":"";"Display Categories in G EL"; 2);""))))
On my Webpage the values that are displayed from this field exceed the designated space, therefore I would like to add something like a scrollbar. I presume listbox is not an option as the values aren't clickable (which i want them to be). How can I achieve what I want? Any suggestions?