| Thread | Last Post | Replies |
|
| cfarguments wrong order | 18 May 2005 19:52 GMT | 3 |
this is what i am doing... when i email myself i get this: struct AAA1 3
|
| CGI Variables across local domains | 18 May 2005 19:46 GMT | 2 |
The broad question: is there any way to use the CGI.auth_user CGI.auth_password variables across local hosts so that NTFS authentication is NOT required at each stop? For example
|
| <cffile.... accept="image/*".... | 18 May 2005 19:16 GMT | 1 |
<cffile action="UPLOAD" filefield="file_path1" destination="#destination#" nameconflict="MAKEUNIQUE"
|
| How do I get a mail receipt using CF? | 18 May 2005 16:28 GMT | 6 |
I use CFQuery to get customers info from the DB and then I use CFMail to send them monthly email. What I need to get is something to indicate that the customer has read this email (something like a mail receipt). Any clue?
|
| Is cfinclude'ing from CFCs bad? | 18 May 2005 16:13 GMT | 4 |
Is it bad to CFINCLUDE a cfm file from a ColdFusion Component? We have run into some strange problems, which we believe are related to a shortage of RAM. But it was also suggested that the problem may be that we are cfinclude'ing files from our CFCs.
|
| CFContent & Images | 18 May 2005 15:56 GMT | 3 |
We have a problem that is RAPIDLY becoming a very serious issue. We have a report that is displaying a number of charts in JPG format. this report is then created in a PDF format using the cfdocument tag, and the pdf is emailed to a number of people. This is where the problem ...
|
| Dynamic Filtering? | 18 May 2005 15:30 GMT | 5 |
I'm trying to filter data coming from a single table. I have 4 search terms that can be used in any combination to search the table. Normally, a select/where statement would do. Unfortunately, each search term also allows for "All" in addition to a specific value. The problem ...
|
| = <> SQL operators in components | 18 May 2005 13:38 GMT | 4 |
If i want to change the "=" of this SQL syntax to "<>" I have to pass the operator as an argument is there a better way of doing this? its just its a bit messy <cfif isdefined("arguments.page_name")>
|
| Complicated variable | 18 May 2005 08:46 GMT | 2 |
I have a database query, which i output and also use 2 loops in. optionx and qtyx are loop index's. i want to use those loop index's to output a value that is in the db query. eg: in the database there is a table column called Product13
|
| Can't get FTP to Upload | 18 May 2005 02:49 GMT | 2 |
Im not sure if thier is an easier way but im trying to upload and rename a file at the same time. This will make it easier for me to know what file goes with what user. I just want to add the custID to the file. Do I need to upload and rename or can I do this in one statement? ...
|
| not (true) not (false) | 17 May 2005 23:54 GMT | 4 |
I am having a major brain block. I am reviewing this code and am getting my logic confused. This is the code: <cfif (not refind("\d{3}-\d{3}-\d{4}",form.destinationaddress)) and (not
|
| CFML to HTML | 17 May 2005 22:28 GMT | 4 |
Is there a way to convert a whole ecommerce site with all of it's many products from CFML to HTML for easy spidering? I haven't found any snippets anywhere. Can someone point me in the right direction on how to do this myself or to acquire a module that's already made
|
| Generate XML from CFC...HELP | 17 May 2005 21:08 GMT | 5 |
Can any of you CF experts help me visualize how a CFC needs to look to generate XML? Do I need to use CF tags to create the XML within a query and return it as a string ?? I also need to have a CFC to take an XML file and parse it within the service.
|
| How to test seesion expired | 17 May 2005 20:10 GMT | 1 |
<cfif IsDefined("Session.accounts_pk") and IsDefined("Session.org_pk")> ... some code </cfif> after seesion expired, above the "if statement" can not block process. and
|
| Maximum Search Results? | 17 May 2005 16:38 GMT | 2 |
Hello, everyone. I am having trouble with a query that I am performing. I have a database with a measly 739 records. If I try to perform a search of all records in the DB, it returns the page with my heading of "Displaying records 1 to 25 of 727". It starts listing my column ...
|