| Thread | Last Post | Replies |
|
| sort email addresss challenge | 22 Sep 2004 19:50 GMT | 1 |
would like sort email address after @. means all aol.com email address to geather. All gm.com address to gather all ford.com to gather. I have only one column in my database and thats call email... Any help would be appreciated. test3@aol.com
|
| Why is CFFILE ACTION=APPEND adding extra code? | 22 Sep 2004 16:52 GMT | 1 |
I am having problems with creating a file. I want to append some rows to a file and keep getting extra opening tags that are screwing up the final file. I have attached a look of how I am trying to append the data and one of what I see when I get done appending.
|
| Need help with list. | 22 Sep 2004 16:39 GMT | 8 |
Goal: Create a list from 10 separate text fields contained in a form. Sort through the list and find the string "Keyword not defined." as many times as it appears in the list and delete. Create new list with only the user defined values separated by a comma so that it can be ...
|
| Alerting when duplicate entered | 22 Sep 2004 14:19 GMT | 2 |
I have a form that contains multiple text fields named serialnumber. Of course, this creates a list for the following page...what I would like to do but can't figure out is once the user clicks the submit button, have some javascript that will check the serial number field(s) for ...
|
| MSWord with Coldfusion | 22 Sep 2004 14:09 GMT | 7 |
I want to automate MSWord with Coldfusion. I am using the <CFObject> tag to create a COM object of that, but even then, I am not able to create an instance of the word object. Could anyone help me out in trouble shooting this problem. Expecting a positive and an early reply from ...
|
| jave object error | 22 Sep 2004 13:48 GMT | 3 |
I'm trying to javacast a value returned from calling a java object and get the following error 'Could not convert the value 1.098026168011E12 to an integer because it cannot fit inside an integer.'
|
| Attribute validation error for tag CFLDAP | 22 Sep 2004 10:38 GMT | 1 |
Hi all Experts, I'm trying to add the user into Active Directory by using cfldap. After I follow the coldfusion MX documentation to modify the Add function on cfldap, there is the error message as below:
|
| CFX and Java | 21 Sep 2004 22:48 GMT | 1 |
I have the following java implementation of a custom tag: public class cfxTEST implements CustomTag { public void processRequest( Request request, Response response )
|
| Outlook meeting request | 21 Sep 2004 20:28 GMT | 1 |
Is there a way to send outlook meeting request programmatically from cold fusion using <CFMAIL> tag? Any Ideas? Thanks a lot,
|
| String manipulation | 21 Sep 2004 19:50 GMT | 2 |
How do you remove lower case vowels from a phrase? Thanks for your help.
|
| Using multiple <CFERROR EXCEPTION="custom_type"> | 21 Sep 2004 17:11 GMT | 1 |
I am trying to use multiple CFERROR tags to catch various application-defined error types, like this: <cferror type="EXCEPTION" template="dspLogin.cfm" exception="ShowLogin"> <cferror type="EXCEPTION" template="InputValidationException.cfm"
|
| Queue Question (Like Netflix) | 21 Sep 2004 17:05 GMT | 2 |
I'm setting up a list that can be ordered like the netflix queue. If you've never seen the Netflix queue, it is just a list with a text box that lets you set the priority of the items in the list. For example:
|
| Storing Client Variables in DB - Opinions | 21 Sep 2004 16:32 GMT | 5 |
I'm looking for some advice from those who have done it! I'm worried about the feasibility of what we are planning. We are using CFMX 6.1 on Win2003 and Oracle 9i DB on UNIX. We want to allow our consumers to store a list of their website favorite
|
| uploading and retrieving images programatically | 21 Sep 2004 16:18 GMT | 2 |
im a beginner! trying to upload certain attachments/images to a mySql database using the C Language. i also want to know how to retreive these pictures/other attachments. Can anybody help me with some sample program???
|
| Dynamic Drop Down Lists On Focus Change | 21 Sep 2004 15:45 GMT | 3 |
I've noticed on a few of the bigger web sites out there using drop down lists in a cool manner. for example; three drop down menus. When you select an option from the first field, it automatically runs a query and populates the second drop down menu and this continues for the
|