| Thread | Last Post | Replies |
|
| A variable stores query results.. | 14 Dec 2004 15:25 GMT | 4 |
I'm trying to get one of the values from each record of qGetGroupUsers (see first line of code below) to help in running another query in line 2 of the code below. The way I have it now it only takes the value from I want from the first record of qGetGroupUsers. I supposed I ...
|
| loop over XML nodes | 14 Dec 2004 15:22 GMT | 1 |
i have an xml file that i want to loop through using CFMX. what i am trying to accomplish is to store application variables in XML and then loop through them creating them on the fly. this way i can just update the xml file and thus updating the application variables. i dont want ...
|
| count displays | 14 Dec 2004 15:16 GMT | 2 |
I am working on a page that displays information based on count. The count works fine if there is information in the database. How do I set up the query so that the information is displayed if there is no one signed up for a particular club. For example, if no one is signed up ...
|
| Functions for converting HTML to Text and Rich Text to Text | 14 Dec 2004 14:33 GMT | 2 |
I need badly the tool which is compatible with Cold-Fusion and can convert the HTML to Plain Text. If anybody is knowing @ such a tool, please let me know it. Also if anybody has come across the functions written in ColdFusion which can convert the same will also be helpful.
|
| share application variables | 14 Dec 2004 12:52 GMT | 1 |
I have an application set up for my Admin and a separate application set up for the site that displays my content. I need to create an application variable from my admin to my live site. Is it possible to transfer application variables between two applications on the same site? ...
|
| cflock before IsDefined()? | 14 Dec 2004 10:22 GMT | 6 |
Hi, can you please explain what would be a good coding practice when checking for the existence of the Session variables and then using cflock to lock them. Do we check whether they exist and then if they do, we lock them and use them, or do we cflock the shared scope and then ...
|
| hurlparamsmx | 14 Dec 2004 08:03 GMT | 1 |
Does any one have experience of using the hurlparamsmx custom tag. In the documentation it states that you have to put the file name after the last slash, eg index.cfm\hurl\a=1\index.cfm which is a requirement on of MX. Is this still the case?. Ive never seen a site work like ...
|
| Pulling newest record from a database | 14 Dec 2004 05:00 GMT | 3 |
Hey all. I know this should be really easy but for some reason I just can't think of how to do it. How can I make a webpage pull the most recent record out of a database and display it onscreen. What i am trying to do with this is on the main page of my website, have the most ...
|
| Displaying query results | 13 Dec 2004 22:31 GMT | 4 |
Hi, I am using the following code <!--- Do the query ---> <cfquery name ='Order_Totals' datasource='CASKIE'> SELECT Clients.ClientID, Clients.ClientName, Customers.ClientID, Customers.CustID, Clients.Location, count(Clients.ClientName) As ...
|
| Programmatically Clear Out WSDL Cache | 13 Dec 2004 21:09 GMT | 2 |
Whenever I consume web services using ColdFusion and the WSDL of the service being consumed is changed, ColdFusion has to be restarted to recognize the changes to the WSDL document. I'm assuming that ColdFusion caches the WSDL, until it is restarted, at which point the WSDL ...
|
| cfmail and ms Exchange | 13 Dec 2004 20:34 GMT | 1 |
I host my MS Exchange email server locally in my office. I'm trying to get cfmail from my development server to send mail using Exchange. It will send mail if it is for local delivery (i.e., in my domain), but won't send it to any external domains. Any ideas?
|
| so easy for you guys | 13 Dec 2004 19:45 GMT | 7 |
-------------------------------------------------------------------------------- I dont want anyone enter '@' sign in a text field ! How !! or I have form I want to verify a text field against any input of '@' sign before submit process
|
| Dynamically named arrays | 13 Dec 2004 19:44 GMT | 4 |
Hi all. I have come across an issue that i have experienced once before (with no resolution). But this time I have to solve this. The issue is naming an array and assigning its indexes values dynamically. As experienced by '
|
| Why doesn't this query work? | 13 Dec 2004 14:24 GMT | 7 |
SELECT SERIAL_NO FROM EQ_MAIN WHERE EQ_EQUIP_NO= '#equipno#' I set the variable equipno before but this query won't work unless I hardcode an equipment number.
|
| Finding Orphaned Files | 12 Dec 2004 19:57 GMT | 1 |
I want to set up a page to identify orphaned files in a directory. I have a directory of uploaded files and a database table that contains their filenames. Is there a way to use cfdirectory to return the names of the files in the directory and compare those to the filenames in ...
|