I am using cfdocument to generate a PDF. It does not seem to recognize the <thead> tag...i.e. my table header row does not repeat on each page. When I print the same page in HTML, it does re...
I have a read only datafield input in my form. Some of my users are getting confused thinking they will be able to enter info into the field when they click, but they actually have to click o...
Hello,
I'm using cfform and cfinput to make a user selction with either a dropdown box (preferred method) or radio selection box. The problem I am having is that my text that should go in ...
How can you find out what week number of the total weeks of the current month we are in? I know how to get the week of the year Week(date).
For example: September 15, 2008 - Week 3 of 4
I have a problem, and need some help badly. I have adatabase. what I need is run the CFM page and get the latest data added that is yesterdays entered data from the database and email it to me...
We recently converted our ASP.NET Web Service to VS 2005. Our ColdFusion program that used to call the web service just fine is now receiving this error:
Could not perform web service invo...
Hi all,
First off, I am not sure if this is possible, but would like to know if I can call a procedure in javascript. I am using a coldfusion and html. Javascript to validate the form whe...
I have an input form in coldfusion, example2, that when a user enters a record number and then presses the "submit" button causes an 'attachment" button to appear. It works fine. However,
wh...
I need it so that if a character other than a whole number (120300 for instance) is found in a string, I need a way in coldfusion to remove that character(s) and just capture the number.
On my form submission page, I am looping through a list of fields to insert into a database. One of the fields is a contact's FULL name (field:contact). I want to split the name provided into ...
I'm trying to create a report for my company using Coldfusion MX 7. The report contains JavaScript functions that allow him/her to expand or collapse multiple columns within the report.
My...
SESSION VARIABLES (e.g. session.variableName)
True or False?
It is my understanding that, if an application creates a session variable named var1 and initializes it to the username of the cu...
I have a time clock program that I am building and need to know the easiest way to add and subtract date and time to get durations like 8 hours, or 4.5 hours, etc. Can some one tell me how to ...
I am having trouble getting two CFselects to bind with Coldfusion 8. I am getting an error - "Bind Failed, Element not found {myvariable}". The first CFselect grabs the data, but doesn't bind ...
I have a form that requires a date input, can anyone tell me how to change the dateformat from mm/dd/yyyy to dd/mm/yyyy.
cheers
Dear Experts.
We are creating online systems in CFML. Now, with the new IE7, is it possible to have popup windows in IE7? Reason for asking is that we have popup windows for searching purpo...
Windows server 2003
IIS 6
ColdFusion 8
Hi. ColdFusion keeps eating up my server's memory, crashing the server.
I would like to adjust the JVM Heap Size.
Currently JVM Heap is set to...
I need a custom replace function, that will create a 'text only' version from a block of html code, while preserving links as visible text urls.
This is for an email application, where text...
I'm running the following code jsut as a simple example to get something working.
My SearchRecords.cfm page simple has the text 'test' on it.
When the submit button is pushed 'test' appear...
Ok, I am getting an error when trying to create select box a flash form. The code is supposed to create a blank first row and when a user selects from the drop down, it should update the text...
I have a coldfusion form with text boxes, drop downs and select boxes. Is there a way to disable the submit button on the form until everything is filled out on the form? Once all has been fil...
Hi. And, merry Christmas! to those who celebrate it. I hope you are having a great day with friends and family today.
When somebody has time, I need some help configuring FCK Editor in Cold...
Can anyone provide me with the correct CFML to check a user's input from a field and compare it to the current server date?
What I'm trying to do is insert a different subject into an email...
My business partner and I have been using the same login code for years now...all of a sudden, there are issues w/IE7. We've been all over the web trying to find 'the' answer, but to no avail...
Hello Experts,
I have used CFLOOP code for several dynamically created HTML tables. I query a database table, I do a recordcount, and based on the recordcount I loop the tr and td tags to c...