When you bind a grid, you must pass the 4 required attributes
(gridpage, gridsize, gridsortcol, sortdir) and they must be first. So
if you want to pass _more_, you must put them _after_ the 4 required
attributes.

On Thu, Mar 20, 2008 at 3:08 PM, RobG <[EMAIL PROTECTED]> wrote:
> I have a cfc that I wrote, with two methods.  The first method creates
>  a CFGRID, and the second method is called by the BIND attirbute in the
>  CFGRID to retrieve its data.
>
>  What I'm trying to do, basically, is pass a tablename and have a
>  generic CGRID appear that displays all of the columns in the table.
>  If the method I call from within the cfgrid's bind attribute is
>  specific to the table, it works fine.  But when I try to pass a
>  tablename and call a more generic method, it isn't working.  Here's
>  the code:
>
-- 
===========================================================================
Raymond Camden, Camden Media

Email : [EMAIL PROTECTED]
Blog : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301715
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to