| Thread | Last Post | Replies |
|
| query to list | 30 Apr 2005 10:10 GMT | 6 |
i need to convert a query column values to list , is there any way to do that, pls.help thanks in advance.
|
| Nested arrays & probability | 30 Apr 2005 07:04 GMT | 3 |
Let say I have a 2D array; myarray[1][1]="A" myarray[1][2]="B" myarray[1][3]="C"
|
| cfapplication Null Pointers | 29 Apr 2005 22:38 GMT | 2 |
I'm using ColdFusion 6.0 server. I keep getting Error Occurred While Processing Request for Null Pointers are another name for undefined values. But when i delete cookies from my browser than everything works fine. However when i load this page again, i get the same error. This ...
|
| coldfusion Ping | 29 Apr 2005 20:52 GMT | 9 |
i am developing an application for the company i work and the problem is the next : i am currently developing a flash based client that acceses to a ftp server and the extract some files from 1 directory that contains many txt, then i get
|
| CFMX 7 : Mask | 29 Apr 2005 20:44 GMT | 3 |
Hi, I am trying to use the mask on inputting data. However, I am able to submit my form even if the mask is not completed. Example : Mask : XX-999 It allows me to submit BE-1, whereas I would like to enforce the 3 digits. Any
|
| CFINDEX stops responding | 29 Apr 2005 20:34 GMT | 8 |
We are trying to index with TYPE=PATH a directory which contains roughly 20k files. These files are a collection of HTML, DOC, and PDF. I have tried multiple times to index this directory using CFINDEX. Though according to the task manager the index has completed in roughly ...
|
| PLEASE I Need Help with CurrentRow Issue | 29 Apr 2005 20:33 GMT | 1 |
I would like to display 6 records in row then go to the next row. I would like to do this without using a table. I would also like to me able to drop the hyphen - after the 6th record and the last row. I am working with a table now. I would like to discard the table. Here is ...
|
| WSRP and CF | 29 Apr 2005 18:00 GMT | 2 |
Has anyone been successful at writing WSRP (Web Services for Remote Portlets) compliant portlets in ColdFusion for integration with, say, uPortal? The OASIS WSRP spec is pretty complex, so I am wondering/hoping that maybe someone has written a wrapper/CFC for it similar to, in ...
|
| CFC WebService | 29 Apr 2005 17:51 GMT | 1 |
Okay I have an issue where I have to provide a client a web service that returns 4 parameters. No prblem the Web service is up and running and he can call it and get the return. Unfortunately he needs the return to be straight XML. The web service is returning to him a WDDX ...
|
| Trouble using cffunction | 29 Apr 2005 17:33 GMT | 5 |
I'm trying to use cffunction for the first time. My function looks like this: <cffunction name="getTitle"> <cfargument name="lineitem"> <cfset var ret_title = "">
|
| Using cfobject to call a dll | 29 Apr 2005 17:32 GMT | 4 |
Hope someone can help me with this problem i have. I have created an online shop which is using an integrated payment gateway (cybersource for those who know it). To parse your variables to it securely it uses a .dll that fires them off and you get a reply back saying if the ...
|
| CF Calculation Problem | 29 Apr 2005 16:55 GMT | 1 |
I have running into problems with a commissions calculation app i am working on. Currently I take the amount and apply a percentage to it to get the commission amount, works great and accuratly as long as its a base number like 1,2,3,
|
| sql in operator with cfqueryPARAM | 29 Apr 2005 16:41 GMT | 5 |
here is my query select distinct option_type, description, id from option_types where id NOT IN(<cfqueryPARAM value = "#mikeslist#"
|
| CFSET and Quotation Marks | 29 Apr 2005 16:33 GMT | 1 |
I have a page that generates an html attachment and sends it in email to an admin. The page is an asp page. my problem is that the asp page code requires double quotes, which will mess up my code. Here is my code... <cfset page1 = "<%Response.Buffer = True%>
|
| Need Help Processing Checkbox Form Elements | 29 Apr 2005 15:40 GMT | 3 |
What I'm doing: I'm pulling news releases form an SQL DB that have a status of 0. I'm using CFOUTPUT QUERY to output all the records into a table. Each record result has its own checkbox that if isDefined onSubmit will set the news release status to 1. In effect activating the ...
|