On Thu, Sep 10, 2009 at 7:08 AM, Cutter (ColdFusion)
<cold.fus...@cutterscrossing.com> wrote:
>
> Hmmm. Yeah, I missed that part of your email. Sorry about that.

No worries. :) I appreciate the help.

> If the query has a record, then I would think your use case would work.

That's what I would think as well.

> Did you dump it prior to the form?

Yes. It has exactly 1 record.

> Is the form in a cfoutput statement?

No since it's cfform. But I tried it that way anyway and it still didn't work.

> I'd like to help, but honestly I never use cfform in anything other than
> rapid prototyping, and even then I never use the 'flash' type form.

No worries. I figure someone here may be able to.

> Steve "Cutter" Blades
> Adobe Certified Professional
> Advanced Macromedia ColdFusion MX 7 Developer
>
> Co-Author of "Learning Ext JS"
> http://www.packtpub.com/learning-ext-js/book
> _____________________________
> http://blog.cutterscrossing.com
>
>
> On 9/10/2009 9:00 AM, Phillip Vector wrote:
>> On Thu, Sep 10, 2009 at 6:57 AM, Cutter (ColdFusion)
>> <cold.fus...@cutterscrossing.com>  wrote:
>>
>>> To prepopulate the form elements of the Flash Form, you'd have to use
>>> the 'value' attribute of your various form tags:
>>>
>>> <cfinput type="text" name="FirstName" value="#REQUEST.myQuery.FirstName#" />
>>>
>> Umm.. How is that different from..
>>
>> <cfinput label="Notes:" name="Note" type="text" required="false"
>> message="" id="Note" size="50" value="#AllConventions.Note#" />
>>
>> I don't see anywhere that I'm using javascript to populate the fields.
>> AllConventions is the name of the query and Note is a column in said
>> query.
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to