On Tuesday, September 3, 2002, at 10:30 AM, Jon Gorrono wrote:

> Hello, Everyone...
>       I just joined the list ... because I am on a mission, one that is
> miserably failing at the moment... Plz, forgive me if, in the following
> plea, I am overlooking something in the archives or just something
> obvious...
>
> Question: Any trick to getting cfproperty to define and persist a
> variable (in 'this') with flash remoting?
>
> I have:
> <cfproperty hint="It's bigger than a bread-box" name="LastError"
> type="string" default="">
>

not sure what happened there, but here is what the rest of the message 
actually looked like...
<begin continuation>

  and later:
<cffunction name="GetValue"  hint="Your getting warmer"
                                output="false" returntype="string" access="remote">
    ...
                <cfif myResult is "">
                        <cfset this.LastError="403">
                        <cfreturn myResult>
                </cfif>

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to