| Thread | Last Post | Replies |
|
| Counting Survey Results | 22 Aug 2007 15:10 GMT | 2 |
I have a survey that has 10 questions and each question is answered with a rating of 1 - 10. On the results page, I need to display a count of each rating for each question (i.e. Q1 = 4 - 1's, 3 - 2's, 5 - 7's, etc). I'm able to get a count but it doesn't show which count is for ...
|
| Autosuggest | 22 Aug 2007 12:20 GMT | 1 |
Can the autosuggestion functionality pair a search term with a key? For instance, if you start typing in someone's name to look up someone in a user list in a form, then submit the form, is there any way you can set the value of the form equal to the ID that corresponds with ...
|
| Invalid XHTML when using cfform | 22 Aug 2007 12:11 GMT | 1 |
Using cfform generates invalid xhtml. Is there any way to correct this? Thanks.
|
| Cfmail Not executing on my Localhost? | 21 Aug 2007 17:57 GMT | 2 |
I'm using <cfmail> on my local server, but the emails are not being sent out. I tested the server in CF Administrator an it says that it is able connect to the Windows SMTP server successfully. Any clues as to why Cfmail would not trigger on my Local Host.
|
| CFMENU and Firefox | 21 Aug 2007 15:23 GMT | 3 |
While I was working to get the menu perfect in Internet Explorer 7, it comes the time to check what it would look like in Firefox. Oh no! It is not good!!! the menu is horizontal: item 1 | item 2 | item 3 | etc... But in Firefox, it apperas like:
|
| where column find in string | 21 Aug 2007 12:04 GMT | 2 |
Gday, wonder if someone can help? i have a url string which looks like this page.cfm?from=888888888&text=I+faxed+a+note+2day+4+Aaron
|
| Reconfiguring CF Connector | 21 Aug 2007 10:05 GMT | 4 |
We have CF 7 running in distributed mode (IIS as Web server on one PC and the CF App server w/ JRun on another PC) and everything is working fine. However, in this mode (by design) the image files (Gifs, Jpegs, etc.) that are referenced by pages are served by the IIS server. We ...
|
| Query trouble. | 21 Aug 2007 09:39 GMT | 1 |
I have a small question, I am making a site to keep track of DVD's and such and I am making the form to add new movies. I have a menu that pulls actors from another table then adds the actor_id to the list table, however i have a txt field also for if anyone wants to add a
|
| CFOBJECT & CDOSYS | 20 Aug 2007 16:11 GMT | 3 |
I am trying to use CFOBJECT in order to send email using CDOSYS instead of using CFMAIL. The company I am contracting for is only using CF 5 (ugh). I've seen code online that describes its use, but I can not find any where an smtpserver, and port are specified. I was hoping ...
|
| Bind from cfselect into input | 20 Aug 2007 12:59 GMT | 1 |
I have got this cfselect that returns a query. <cfselect name="mediaid#AllMeals.Id#" bind="cfc:Foods.getAllFoods()" VALUE="Id" DISPLAY="Name" bindonload="true" /> Now when I make a selection I would like to fire another cfc that returns all
|
| Database connectivity issue | 19 Aug 2007 20:04 GMT | 1 |
We been having some performance issues with our CF server lately, so I dumped the threads. I see a lot of these: "jrpp-97" prio=5 tid=0x4dad4290 nid=0x8b4 waiting for monitor entry [0x67abf000..0x67abfd8c]
|
| Bind | 19 Aug 2007 09:12 GMT | 2 |
How to bind a select value to a input field. I have this select <CFSELECT NAME="FoodName" VALUE="Id" QUERY="AllFoods" DISPLAY="Name"> Then I would like to show the id from the item selected.
|
| CFC not changing | 18 Aug 2007 03:02 GMT | 11 |
I have an inherited program that has a CFC that was setup with the wrong ReturnType. So I changed the Returntype but the application doesn't seem to be recognizing the change. I even made some junky errors in the CFC to see if I was doing something wrong but it doesn't ...
|
| Joining / Merging csv files into one | 17 Aug 2007 08:05 GMT | 5 |
is there a way to join or merger a bunch of csv files into one file? regards Martin
|
| ObjectFatory X Race Condition | 16 Aug 2007 22:51 GMT | 5 |
I have a class with some public properties. To avoid too many create objects I tried to create some object models in the application scope, exemple:
|