| Thread | Last Post | Replies |
|
| Can I write to CGI variables? | 25 Aug 2007 09:23 GMT | 5 |
My guess is that this isn't possible, but figured it was worth clarifying anyway. I have a page with a simple cflocation on it that sends the user to an external page. I need to somehow strip the referrer, mainly so that the site
|
| Email validation question | 25 Aug 2007 06:27 GMT | 1 |
I am in need of some advise. I am currently using a custom tag (IsEmail) to check the validity (format) of an email address. However, my supervisor would like to see if an email validation program or tag can be found that will check the email address against the domain server ...
|
| CFIF selecting only last entry | 24 Aug 2007 21:27 GMT | 6 |
I'm selecting all entries that meet the criteria of #ccdirect# = #cklstdirflg# and the radio button For N/A is selected; however, it always selects just the last entry that fits the criteria. Does anyone have a clue what I'm missing?
|
| Can't get a GROUP BY to work - what am I doing wrong? | 24 Aug 2007 18:24 GMT | 9 |
I have a table ORDER_HEADER with the following columns - ORDER_NUMBER, ORDER_DATE and ORDER_TOTAL. I want a report of the order_totals by each day. I have hard coded a sample time period for testing
|
| How to execute program in remote server? | 24 Aug 2007 10:25 GMT | 4 |
In my code I am executing a program that resides on another server. But when I execute the program the server where the code is resided runs the program and sucks up CPU. How can I make it execute the program in the remote server? I don't want it to
|
| Accordion | 24 Aug 2007 04:27 GMT | 1 |
Hi -- I am reposting this to another group as I got no response in the DB group. Rich "Rich Morey" <rwmorey71@hotmail.com> wrote in message
|
| Sending multiple variables in chart url | 24 Aug 2007 03:14 GMT | 1 |
HI, I have aseries of charts where users can drill down into the data. That's fine. The problem is the first graph is based on users form selections, which are used in the chart query as url variables. How do I then pass those variables
|
| Using Javascript to calculate monthly payments on form | 23 Aug 2007 20:56 GMT | 3 |
I have a single page form where I would like to be able to allow the user to choose between making a one time payment or monthly payments for a user defined amount. I could easily break the form into two pages and calculate the value of the monthly payments and display it on the ...
|
| want example of cfexchangeConnection | 23 Aug 2007 14:48 GMT | 1 |
i use cfexchangeConnection tage for connected with exchange server. but it give me error to not able to connect with server using 'HTTP/HTTPS' protocols. so any one can give me exmaple for solver it. thanks in advance.
|
| Foreign Fonts in dynamic XML | 22 Aug 2007 17:39 GMT | 3 |
I'm working on a learning language app, so far, that teaches Thai to English speakers and English to Thai speakers. I'm pulling lesson words from an access database that is storing foreign characters just fine. Here is the xml page for the first lesson of eng/thai - http://www ...
|
| Problems when consuming 3rd party web service | 22 Aug 2007 17:07 GMT | 5 |
I am having a hard time consuming 3rd party web services with Coldfusion 6.1. 3rd party is providing the web service and the wsdl file goes through validation just fine. Firewalls are open and confirmed and everything should be just fine. But I've ran into java.lang ...
|
| Securing a folder | 22 Aug 2007 16:27 GMT | 3 |
Is there a way using CF to have a password protected folder? Here is the problem. An engineering firm has a document control system in CF. So all documents for a job are supposed to go through the GUI. What is happening tho is people will go directly to the document storage ...
|
| ImageSetDrawingStroke() not working with ImageDrawBeveledRect() | 22 Aug 2007 16:08 GMT | 1 |
I'm trying to change the drawing line width of the line that is drawn using ImageDrawBeveledRect(). The docs say I can use ImageSetDrawingStroke() on the drawing function, but it seems no matter what I try I can't get it to work and it always sets the bevel line drawing width to ...
|
| CF8, GRID,BIND | 22 Aug 2007 15:14 GMT | 4 |
I am trying to get the ajax grid to work but have a small hurdle. The application sits on a D:drive, with a virtual dir : Apps : http://myserver/apps = web-root /component/ are in a subdir, now I am I am trying to use
|
| show images in select list | 22 Aug 2007 15:10 GMT | 6 |
I need to create a selection menu that display's JPG images. I have an Access DB that I store the image file names, when I query it and setup a select menu I can get it to display the text from the database no problem....however what I need is to display the actual JPG in the ...
|