| Thread | Last Post | Replies |
|
| Hit Counter - daily and total | 15 Oct 2004 20:48 GMT | 1 |
Here yah go.... Finally got the code done.... Simple text Hit Counter for daily and total hits to 2 tables (daily hits and total hits) Then can do a page (not included) to display daily hits in a <cfquery> table.
|
| Too few parameters?! | 15 Oct 2004 19:02 GMT | 2 |
Hello all. I have a function for my site where you can see all the registered users and edit them. However I keep getting an error in my cfc component that says too few parameters expected. The werid thing is it happens in the cfquery tag. Here is the exact error:
|
| What is the format in passing multiple values in | 15 Oct 2004 17:02 GMT | 3 |
anyone knows the format for passing mutiple varibale+value pairs via URL. for example, I want to pass , docid=223,22 , pid=2726 and zip=20987 to a page getvalues.cfm
|
| ActivePDF Webgrabber | 15 Oct 2004 14:46 GMT | 2 |
I try to download the evaluations for Active PDF Server and ActivePDF Webgrabber and just following extactly the instruction (ReadMe) from ActivePDF Webgrabber.. Here is the file and i name it as PDF.cfm ================================================================
|
| cfmail | 15 Oct 2004 11:03 GMT | 2 |
is it possible to not only send mail but also to add the information to the outlook tasks folder in outlook?
|
| What is the format in passing multiple values in | 15 Oct 2004 09:11 GMT | 1 |
anyone knows the format for passing mutiple varibale+value pairs via URL. for example, I want to pass , docid=223,22 , pid=2726 and zip=20987 to a page getvalues.cfm
|
| SharePoint Portal Server 2003 and Cold Fusion | 15 Oct 2004 07:26 GMT | 1 |
How do I embed a rendered aspx file from sharepoint portal server into my cold fusion environment?. Sharepoint portal server is installed on a seperate server.
|
| custom variables in text | 15 Oct 2004 05:44 GMT | 1 |
cold fusion variables are output between # signs...if i wanted custom variables, stuck it in some text and surrounded it by % signs, how would i get a list of the variables (so getting a list of any word that has % around it). example..
|
| add / remove column from Access database | 15 Oct 2004 04:05 GMT | 1 |
I'm trying to figure out how to add and remove columns from an Access database using Coldfusion. It was suggested I try something like: ALTER TABLE tablename ADD columnname
|
| Indexing Services COM object and CFMX 6.1 | 14 Oct 2004 22:22 GMT | 1 |
We are in the process of upgrading from CF 5.0 Pro on Win 2000 Server, to CFMX 6.1 Pro on Win 2003 Server, and are having a lot of trouble with a search interface that uses the IXSSO COM object to access Microsoft Windows Indexing Services. Basically, the code queries the ...
|
| cfupdate | 14 Oct 2004 22:07 GMT | 2 |
I know cfupdate has it's issues...I'm running into a problem with the cfupdate in coordination with the 'formfields' option as one of my Oracle fields is a number (e.g. 971). AND CF is having issues in the FF statement with this number...
|
| Delay Evaluation in Cold Fusion | 14 Oct 2004 21:32 GMT | 1 |
I would like to know if there is a way to perform the following operation. <cfloop index="i" from="1" to="10"> <cfset data#i# = #i#> </cfloop>
|
| DateDiff in SQL Query | 14 Oct 2004 20:41 GMT | 6 |
In my query I am trying to output a specific message for ages 13-18 but cannot get it to work. I've tried many different renditions but currently using the following code. Thanks <!-- Query for 13-18 Age Group -->
|
| CFPOP Displaying Text not HTML in Body? | 14 Oct 2004 19:56 GMT | 2 |
I'm using CFPOP to retrieve messages, however the body of the message is always displayed as plain TEXT everytime, eventhough email sent to this account is always in HTML format. I tried to send out messages from different clients but CFPOP still displays
|
| cfif - now() issue | 14 Oct 2004 19:38 GMT | 1 |
<cfquery name="qry" datasource="blah"> SELECT Today FROM tbstuff ORDER by Today</cfquery> <cfif Today is Now()> Whats wrong with the CFIF statement????
|