<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://iqjam.net/iqjam/iqjam.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Thu, 23 May 2013 04:07:05 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (all questions)</title>
	<description>An RSS feed generated by IQJam by Elguji Software</description>
	<link>http://iqjam.net/iqjam/iqjam.nsf</link>
	<image>
	    <title>IQJam by Elguji Software (all questions)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Mon, 13 May 2013 14:31:45 +0000</pubDate>
		<title>How can I restrict the field value to some length</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Pooja Tewari&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=client"&gt;client&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hi, 
I want to restrict the field to some extent i.e. after that the user can not write in that particular field. The HTML attribute MaxLength can not be used here as I am using it in client application. Is there any way to restrict it other than prompting the user in Client application...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20130513_How_can_I_restrict_the_field_v.htm</link>
	</item>
	<item>
		<pubDate>Wed, 23 Jan 2013 19:36:17 +0000</pubDate>
		<title>how to resolve slow performance when opening an xpage with a categorised view</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; girish shakti&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpage"&gt;xpage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=categorised views"&gt;categorised views&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=collapsed"&gt;collapsed&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=expanded"&gt;expanded&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=slow performance"&gt;slow performance&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; i have an Xpage with a view with a minimum of 3 categorised columns. When i open the xpage with all collumns in the view expand, the performance is quite good. However, when i open the same xpage with all columns collapsed, result to a timeout. The number of document in the view  is of minimum 200 000 and keeps increasing....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20130123_how_to_resolve_slow_performanc.htm</link>
	</item>
	<item>
		<pubDate>Fri, 12 Oct 2012 05:09:11 +0000</pubDate>
		<title>I need to find the count of the douments in xpages view which has a categorized column.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Banu Priya&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpages"&gt;xpages&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I need to find the count of the documents in  xpage view which has multiple categorized columns. need to display the count against  the category value. could anyone  suggest me an idea to achieve my goal. Thanks in advance...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20121011_I_need_to_find_the_count_of_th.htm</link>
	</item>
	<item>
		<pubDate>Thu, 19 Jul 2012 10:07:19 +0000</pubDate>
		<title>How to call LS agent in xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; haijun cui&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=call agent in xpage"&gt;call agent in xpage&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I want  create a function allow user to change password in xpage,So I create a link call dojo dialog and I created a button on dialog , But I don't known how to call backend agent . If need write js code in server/client side javascript, How to write? Anyone can help me?Thanks....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20120719_How_to_call_LS_agent_in_xpage.htm</link>
	</item>
	<item>
		<pubDate>Fri, 25 Nov 2011 13:16:52 +0000</pubDate>
		<title>RichText field with default value doesn't save the data to the document.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Martin Meijer&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpage RichText default value"&gt;Xpage RichText default value&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I have a Xpage with a RichText field on it that has a default value. This field is bind to a RichText Field on a Form. When I save the Xpage without changing the (default) value nothing is saved to the document but the other fields (text) are saved. However if I make a change on the default value, the RT Field is saved correctly. I have played with properties like "htmlConversionWarning" but I didn't find a solution for this. Is this a bug or is there a solution for this behaviour?...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20111125_RichText_field_with_default_va.htm</link>
	</item>
	<item>
		<pubDate>Tue, 01 Nov 2011 14:57:25 +0000</pubDate>
		<title>From CSJS refresh a panel dijit.TooltipDialog</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; daniele grillo&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=dijit.TooltipDialog"&gt;dijit.TooltipDialog&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=partial"&gt;partial&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=refresh"&gt;refresh&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=write"&gt;write&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I would develop a action button in all my View like facebook.... You can see the example in this  link 
When you click on the "gear" image you see a dijit.TooltipDialog connected to my Panel Xpages 
I would change the content of my panel if I click on document with a FORMA or FORMB ..etc... so that I have created in the last column SSJS code that call a  CSJS function : function  OpenDialogToolTip ( obj , unid, targetPanel , form) 
Now I need in the JS Client to refresh my panel dinamically and...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20111102_From_CSJS_refresh_a_panel_diji.htm</link>
	</item>
	<item>
		<pubDate>Mon, 17 Oct 2011 13:28:39 +0000</pubDate>
		<title>Export data to Excel =&gt; PrintArea</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ben Vanmassenhove&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Export"&gt;Export&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=HTML"&gt;HTML&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Excel"&gt;Excel&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XML"&gt;XML&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hello everybody I have a lotusscript question and somebody recomended me this forum. Hopefully someone can help me... I need to export some data to excel. The exported excel file is build with html tags, like this: Print{&lt;tr&gt;} 
