Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
EdmondsM #1
Pass data from a bind field error
Hi all, I have a check box and a textfield binded together. If a user checks
the checkbox, the textfield gets todays date. I am getting the following error
message when I try to pass any values from either the checkbox or the textfield.
"Form entries incomplete or invalid."
Here is the code for the checkbox and the textfield.
<cfinput type="text" name="BriefSum_Date" bind="{(BriefSum.selected) ?
BriefSum_Date.text='#DateFormat(Now(), "mm/dd/yyyy")#':''}" width=75>
<cfinput type="checkbox" name="BriefSum" ID="BriefSum" label="Brief summary">
I am using the following code on the action page to collect the information
<cfoutput>
#form.BriefSum#
#form.BriefSum_Date#
</cfoutput>
Thanks in advance.
EdmondsM Guest
-
#36961 [Com]: mssql_bind will not bind an image field
ID: 36961 Comment by: rnerovich at gmail dot com Reported By: nerovichr at hotpop dot com Status: Open Bug... -
Accessing the Field of a Bind Expression at runtime.
Greetings I'm currently attempting to write a control that will extend functionality of databound controls (ie TextBox etc). However, while I can... -
When you bind an array to a datagrid, what's the field name?
In ASP.NET v2.0, I can successfully bind a generic datagrid to a 1 dimensional array. But, now I want to customise the column header. I think I... -
CFGRID with bind to text field --- IS IT ME????!
Ok...I'll keep it simple. I cannot get the binding feature to work in CF with cfgrid and cfform together. I am taking the example from the... -
How to pass data from Ms Access 2000 to a pdf file field Using only acrobat reader
Good day! I am currently using a pdf file as a reporting tool for my MS Access 2000 program. With full version of Adobe Acrobat installed in my...



Reply With Quote

