Bryan,
  I have 2 email accounts which are registered to receive CF-List mail.
([EMAIL PROTECTED] and [EMAIL PROTECTED])  I only want to receive one copy
of each posting so I have tried to unsubscribe twice from the
[EMAIL PROTECTED] but I am still getting the mail to both accounts.
  Could you fix this please?
Don

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


well the query is running inside of the custom tag. In order to get the
result set in the calling page you have to assign it to a scope shared by
the calling page.

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


> Why don't you just name the cfquery, "qry" to begin with?
> Don Buck
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Bryan LaPlante
> 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