| Thread | Last Post | Replies |
|
| Novice need helps with variable defaults | 31 Jul 2008 23:37 GMT | 8 |
I currently use this code as a default.. <CFPARAM NAME="URL.TR_ID" DEFAULT="369"> I would like to alternate defaults numbers on a daily bases... can anyone provide me advise on how to go about it.. Regards
|
| How do I work with dates from URL and POST? | 31 Jul 2008 21:04 GMT | 2 |
When I pass the same date from an <A> tag and a form <input> tag, the results are different. They look the same, but the URL variable isn't in the same format when you use the result in a calculation.
|
| CFMAIL and Editing Fields | 31 Jul 2008 20:22 GMT | - |
Hi all, I need to allow a user to fill out some forms with the following info: Name, Title, Supervisor, Division, Status, Salary, Effective Date and Remarks. After filling out the info, it needs to be sent via a link that will allow the
|
| Looping with cfif | 31 Jul 2008 04:22 GMT | 8 |
I am trying to create a calender to book time slots per 15 minute intervals. My problem arises when I want to block the booking of a time slot if the time slot has already been taken. What my code is doing is blocking out the very first time slot of any loop that contains an ...
|
| Listing Files and Directories | 30 Jul 2008 21:14 GMT | 3 |
On our internal web page we have some links to various areas like Office Forms, Safety, etc... The supervisors that maintain these documents have access to shares that allow them add, remove, and update the files as needed. Since the content in each changes fairly often we're ...
|
| IF CHECK BOX IS CHECKED | 30 Jul 2008 18:46 GMT | 2 |
I have a check box and need the next field (the date) to be filled out if the check box is filled out. i have four pages, a search page, a results page, a details (update) page and a update validation page. just not sure where or what to put in to make it go.
|
| Query Optimization | 30 Jul 2008 17:28 GMT | 10 |
Hello~ I have a page that is running off of a fairly large database (5000 or so records), and all of this code works, but it is pretty slow. I was wondering if anyone could give me some tips on how to speed it up? Thanks!
|
| Submitting a form to itself | 30 Jul 2008 14:29 GMT | 4 |
When I submit a form, instead of submiting it to an action page, I submit it back to itself, with all the processing taking place before the form/cfform statement. Here is the problem that I am running into. I have radio buttons and use
|
| anyone written a combined pop3 client / imap server ? | 30 Jul 2008 12:48 GMT | - |
Someone asked recently if it's possible to share an email account with other people. Eg. Everyone have access to deleted items, sent items, inbox, etc... I was wondering if anyone has written a combined pop3 client / imap server ? Each customer's email client (outlook) would plug ...
|
| pass query result as parameter to javascript | 30 Jul 2008 11:13 GMT | 2 |
I'm a beginner with javascript, so (maybe) sorry for this question. Is it possible to use a query result as parameter in a javascript function for example like this? <cfquery name="select_data">
|
| Looking for ColdFusion developers | 30 Jul 2008 11:08 GMT | 3 |
I'm working for an organization that has been contracted to do some work using ColdFusion. The design work is already complete, we just need someone to build it. I was just wondering - what sort of hourly rates do ColdFusion developers charge?
|
| cfdiv and Back Button | 30 Jul 2008 11:03 GMT | 2 |
I have a cfdiv that loads content from another page. The main page also has links to load different content within the cfdiv. Is there anyway of using the browser back button to go back to the last content that was loaded without the page reloading the initial content of the
|
| server ip address | 30 Jul 2008 11:01 GMT | 2 |
How could we know the server ip address of the web browser? I want to restrict my website to be accessed by specific ip addresses only. pls kindly advise.
|
| <cftry> | 30 Jul 2008 09:47 GMT | 2 |
Just wondering when using a cftry what [b]type[/b] do you use when your working with cffile?
|
| Development server setup | 29 Jul 2008 18:25 GMT | - |
I am used to using IIS with CF on my development machine, but have recently switched to Vistax64 (don't get me started). As I understand it (after an age of my CF not working) I discovered that CF does not work with IIS on an x64 installation.
|