| Thread | Last Post | Replies |
|
| 2D Barcode Generator for ColdFusion | 11 Mar 2005 08:32 GMT | 1 |
Can anyone recommend a good ColdFusion compatible 2D Barcode generator, preferably supporting the DataMatrix format. Thanks!
|
| Recursively Collect Files | 11 Mar 2005 01:01 GMT | 1 |
Does anyone have experience with recursion in ColdFusion? I have a directory of files that has a bunch of subdirectories that have subdirectories and files in them. I need to get all the files databased, but I want to store the directory structure with them. Is there some ...
|
| Extracting HTML source from Javascript | 11 Mar 2005 00:53 GMT | 2 |
I am trying to use the CFHTTP command to pull HTML source into a variable. The problem I am running into is that the HTML page is using a javascript file to generate the portion of the page that I need to get to. When I pull in the HTML page using the CFHTTP command I get the ...
|
| showing folder contents | 11 Mar 2005 00:45 GMT | 1 |
looking for a way to show a folders contents in a CFM page. Saying a user puts a document in a folder and some CF page automatically lists on the next page loading...
|
| CF 7 | 10 Mar 2005 22:49 GMT | 3 |
Can anyone point me to a document that shows how to have a flash form and use the onsubmit attribute to use a custom javascript validation function instead of the inbuilt validation ? I have tried
|
| Strange cffunction/cfsavecontent error | 10 Mar 2005 20:51 GMT | 1 |
I have some code where I call a UDF and store the results in a variable using cfsavecontent. Here's the code: <cfsavecontent variable='rebateText'>#displayRebateTeaser(make_vch=make_vch,model_vch=model_vch )#</cfsaveContent> <cfif trim(rebateText) is not ''>#rebateText#<br ...
|
| CFILE | 10 Mar 2005 19:42 GMT | 3 |
I have an input file tag. When the user clicks on Browse button to point to the file, how do I determine(store into a variable so that I can pass it to javascript for splitting the file) the entire file path which I have to pass it to <cffile read> tag...Otherwise how can I ...
|
| Incorrect results in <cfloop> | 10 Mar 2005 16:39 GMT | 3 |
I have 4 different dropdown of courses with courseID together with its data, PlayDate. Let say I have selected course 1, 2, 3 4 but when I insert in my DB I can?t insert the corresponding PlayDate and Number of players with its correct courseID I have selected. I have tried to ...
|
| SMS Gateway | 10 Mar 2005 15:48 GMT | 4 |
Hi Guys, I was reading about SMS Gateway in cfmx7. Is it possible to connect own mobile to laptop and try to send message thorugh new SMS gateway or similar. So we don't need a connection from telecommunication company. Own mobile will send the message to mobile company from ...
|
| Help with dynamic output using Form.variable | 10 Mar 2005 13:47 GMT | 2 |
Well here is my situation: Survey answers insert into access db. Working fine. Viewing the results: I have a form that you can choose by who enter it and what answer to a
|
| Data Manipulation Techniques | 10 Mar 2005 13:32 GMT | 3 |
Hi, I am working on an Application that pulls data from a variety of tables. I would like to run monthly reports and all of the queries will change from month to month based on whatever Month the user selects. Things are involved like Calendar running year information and ...
|
| php to coldfusion | 10 Mar 2005 11:27 GMT | 1 |
Hi I am new to coldfusion. I just switched my server from a linux box to windows, so a php script that I had no longer works. I want to convert it to coldfusion. The script is a form script which check and verifies the fields and the email address. Is there a tutorial some ...
|
| using list in subquery | 09 Mar 2005 23:23 GMT | 3 |
I have a query that I would like to pass a list of values to use in the WHERE statement. How do I use a list in the WHERE statement? Example: <cfset list = "a,b,c">
|
| File uploads without saving file | 09 Mar 2005 21:49 GMT | 1 |
I am running a system that takes a users file and uploads it to a blob. That worked flawlessly in Coldfusion 6.1 and 7. Now, I need to get the mime type. Thats not so easy. The only answers Ive found so far is to save a temp file, cffile it and get it that way, but there must ...
|
| Report Builder and stored Procs | 09 Mar 2005 21:16 GMT | 1 |
Is it possible to use a stored proc instead of query in report builder. This tool lacks any documentation that I can find. I have tried both: cfstoredproc proceedure='myProc' and CFQUERY exec myProc niether seem to work. Thanks in Advance for any help.
|