Forum: ColdFusion Jun 29th, 2009 |
| Replies: 0 Views: 644 Hi,
I have created a pdf using cfdocument that displays the results of a submitted form. This works fine in IE and Firefox in Windows, but on the Mac & in Safari, it does not recognize the pdf... |
Forum: ColdFusion Jun 4th, 2008 |
| Replies: 0 Views: 1,511 Hi,
I am getting the following error in my mail log:
Exception reading response; nested exception is: java.net.SocketException: Connection reset
I get this intermittently: sometimes it works... |
Forum: ColdFusion Feb 16th, 2008 |
| Replies: 3 Views: 1,298 Oh, I was hoping someone knew some way to do this with replace. I'll try other forums. Thank you! |
Forum: ColdFusion Feb 16th, 2008 |
| Replies: 3 Views: 1,298 Hi,
Please help! We have data that was input into SQL Server using activedit. This data has all kinds of inline styles, and it looks horrible. Is there a way to parse the data and get rid of... |
Forum: ColdFusion Jan 23rd, 2008 |
| Replies: 1 Views: 1,214 Hi again,
I figured out a way to do this, but it seems like such a long-winded way to go about it. If anyone has any way to make this neater, please let me know.
I. First, I concatenate the... |
Forum: ColdFusion Jan 22nd, 2008 |
| Replies: 1 Views: 1,214 Hi,
For a reservation system, I would like to be able to highlight those reservations where the dates and times are duplicates, so those confirming the reservations will easily see... |
Forum: ColdFusion Jan 5th, 2008 |
| Replies: 4 Views: 1,715 Thank you, mellamokb. That was helpful. I just wanted to make sure I was doing everything possible. I do always check before I publish a page, but I've inherited this site, and there are a lot of... |
Forum: ColdFusion Jan 4th, 2008 |
| Replies: 4 Views: 1,715 Hi,
I have a cferror type = "exception" exception="any" in my application.cfm file. This works great for most errors, but I recently found that it is not working for attribute validation errors. ... |
Forum: ColdFusion Nov 20th, 2007 |
| Replies: 1 Views: 1,487 Hi,
I'm selecting email addresses to mail where the field emailsent is null. After I run the cfmail, I update the field to the date the email was sent.
Is there a danger of the update query... |
Forum: ColdFusion Oct 12th, 2007 |
| Replies: 2 Views: 2,119 Hi,
I have a calendar w/data stored in SQL Server. People can reserve multiple dates for an event. Before a reservation is confirmed, I want to be able to see if the dates have already been... |
Forum: ColdFusion Sep 17th, 2007 |
| Replies: 0 Views: 1,597 Hi,
We have a form where people are able to upload a pdf. This works great. We also have an editing form, where they can edit their entry. However, when I try to call up the PDF file that they... |
Forum: ColdFusion Sep 1st, 2007 |
| Replies: 2 Views: 1,886 Thanks for your advice, hinde. I think your solution is probably more sound than the one I came up with. I'm just not that comfortable w/sql server, so what I did was create a table with 3 columns:... |
Forum: ColdFusion Sep 1st, 2007 |
| Replies: 2 Views: 1,886 Hi,
I have time stored as an integer in sql server. The time is separated into fields of hour, minute and am/pm. I need to output the data and sort the time, but of course, 12 is coming after 1.... |
Forum: ColdFusion May 14th, 2007 |
| Replies: 7 Views: 4,477 So that worked great...until my coworker tried to open the link with Lotus Notes! Apparently, the body turns up in the subject line. Any other alternatives that you know of?
Thanks you! |
Forum: ColdFusion May 3rd, 2007 |
| Replies: 7 Views: 4,477 Hi,
Thanks for all your good advice. I've given up on the query string part. We're just going to email from pages without query strings.
Here's the code:
<CFSET pagename = cgi.script_name> ... |
Forum: ColdFusion May 1st, 2007 |
| Replies: 7 Views: 4,477 I agree with you, CFAllie. But now I have another problem! When I try to include the URL, including a query string, in the body of the message, it won't include anything with ? or &. I tried... |
Forum: ColdFusion Apr 27th, 2007 |
| Replies: 7 Views: 4,477 Hi,
I've set up a "Send Page to Friend" function using a script that I donwloaded.
It works fine if I use my email as the recipient address, but I receive the following error when I try to... |
Forum: ColdFusion Apr 26th, 2007 |
| Replies: 2 Views: 4,909 Yep, that worked! Thank you, CFAllie! |
Forum: ColdFusion Apr 24th, 2007 |
| Replies: 2 Views: 4,909 Hi all,
I am running a query on an MS Access table that has some fields that are the same and some that aren't. For example, the customer number_field is the same, but the start_date field is... |
Forum: ColdFusion Apr 16th, 2007 |
| Replies: 17 Views: 7,381 Yes! I'm being spammed. Any solutions to stopping spam during form submission? |
Forum: ColdFusion Apr 16th, 2007 |
| Replies: 17 Views: 7,381 Hi CfAllie! The mystery is solved, sort of. I found the offending form submission. Have you ever heard of autohitsite.info? Somehow, they are filling out my form with a bunch of weird data.
... |
Forum: ColdFusion Apr 12th, 2007 |
| Replies: 17 Views: 7,381 I meant before the form was inserted in the database, not before it was submitted! |
Forum: ColdFusion Apr 12th, 2007 |
| Replies: 17 Views: 7,381 I have tried entering long values, but since I've set the MAXLENGTH, it stops me. What I've decided to do is have the form fields emailed to me before the form is submitted, so that mayble I can find... |
Forum: ColdFusion Apr 11th, 2007 |
| Replies: 17 Views: 7,381 Thank you so much for trying to help me!
Nope, no memo fields. And I've tried the form myself, entering all kinds of values of varying sizes, and everything works. Is there a way to get the... |
Forum: ColdFusion Apr 11th, 2007 |
| Replies: 17 Views: 7,381 It's MS Access with Unicode. The table is huge, so I don't know if I'll post the structure. However, I did put a MAXLENGTH on all form fields to make sure that they couldn't enter too much data. I... |
Forum: ColdFusion Apr 11th, 2007 |
| Replies: 17 Views: 7,381 Thank you, cfAllie. I'm using MX7.
I'm not sure if I want to use the insert statement, because none of my form fields are required, and if they are not filled out, I get Element formfield is... |
Forum: ColdFusion Apr 11th, 2007 |
| Replies: 17 Views: 7,381 I have a form on our Web site where visitors enter data. I use cfinsert to insert this data into an MS access table.
Most of the time, this form works. However, I occassionally get the... |