AND if I use the real column name and use the use the parameter select="yes" that doesn't even show the checkbox, it just display the column there..
> Thanks for your quick reply. This was the first thing I tried. > The error is > > Query column invalid or missing. > You must specify the name of a column in the qryGetStuff query for the > printThis attribute of the CFGRIDCOLUMN tag > > digging the documents but found nothing, google search didn't help > either. > > I hope someone used it here who can help. > > Thanks, > > > > > > > >If you are calling the query from <cfgrid> tag, do this: > > > ><cfgridcolumn name="printThis" header="Select" width="50" > select="yes" > >type="boolean" display="yes"> > > > >Chris Martin > > > > > > > > > >Asim . wrote: > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287804 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

