| Thread | Last Post | Replies |
|
| THIS or VARIABLES scope | 18 Aug 2005 21:45 GMT | 4 |
I'm still getting familiar and comfortable with CFCs and trying to make my ColdFusion apps more object oriented. For app configuration settings I had played with XML files, but due to the relative difficulty of working with them as opposed to say, a simple coldfusion
|
| Changing value of cfinput inside of a loop | 18 Aug 2005 21:05 GMT | 2 |
I am trying to change the value of a cfinput within a loop. <cfform name="t"> <cfset classcode1 = 'somevaluefromanotherpage'> <cfloop index="i" from="1" to="1">
|
| help with group function | 18 Aug 2005 16:57 GMT | 5 |
I'm using the "in" function to pull out data from a database. I am pulling employees who are in a certain dept but I'm listing them on a page title "Employees that are working in one or more departments in the school. I only need there name to appear once because a HREF is ...
|
| Dynamic Routing Based on Field Entry | 18 Aug 2005 15:51 GMT | 1 |
I currently have a search page with multiple forms and fields along with an associated 'submit' button for each search that links to an appropriate search page. It looks rather "clunky" I would like to stream line the page and create a master "Search Page" that
|
| Need to create an online calendar for scheduling | 18 Aug 2005 14:10 GMT | 2 |
I was wondering if anyone could reccommend a good tool/component for creating an online scheduling calendar that I could purchase the code for. The site is for a private tutor who wants to be able to have people sign up for tutoring sessions online. The calendar would show her ...
|
| CFCONTENT Close Window | 18 Aug 2005 09:38 GMT | 1 |
Have an application where I need to download a file using CFHEADER and CFCONTENT. I would like to close the window after the user either Opens, Saves, or Cancels the download. Has anyone been able to figure this out yet?
|
| XOR'ing a hexadecimal and a decimal number | 18 Aug 2005 09:07 GMT | 3 |
I am trying to finish up an algorithm and I need a little advice is regard to Exclusive OR (XOR) and it's use in CFMX 7 with hex and decimal numbers. So: I have two numbers. One of which is hex and one of which is decimal. I get the hex number using the following:
|
| Regional Sites Strange one | 18 Aug 2005 02:58 GMT | 1 |
I am looking to be able to set certain variables in my Application.cfm file based on a url. We have several regional sites and really only the dynamic content changes on the english portion of the site.
|
| Reading Text Files without column headers | 18 Aug 2005 02:55 GMT | 3 |
I Need to read the file from a file browse form component, but for some reason it's not working, I also need to read the file but it does not have any column headers (Column Names) so that I can insert this text file into the MSL SQL database. If any knows about how to get this ...
|
| Creating an XLS from scratch | 17 Aug 2005 19:45 GMT | 2 |
Does anybody have any example code that would clearly demonstrate how I might create an Excel XLS file from scratch, I don't want to populate an existing one, but actually make a fresh XLS sheet from data retrieved from a SQL query to our SQL dbase.
|
| NT authentication | 17 Aug 2005 18:33 GMT | 2 |
The search function is down right now so I'll post this directly to the forum (although I suspect it's been answered a few time before). I'd like to authenticate users against our NT domain but I'm rather unfamiliar with this process and my readings to date haven't clarified ...
|
| cfreport problem. | 17 Aug 2005 17:40 GMT | 1 |
Would some tell me what the check I am doing wrong. The query is working, however I am getting an error at the cfreport tag. This example is taken right off the macromedia website. Please advise. ERROR:
|
| Forms | 17 Aug 2005 15:41 GMT | 1 |
Need help, here is the situation: I have a table with one field (say name). To input names in that table users go to a form, where they choose from a combo box, how many names they want to enter. Suppose they enter 12, now a screen will come with a form (a single form
|
| Inserting Image into Database | 17 Aug 2005 15:24 GMT | 6 |
I am using ColdFusion 5, and am trying to insert an image into a SQL 2000 database image field. Here is my code - (I've tried cfsqltype of cf_sql_blob, cf_sql_binary, cf_sql_longvarbinary):
|
| "Form Entries Incomplete or Invalid" | 17 Aug 2005 15:21 GMT | 3 |
Create a simple HTML form with two text fields , myfield myfield_date type something in "myfield" but leave "myfield_date" blank then
|