| Thread | Last Post | Replies |
|
| Print a sentece using variables from different queries. | 30 Apr 2006 17:18 GMT | 2 |
I have to print a sentence and put inside 3 diffent variabales. exemple: The car of #firstvariabale# is #secondvariabale# and #thirdvariabale# The first and the third variabile are exctract from a query instead the second
|
| sessions, browser close, login | 30 Apr 2006 16:24 GMT | 2 |
Hello all.... Please help i need some input here. Im trying to develop a login/authentication/security framework in Coldfusion for some apps im developing. The problems I have run into are with sessions and
|
| Cfquery Issues | 30 Apr 2006 13:05 GMT | 2 |
Hello, I have a query that I cannot figure out... my table lists a lot of rows of products and one of the fields in the products table is called "basic_prodtype" ... each product can either be a knob(1), pull(2), hinge(3) and backplate(4)... So in essence each product is either a ...
|
| Charset in flashform | 30 Apr 2006 12:41 GMT | 3 |
I have problem using norwegian charset in a flash CFFORM. In an ordenary cfform I use : <cfset setEncoding("url","ISO-8859-1")> <cfset setEncoding("form","ISO-8859-1")>
|
| Problems with udelivered emails | 30 Apr 2006 07:14 GMT | 3 |
I have having problems with connecting to my email server. Most of my emails go out but some of the time out with a ?No connection to mail server? message and then they are moved to my undelivered folder. My question is? Does CFmail recycle the undelivered emails back to the ...
|
| Beginner <cfparam> and <cfquery> question | 30 Apr 2006 03:02 GMT | 5 |
ok, I am trying to accomplish 2 things in my site. I have a table that I have sortable by columns but the list is rather long. I want to add pagination to it but I can't figure out how to combine the <cfparam> and the <cfquery> together to accomplish the 2 at the same time.
|
| cflocation problem using cgi variable | 29 Apr 2006 21:16 GMT | 2 |
Hello all take a look at this... <cfif cgi.request_method eq "post"> The form was post <cfelse>
|
| PDF Generation | 29 Apr 2006 21:13 GMT | 1 |
I need to generate a PDF document that has a barcode like this one http://pdf.helium-solutions.com/barcode.aspx
|
| File Upload / ENCTYPE Problem - Please HELP !!!!!! | 29 Apr 2006 20:54 GMT | 2 |
Please HELP !!! I have following config. MS Windows Server 2003 with Coldfusion 7. Everything is working fine. But now I want to upload a file, and there is the problem that I have the
|
| Advanced Forms | 29 Apr 2006 01:12 GMT | 4 |
I have written a form where uses will submit details about overtime clams they are making for each month. The user will enter this data which is saved in a database via a form, but it needs to be checked (and edited) by management before its passed to finance, therefore I need ...
|
| Conditional display | 28 Apr 2006 23:10 GMT | 2 |
I want to use the email of a customer to determine what form fields to show. Thus after entering their email in the email form field and tabbing to move to the next field, I want to determine what fields should show. Is there a way of implementing this? TIA
|
| Save form data?? | 28 Apr 2006 21:23 GMT | 2 |
If I have a form that I'm having users fill out, and there's an error, the users are sent back to the form with a error message. But then their info they filled out is also gone. Is there a way, with sessions or cookies, to store their info and when
|
| cftry/cfcatch issue | 28 Apr 2006 18:40 GMT | 5 |
Cfcatch does not seem to catch all errors. Below are two examples of errors that it will not catch. Am I doing something wrong or are there some limitations on this tag? BTW I don't think that cferror will catch them either although sitewide error handling does seem to catch ...
|
| %3F replacing my ? on CFHTTP | 28 Apr 2006 18:17 GMT | 2 |
I have a CFHTTP and in the FileContent I have some code to check for a variable and output it. The issue is when it outputs it gives me a index.cfm%3FVar=test and not index.cfm?Var=test so my links just blow up when clicked. Any way to bring back the ?
|
| show / hiding html | 28 Apr 2006 17:59 GMT | 6 |
hi, I was wondering if anybody new of a cftag that did the same as the follwoing link. It is basically a script that you often see on faq's whereby the user can show and hide text http://www.sharepointcustomization.com/resources/codesamples/faqshowhide/faq_exa
|