|
dynamic structure names in cfloop I have designed a web application that allows users to enter a number of records on one form ? for example computer skills. The user can add up to 20 different computer skills. On another form, the user?s recorded computer skills are shown as a number of dynamic checkboxes. One computer skill means the user s... 10 Jul 2006 18:18
CFIF inside a SQL statment I have a search page that has 3 possible entries. Service, City, & Keywords. Service and City are list/menus and cannot be null, but Keywords is a text box and can be null. I need to write a SQL statement to take the 3 possible parameters and test them against the database. Since the first 2 are never null, I... 7 Jul 2006 17:21
CFCs & CFInvoke because you're CFC is returning a string and not a query? <cffunction name="LatestNews" access="public" returntype="string"> HTH -- Tim Carley www.recfusion.com info(a)NOSPAMINGrecfusion.com ... 7 Jul 2006 14:11
CFMX 6.1's Virtual Memory Use problem!! I appologise for the long post in advance... Ok... so I have this script that, using cfdirectory, will check a directory for any files that may have been uploaded, if there are files, it loops through the results and reads the files one at a time, line by line, using the FileReader.cfc (Uses the Java FileInpu... 13 Jul 2006 10:13
CFMAIL strip out HTML codes? I have an "email a friend" function that allows Web site visitors to send an article that they are reading to a friend. The articles are stored in a SQL database, and the body of the articles will have embedded HTML -- bold, italics, etc. The probelm I've run into is that these embedded codes aren't stripped ... 4 Jul 2006 11:52
Counting Keys in a Structure I would put the comma before the and statement that way you don't have to worry about the last comma at the end of the list. That should take care of your problem except for the first argument that doesn't need a comma. I would hard code a bogus column in order to get the ball rolling so that you could use a ... 4 Jul 2006 11:52
cffunction call with a href tag I am trying to call a cffunction using a href tag (like a link). The cffunction call shall be done onclick. Onclick works fine on links to pages. My problem is that when calling a cffunction with a href tag the function call executes every time and not onclick. My code: - - - <cfoutput query=... 29 Jun 2006 05:42
Forward Slash Domain Name Extensions Hello, I was wondering whether it is possible to create forward slash extensions for certain sections of my website. For example, the BBC uses bbc.co.uk/click for it's Click pages. My website is developed using Coldfusion MX 7 and Fusebox 4. Is this possible? Many thanks, smnbin ... 28 Jun 2006 05:39
Using CFHTTP to call a web service We are using a CF5 server, and will not be updating to MX any time soon. I need to call a web service, and understand I can do this with CFHTTP. Can anyone direct me to any docs or give me examples of how to do this? ... 23 Jun 2006 16:26
ArmyTime I have this time in an <input type"text" name="Atime"> is shows like this 13:00 is army time....What i want to do is <cfif Atime GT 12> <cfset Atime = Atime & Right(Evaluate("Atime"), 5) & "PM"> </cfif> I know i have to reference the hours some how but thats where i get lost any help would be great..... 22 Jun 2006 16:28 |