Print{&lt;td class=tdheader width="200"&gt;Phase&lt;/td&gt;} 
Print{&lt;td class=tdheader width="60"&gt;%&lt;/td&gt;} 
Print{&lt;td class=tdheader width="100"&gt;Start Budget&lt;/td&gt;} Print{&lt;td class=tdheader width="100"&gt;Cumul&lt;/td&gt;} 
Print{&lt;/tr&gt;} It has 16 columns. The export works fine but when I want ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20111017_Export_data_to_Excel_%3D%3E_PrintA.htm</link>
	</item>
	<item>
		<pubDate>Fri, 16 Sep 2011 10:38:26 +0000</pubDate>
		<title>Registration database on this site</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Andy Steven&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=template"&gt;template&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Really liked how I was automatically signed in after registering on here. Is the code for this floating around anywhere?...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110916_Registration_database_on_this_.htm</link>
	</item>
	<item>
		<pubDate>Sat, 16 Jul 2011 12:16:12 +0000</pubDate>
		<title>How to hide checkbox field?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; tek prince&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpages"&gt;xpages&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hi, 
  I want to hide a Checkbox group based on the value selected from the Combo Box field in the Dojo Dialog module. I tried doing partial refresh of the Combo Box field panel, but it didnt worked out....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110716_How_to_hide_checkbox_field.htm</link>
	</item>
	<item>
		<pubDate>Fri, 08 Jul 2011 17:41:08 +0000</pubDate>
		<title>How to add an event to a Custom Control</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Sjef Bosman&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XPages"&gt;XPages&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=event"&gt;event&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=custom"&gt;custom&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Is it possible to have a JavaScript callback feature in a custom control? I'd like to add events to one of my controls, something like OnSomething or querySomething and postSomething. Can it be done??...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110709_How_to_add_an_event_to_a_Custo.htm</link>
	</item>
	<item>
		<pubDate>Mon, 27 Jun 2011 08:55:27 +0000</pubDate>
		<title>When a document is submitted via javascript, how can I most easily determine if the submit failed?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Tim Paque&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Javascript"&gt;Javascript&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=submit"&gt;submit&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I have a javascript submit action, that submits the doc, and moves them to the main view. I know it's probably simple, but I don't know it off hand. I would like a JS submit that never reaches the server, to return a custom message to the web user that their connection has failed, or their was an interruption of service, etc. Or just try again, then give the message....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110627_When_a_document_is_submitted_v.htm</link>
	</item>
	<item>
		<pubDate>Thu, 12 May 2011 20:52:10 +0000</pubDate>
		<title>Where Would I Delete My Cookie?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Lenni Sauve&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=onunload"&gt;onunload&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=dijit.Dialog"&gt;dijit.Dialog&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=getRequestCookieMap()"&gt;getRequestCookieMap()&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; The following is all being used on the 8.5.2 Notes client. It is being done so that help documents can be updated by administrative staff. I have an xPage which contains a button entitled Help. This button contains the following client side JavaScript: var url = "Help_Display.xsp"; var form = '#{javascript:currentDocument.getItemValue("form")}'; var dialog = new dijit.Dialog({ 
 title: "Help", 
 content: "&lt;iframe src='" + 
        url + 
        "' height='90%' width='90%' frameborder='0' scrol...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110513_Where_Would_I_Delete_My_Cookie.htm</link>
	</item>
	<item>
		<pubDate>Mon, 09 May 2011 21:47:11 +0000</pubDate>
		<title>Using Managed Bean on xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jen Carey&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpages"&gt;xpages&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=managed bean"&gt;managed bean&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I'm building an xpages application where I want to use a java managed bean to work with data from an AS400 table. Essentially, I'd like to keep a data set in memory for a user's session, then display subsets of the AS400 data in drop-down boxes for users to select from. I've been playing around with the Value Picker control in the Extension Library, and setting my data provider to a bean. This is my first time really writing Java, and trying to figure out what a bean is and how it works. I've g...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110510_Using_Managed_Bean_on_xpage.htm</link>
	</item>
	<item>
		<pubDate>Thu, 31 Mar 2011 09:22:05 +0000</pubDate>
		<title>How to get value from Repeater Control.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vikas Sinha&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Repeat Control"&gt;Repeat Control&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=repeat"&gt;repeat&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hi All, 
