not sure, I just tried it, and
qry.recordcount contained the correct recordcount

-----Original Message-----
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 8:50 AM
To: [EMAIL PROTECTED]
Subject: Re: [KCFusion] Caller scope


I got it too work except now the result.recordcount is 0, why is it clearing
my query?

----- Original Message -----
From: "Jones, Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 8:43 AM
Subject: RE: [KCFusion] Caller scope


> That should work, I also have used that syntax in a cfquery name as well
as
> in a cfstoredproc cfprocresult
>
> -----Original Message-----
> From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 8:03 AM
> To: [KCFusion List] (E-mail)
> Subject: [KCFusion] Caller scope
>
>
> Going nuts friends,
> I could swear that I have used this syntax in the past, but I can not get
it
> to work now.
>
> In custom tag getResult.cfm there is a query that uses the caller scope to
> make the query result set available to the calling page.
>
> <cfquery name="caller.qry".....>
> select * from someTable
> </cfquery>
>
> In the calling page I output
> <cfoutput query="qry">
>
> </cfoutput>
>
> Error message says that the value of the output tag does not refer to the
> name of an available query. I also tried to <cfset caller.qry = qry>
setting
> the name value for <cfquery name="qry"> and that fails too.
> Any idea's.
>
> Bryan LaPlante
> 816-347-8220
> [EMAIL PROTECTED]
> http://www.netwebapps.com
> Web Development
>
>
>
> ______________________________________________________________________
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe.................... mailto:[EMAIL PROTECTED]
> To Unsubscribe................ mailto:[EMAIL PROTECTED]
>
>
>
> ______________________________________________________________________
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe.................... mailto:[EMAIL PROTECTED]
> To Unsubscribe................ mailto:[EMAIL PROTECTED]
>
>

 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to