What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ColdFusion Application Server Solutions: 1251 - 1275 of 1397
 
I would like to know how to determine what the date was last sunday given the current date. Thanks! Randhy
Hi, I would like that when the start date is selected the user would not beable to select more than a year later. Eg if they selected 11/14/2005 in start date then they can only select up t...
I need a UUID, similar to coldfusion's CreateUUID, that is necessarily 25 characters or less, and 100% unique, always. Is there any function for this? I can't seem to think of any. A sequen...
Can some one point me in the right direction as how to read in  and display the CFMX mail & mailsent logs in a table format. Or is there tags out there to do this ?? Basically i want to vi...
On the drop down menus, you can type in the beginning of the letter of a name and get just that part of the list.  Can we go much deeper than the beginning letter so you can keep typing the se...
Im getting an unexpected error.... Error Executing Database Query.   [Macromedia][Oracle JDBC Driver][Oracle]ORA-00933: SQL command not properly ended     The error occurred in D:\stude...
Just can't get CFLDAP to do anything usefull. I want to send it a username and password and find out if it's a valid account. Can someone give me an example that works. Domain is CogM...
Hello, I'm making a table with two columns. Column one holds a 'group' name and is entered in each row on the DB per 'item' name. However, in an output page I don't want the group name to s...
This worked for me: <cfquery datasource="clinical" name="get_entry_staff_access" >      SELECT code           from dmhfacil                 where code in (#ListQualify(Form.dmhfacil, "'")#)                   ...
Hi, I'm trying to create a rich form where a user can pick a day either today or any day up to one week in advance. I need to disable all dates before today and have all dates one week after ...
Hi All, I have a script that test if several servers are up and running. It writes to an SQL database. It writes among other things...server_name, message. Message being 1 or 2. 1 being serve...
I created a page with a cfform formatted as a flash form, then I go to view the page in my browser, the flash form doesn't show. I also downloaded a sample app that uses flash forms and the sa...
Hello, I am using CFMX 7, Flash forms.. here is what I am trying to do. Simply calling another cfm page from a submit button with hidden form variables. I have multble buttons I need to go to ...
Okay i have a field in which i pass a money value number into it which can be a whole number or has two decimal places after it eg.. 10 10.12 etc.. I then add this number to a SQL serve...
How do you detect if javascript is disabled or not on pc with IE, Firefox, and/or Netscape? What I am trying to is: <cfif javascript is disabled> bla… <cflese> bla… </cfif>
What is the regex for Year (i.e. 1996......2006, 2007, .....) on a textbox?
hello this cfquery works fine till i add the datediff part <cfquery name="get_admits" datasource="#DSN#"> SELECT   last_name, first_name, admit_date, disch_date, admitting_diagnosis, icd...
I have a query: select Activity2001, City, count(Activity2001) as TheCount from Activity where Activity2001 !='' and IntakeDate between '01-01-2005' and '12-31-2005' group by Activity20...
Ryan Guill, creator of the Coldfusion Open Application Library - COAL - http://coal.ryanguill.com asked someone recently "can [you] get in the coldfusion irc channel?" Q: What is the ColdFu...
Here is what im looking for... I already setup IIS to redirect my 404 errors to a page i created called redirect.cfm.  What redirect.cfm does is see where the user said they wanted to go, a...
I just want to know if this is possible:  I'd like to store ColdFusion code in a database.  I have a page that pulls data from the database, and I would like it to process the code just as it ...
This is related to question http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_21739756.html I was watching this question because I have a similar requirement, but this didn't...
I am having a little trouble creating a side bar menu and including it on all the pages.... I want to start out with a basic list type menu that takes up about 15% of the page.... so there i...
I want to send a scheduled email by cfschedule, but unable to do so, please provide help!
I have a form with several text fields. I need to be able to query information from a database based on an entry in one form field and then auto populate several other fields. For Instance: ...