| Thread | Last Post | Replies |
|
| Query question - how to do this | 31 May 2008 23:30 GMT | 5 |
I have a table that contains a supplier_number, and a status_flag (y or n). There can be multiple occurances of each supplier number. For my report, I need to show (count) the number of
|
| Grouping alphabetically by first letter | 31 May 2008 15:57 GMT | 5 |
I want to create a query that will group results based on the first letter of the record text. First they would be grouped by Category, then by letter of the alphabet and then be Ordered alphabetically. I would also like to use this query to try and populate a CFTREE.
|
| WGET Coldfusion 8.0.1 ? | 30 May 2008 17:51 GMT | 1 |
I want to download Coldfusion 8 with wget on my linux box (command line only.) I attempted to download with the url provided by the submit button on the Coldfusion download page, but doesn't work. Is there a link; FTP or HTTP.
|
| Problem with multiple identical fields in form | 30 May 2008 15:37 GMT | 3 |
I'm having a problem with a form - the easiest way to describe it is like a shopping cart which gives you the product ID then a choice (radio buttons) of 3 colours and then a free text box. My problem is where I have 4 of these rows. I can use a counter to rename the
|
| Anybody heard of Smith Project? | 30 May 2008 14:56 GMT | 3 |
I just had a client send me this and wondered if anyone had any experience / knowledge / reviews of it? http://www.smithproject.org/
|
| SESSION VARIABLES: PLEASE HELP!!!! | 30 May 2008 14:41 GMT | 2 |
We suplly links to third party travel sites so they can view videos of hotels etc. Users click the links on these sites and a "popup" opens displaying the multimedia. I want to use session variables to prevent repeated calls back to the database when a user navigates the pages ...
|
| How to display javascript array values in coldfusion | 30 May 2008 14:39 GMT | 2 |
I am new to coldfusion. I have a page which has multi select dropdown .After selecting click on ok button calls javascript and selected values of dropdown are populated in other multipick dropdown.
|
| argument erro | 30 May 2008 09:52 GMT | 1 |
I have a cfc I am passing to variables to I am getting an error that the var is not defined in argument. When it is clearly set. my invoke code [code]
|
| Dynamic XML menu system needed | 30 May 2008 05:08 GMT | 1 |
I'm looking for advice on off the shelf dynamic XML menus systems that you might have had sucess with. I would like to put my menu titles, submenu titiles, etc into a DB, and have an XML page built out of that data. The menu system (horizontal only) would then build the main ...
|
| unable to send CFMAIL | 29 May 2008 22:22 GMT | 1 |
I am writing CFM script which displays requests entered by users and allows users to cancel their requests. If user want to cancel the request, it takes confirmation and if user confirms it, application should send email notification about cancellation to
|
| cfchart - values on the markers | 29 May 2008 19:53 GMT | 1 |
Is it possible using the charts in Coldfusion to display the value next to or above the markers. I would like to immediately see the value associated with a marker without having to hover over the marker. Thanks
|
| Update recordset after cfmail? | 29 May 2008 15:35 GMT | 2 |
I would like to update a status field for each record that is used in cfmail tag after the email is sent. My thought is that I can could use a cfquery like so: SELECT email, firstname, id, sendstatus
|
| RandRange returns the same number in a loop | 29 May 2008 11:33 GMT | 5 |
In this code, when going through the loop, [b]randNum[/b] doesn't change to a different value (which is a bit of a problem and not very random if you ask me). Is there something I am doing wrong to produce the same random number through the loop?
|
| IS this a problem (from a Newbee) | 29 May 2008 11:29 GMT | 1 |
I have just installed CF8 and to view the administrator, my tutorial said to place in the browser address field. http://localhost:8500/CFIDE/administrator.cfm This does not display the Administrator window.
|
| cfmailparam | 29 May 2008 04:21 GMT | 1 |
I am fairly new to cfml but I really think I have this right. I have a script I'm trying to use to send a .pdf file as an attachment in an email. When I do it using the developer edition of CF8 it works flawlessly but when uploaded to my server (hosting by GoDaddy, CF7) it ...
|