RE: [ACFUG Discuss] disappearing variable values

2010-07-15 Thread Charlie Arehart
ot;, as of course have so many others here. It's a great community we have. :-) /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale Sent: Thursday, July 15, 2010 4:32 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable value

Re: [ACFUG Discuss] disappearing variable values

2010-07-15 Thread Dusty Hale
org [mailto:ad...@acfug.org] *On Behalf Of *Steve Ross > *Sent:* Wednesday, July 14, 2010 10:51 AM > > *To:* discussion@acfug.org > *Subject:* Re: [ACFUG Discuss] disappearing variable values > > > > You aren't doing any variable scope copying in your app.cfm are you? &

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Frank Moorman
/charlie   From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale Sent: Wednesday, July 14, 2010 2:02 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable values  

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Dusty Hale
t;> explanation—it just isn’t always what it seems at first. >> >> /charlie >> >> >> >> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Dusty >> Hale >> *Sent:* Wednesday, July 14, 2010 2:02 AM >> *To:* discussion@acfug.org &

RE: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Charlie Arehart
@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable values Yeah or dump it onrequeststart... and on the page that would tell you where things are going haywire. One silly thing i forgot to say... you aren't doing urltopage.cfm?donorid= or just have the param there w/o a value? I'd

RE: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Charlie Arehart
But did you follow 3rd and 4th suggestions? You don't indicate that. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale Sent: Wednesday, July 14, 2010 11:08 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable values To add

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Steve Ross
rg] *On Behalf Of *Steve Ross > *Sent:* Wednesday, July 14, 2010 10:51 AM > > *To:* discussion@acfug.org > *Subject:* Re: [ACFUG Discuss] disappearing variable values > > > > You aren't doing any variable scope copying in your app.cfm are you? > > > > Sometime

RE: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Charlie Arehart
he'd need to look at the application.cfm/cfc that was influencing things. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Steve Ross Sent: Wednesday, July 14, 2010 10:51 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable values

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Dusty Hale
l >> happen? >> >> As I tell people all the time when they bring me in to consult on solving >> CF troubleshooting problems (big or small), there is always an >> explanation—it just isn’t always what it seems at first. >> >> /charlie >> >> >>

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Dusty Hale
cfug.org [mailto:ad...@acfug.org] *On Behalf Of *Dusty Hale > *Sent:* Wednesday, July 14, 2010 2:02 AM > *To:* discussion@acfug.org > *Subject:* Re: [ACFUG Discuss] disappearing variable values > > > > I've had a similar thing with url variable: > > > > The va

Re: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Steve Ross
anation—it just isn’t always what it seems at first. > > /charlie > > > > *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Dusty Hale > *Sent:* Wednesday, July 14, 2010 2:02 AM > *To:* discussion@acfug.org > *Subject:* Re: [ACFUG Discuss] disappearing variable valu

RE: [ACFUG Discuss] disappearing variable values

2010-07-14 Thread Charlie Arehart
isn't always what it seems at first. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale Sent: Wednesday, July 14, 2010 2:02 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] disappearing variable values I've had a similar thing with ur

Re: [ACFUG Discuss] disappearing variable values

2010-07-13 Thread Dusty Hale
I've had a similar thing with url variable: The value of url.myvariable is: #url.myvariable# The value of url.donorid is: #url.donorid# It's Empty For some reason url.donorid always disappears unless there is an actual passed variable in the url. However, in theory the cfparam tag should set

RE: [ACFUG Discuss] disappearing variable values

2010-07-13 Thread Troy Jones
com/> | facebook.com/dynapp<http://www.facebook.com/dynapp> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart Sent: Wednesday, July 14, 2010 12:24 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] disappearing variable values Did you ever resolve this, Troy? I was

RE: [ACFUG Discuss] disappearing variable values

2010-07-13 Thread Charlie Arehart
to:ad...@acfug.org] On Behalf Of Troy Jones Sent: Tuesday, June 22, 2010 5:24 PM To: discussion@acfug.org Subject: [ACFUG Discuss] disappearing variable values I am having a perplexing issue. Has anyone ever had an instance where it seemed as if a variable just "poofs" into thin a

[ACFUG Discuss] disappearing variable values

2010-06-22 Thread Troy Jones
I am having a perplexing issue. Has anyone ever had an instance where it seemed as if a variable just "poofs" into thin air? For example, when I run the following code: thisPage.form_id = #testVar# The variable "testVar" exists up until the setting of "thisForm" which I've verified