| Thread | Last Post | Replies |
|
| Passing cgi variable using <cfhttpparam>. Please help!! | 15 Feb 2005 22:07 GMT | 2 |
Hi, I am trying to fake the #cgi.remote_addr# variable by passing it in cfhttpparam as the following: <cfhttpparam type='cgi' name='remote_addr' value='fake ip address'> For some reason, it is not overriding the default #cgi.remote_addr#. Why is this so? And how would I ...
|
| Hiding E-mail Addresses | 15 Feb 2005 21:55 GMT | 3 |
I am looking for a solution to hiding e-mail addresses from spammers who spider your site looking for addresses. The organization has a contacts page where we display e-mail addresses for members who need to speak with someone in a specific section of our organization. Is there ...
|
| Run DTS from Coldfusion | 15 Feb 2005 21:28 GMT | 1 |
I have an application that is a couple of years old that I still have to babysit. I have to use DTS to import the contents of a text file into a new table. This table has lead information that is used by different people in the organization to use. This is why each file gets ...
|
| Help Comparing Todays Date to an Expiration Date in a Database | 15 Feb 2005 20:48 GMT | 1 |
I have no Idea where to start, I would like to build a page that posts upcomming events and when the date of the event has passed, that particular event is no longer displayed. Into the DB will be entered the Month and Day of the event (which could be compared to Now() ) but I ...
|
| downloading .tiff and .efx adding two bytes OD OA at the end. | 15 Feb 2005 17:32 GMT | 1 |
This has been a critical issue and have not been able to find a solution on this matter. Any help on this matter is very appreciated. We are using Alternatiff plugin to view .tiff docuements and efax messenger plus for .efx documents. When we download a document from the website ...
|
| CFFILE conflict with Microsoft updates | 15 Feb 2005 17:30 GMT | 2 |
I have a CFFILE tag that works great until someone installs 'Cumulative Security Update for Internet Explorer for Windows XP (KB867282)' on their machine. :| Here's the code: <cflock name='InfoSysUpload' type='exclusive' timeout='10'> <cftry> <cffile action = 'upload' ...
|
| WYSIWYG custom tag | 15 Feb 2005 16:32 GMT | 4 |
i am looking for a free WYSIWYG custom tag to insert HTML tags for html emailing.... thanks.
|
| Referencing an array that is nested within a structure | 15 Feb 2005 13:58 GMT | 5 |
Hi I would like to be able to loop over an array that is stored within a structure. However when I am trying to do so I am getting an error message. Can anyone help?
|
| Rich Edit Control for CF Form | 15 Feb 2005 09:15 GMT | 1 |
I'm looking for one that would work in cfform using the Flash format. I have one that I can integrate into a standard form but I have a client that wants it all :D Thanks
|
| WAP Gateway for MX 7? | 15 Feb 2005 07:16 GMT | 1 |
So, now that CF has the fancy gateways interface, is someone going to give us a WAP gateway? I know WAP is dying every day, but the Blackberrys that the sales guys have only have a WAP browser. :( I read somewhere that you just need to specify the correct MIME type and you can ...
|
| Verity Search Results showing CF Code | 15 Feb 2005 07:13 GMT | 2 |
I am running CFMX on a Linux box. I have created a verity collection. When it brings back search results from a search, CF code is showing in the summary. I have never had this happen before with a Windows collection. Is there something I am doing wrong??
|
| Syntax Error | 14 Feb 2005 21:49 GMT | 1 |
:disgust; I have 3 surveys that I am doing. I have got 1 going into the database like it is supposed too. The other 2 I keep getting 'Syntax Error in Insert into' statement - vendorerror code -3502'
|
| How do I show database generated ID Field on viewer input form confirmation page? | 14 Feb 2005 19:32 GMT | 5 |
I am using a form created in CF5 to enter data into the database. The code that displays the results of what the viewer submitted only displays those items that were submitted via the form. When the viewer record is created, the database (MSAccess) also creates an ID field ...
|
| Free Web Log Code? | 14 Feb 2005 19:20 GMT | 3 |
Hey all. I have been promising my users a free web log for a while... and when I still havn't gotten around to it. It's not that I coudln't code one its just that it entails kinda lot of work, giving a user a place to enter data, a place for users to edit old data, place for ...
|
| BlackStone | 14 Feb 2005 17:23 GMT | 7 |
I am really enjoying the new Flash forms in 7. The new bind attribute in the CFINPUT tag is great. However, there doesn't seem to be that functionality in the CFSELECT tag. Does anyone know how to make CF hilight the correct selection when a record in a grid is selected?
|