•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ColdFusion section within the Web Development category of DaniWeb, a massive community of 332,603 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,149 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ColdFusion advertiser:
Views: 418 | Replies: 2 | Solved
![]() |
•
•
Join Date: Feb 2008
Posts: 16
Reputation:
Rep Power: 1
Solved Threads: 0
Friends, I have two bugs I would like to fix,I know thier is someone out thier that can shed some light into this.
First one is simple I don't know what I typed wrong for the date function it says this as below
Missing argument name.
When using named parameters to a function, every parameter must have a name.
The CFML compiler was processing:
An expression beginning with DateFormat, on line 140, column 75.This message is usually caused by a problem in the expressions structure.
The tag attribute value, on line 140, column 67.
A cfinput tag beginning on line 140, column 12.
138 :
139 : <td><label>
140 : <cfinput type="text" name="dateofbirth" validate="date" value="#DateFormat(getmice.dateofbirth,‘mm/dd/yyyy’)#">
141 : </label></td>
and the second bug is when I upload an images directory to the database and I want to edit the form, it only shows the text fields , while the upload field is blank, I tested the image on a list form and it displays with all the text fields, My question , how can I populate the upload file field with the directory I display in the list form.
Thanks A lot
First one is simple I don't know what I typed wrong for the date function it says this as below
Missing argument name.
When using named parameters to a function, every parameter must have a name.
The CFML compiler was processing:
An expression beginning with DateFormat, on line 140, column 75.This message is usually caused by a problem in the expressions structure.
The tag attribute value, on line 140, column 67.
A cfinput tag beginning on line 140, column 12.
138 :
139 : <td><label>
140 : <cfinput type="text" name="dateofbirth" validate="date" value="#DateFormat(getmice.dateofbirth,‘mm/dd/yyyy’)#">
141 : </label></td>
and the second bug is when I upload an images directory to the database and I want to edit the form, it only shows the text fields , while the upload field is blank, I tested the image on a list form and it displays with all the text fields, My question , how can I populate the upload file field with the directory I display in the list form.
Thanks A lot
Last edited by zoid777 : Apr 1st, 2008 at 7:57 am.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ColdFusion Marketplace
Other Threads in the ColdFusion Forum
- Previous Thread: mdf as datasource
- Next Thread: How to secure files, without active directories


Linear Mode