Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Torgom #1
<cfoutput>
Hi. I'm trying to rename a file but I get an error message. My code looks
someting like this: <cfset source='C:\MyDocs\old.doc'> <cfset
destination='C:\MyDocs\new.doc'> <cffile action='rename'
source='<cfoutput>#source#<cfoutput>'
destination='<cfoutput>destination</cfoutput>'> The error message i'm getting
is: The value of the attribute source, which is currently
'C:\MyDocs\old.doc', is invalid. What am I doing wrong. Please help. I'm using
CF MX. Thanks a lot
Torgom Guest
-
Cfoutput help!!!
I am trying to figure out how to output records from a query that is returing 2 distinct table rows from each query. THe out put needs to look like... -
No row output if no cfoutput
I've been trying to build a table in the following format: <tr><td>HTML</td> <CFOUTPUT... -
cfoutput and css
I declare an entire document within a <cfoutput> </cfoutput> section. I am trying to insert the following css style descriptor into the code: ... -
cfoutput prblem
Hi: I made a registration page with coldfusion, then I want the user to edit it's info. So I started the page with a cfquesry and then a cfoutput ... -
cfoutput and cfloop
Hi all, well this is my question: I want to show 2 or more different sets of record sets but one or more of them have to be nested on the first,... -



Reply With Quote

