Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
checkBoxGroup 
Hi All,
 
I am facing one strange problem can any body help me to out please. 
 
I have created 5 document with group name and I would like to display the all five group with checkboxed. I am trying to use @DbColumn to get all the list of group. But my problem is that where should I write this @DbColumn("","(GrpView)",1) formula to populate the list of group so that use can select one or multiple group while composing document.
 
Please suggest me I searched through web but not found proper solution. Please help me.
 
I am using version 8.5.1 .
 
With Regards, 
Vikas K Sinha 
Domino Development / XPages
Vikas Sinha - about 1 year ago |  |  | Viewed 167 times

There is 1 answer

0votes

I don't think the UI was there in 851 for you to do this easily. So how to do it?

What you need to do is Add Formula Items for the values, and as the UI isn't there in 851 to do this (it is in 852) on the checkBoxGroup and radioGroup. Do this instead on a List Box control. Then once finished change the tags from xp:listBox to xp:checkBoxGroup. And you're done.

p.



Paul Hannan - about 1 year ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community