I will be very thankful to you for your kind support and help. Scenario  is: I have a repeater control on the Xpage and that repeater contorl contains two edit box named EditBox1 and EditBox2. At the bottom of this repeater contorl I have a save button which would create documents by extracting these two pair of edit box field. My data source for repeater control is @DbColumn which repeat these contorl 3times or 4times or based on the number of value returned by @DbColumn. Now my probl...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110331_How_to_get_value_from_Repeater.htm</link>
	</item>
	<item>
		<pubDate>Fri, 11 Mar 2011 08:44:23 +0000</pubDate>
		<title>I need codes for counting document in a view sort by time???</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Diane Vicente&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotus Notes"&gt;Lotus Notes&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotusscript"&gt;Lotusscript&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Button is given, I need to rely on what time the document is being created and the time that the last click in the button. The documents being counted at first time will not be count again. for example i click the button once it shows 5 for example( the number of documents found ), then when i click it without adding new documents it will show 5 again, but when i add 2 new documents before clicking the button, I will come up with 2( the number new documents) then loop. thanks, Please help me....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110311_I_need_codes_for_counting_docu.htm</link>
	</item>
	<item>
		<pubDate>Mon, 28 Feb 2011 13:00:37 +0000</pubDate>
		<title>Design Updates have no effect</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Dirk Apel&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XPages"&gt;XPages&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Caching"&gt;Caching&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Design Update"&gt;Design Update&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=cache.dsk"&gt;cache.dsk&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; In a 8.51 FP3 enviroment we are experiencing some very strange effects that design changes do not become visible in the Notes Client. We have a XPages application designed to run in the Notes Client. Using Firefox (or any other browser) the application runs perfectly. However accessing it through the Notes Client it's showing a design (technical not CSS) which is weeks old!   In order to find the problem, we build a new database from scratch, created an XPages with only the text 'test' on it an...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110228_Design_Updates_have_no_effect.htm</link>
	</item>
	<item>
		<pubDate>Thu, 10 Feb 2011 19:51:18 +0000</pubDate>
		<title>File Upload/File Download using Managed Beans</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Toby Samples&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpages Managed Beans Java File Upload Controls"&gt;Xpages Managed Beans Java File Upload Controls&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hi All, I am writing an app that doesn't use a backend Notes DB, but uses a SQL Db as the backend, I am accomplishing via using Managed Beans, This hasn't been a problem, but now I am trying to bind a file upload control to something and I'm not sure what Object Type I should bind it to so that I can use it.  I have tried  com.ibm.xsp.http.UploadedFile, but am having problems.  Any thoughts would be great.  Thanks -Toby...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110210_File_UploadFile_Download_usin.htm</link>
	</item>
	<item>
		<pubDate>Wed, 09 Feb 2011 15:35:20 +0000</pubDate>
		<title>doing a partial update "beforepageload"</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ben Copeland&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpages"&gt;xpages&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; hi all,   I have coded a custom control which requires the page to be refreshed for it to work. The problem is, the refresh is only done after the page has been loaded. If the user refreshes the page before the "client side" partial update has been done, they get a message asking if they want to do a refresh..    Is there a way to do a server-side partial update or anything?...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110209_doing_a_partial_update_%22before.htm</link>
	</item>
	<item>
		<pubDate>Thu, 03 Feb 2011 07:09:13 +0000</pubDate>
		<title>Query_String value empty with agent URL from xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Corne Roos&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpages"&gt;Xpages&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotus Notes"&gt;Lotus Notes&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Lotus Domino"&gt;Lotus Domino&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; Hi there,   
I'm developing an application using xpages in domino 8.5.2 running on a windows 2003 server. My problem is this. I have a xpage on which I added an onload event which calls a client side javascript library. XSP.addOnLoad(function(){getMyValues()}); This function (used for displaying a Fusion Chart swf chart) then calls a lotusscript agent with the fusion charts setDataURL api call. The url contains the agent name and the parameters like "/dbpath/agent?openAgent?val1=?val2=" .The ag...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110203_Query_String_value_empty_with_.htm</link>
	</item>
	<item>
		<pubDate>Mon, 31 Jan 2011 15:22:56 +0000</pubDate>
		<title>checkBoxGroup</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Vikas Sinha&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=checkBoxGroup"&gt;checkBoxGroup&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=@DbColumn"&gt;@DbColumn&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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 sol...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110131_checkBoxGroup.htm</link>
	</item>
</channel></rss>
