macromedia.coldfusion.database_access
[Top] [All Lists]

Re: CFGrid in CF8

Subject: Re: CFGrid in CF8
From: "BKBK" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 25 Mar 2008 21:11:13 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Azadi wrote:
 [i]from the OP's last line in the cfc (queryconvertforgrid function used) i
 assume this cfc method is populating a cfgrid... which requires access
 attribute to be set to 'remote'[/i]

 I understand. What I suggest is to test with and without 
[i]access="remote"[/i], using code like

 <cfset surveyObject = createobject("component", "survey")>
 <cfset surveyStruct = surveyObject.getSurvey(1,2,'Q1','asc')>
 <cfdump var="#surveyStruct#">




<Prev in Thread] Current Thread [Next in Thread>