Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition). The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
how do you chart multiple items in cfchart line graph? I have up to 20 machine I want to show up on the graph charting the % of space used over a peroid of time.
The x-axis the %
the y-a...
How can I determine the full version number of the Cold Fusion server via code?
<cfscript>
ServiceFactory = CreateObject("java", "coldfusion.server.ServiceFactory");
writeoutput("Major Ve...
Hello all,
I have a form in a coldusion page that has two different submit buttons; both of type submit but with different value tags. One has value "edit" and one has value "submitO...
I am seeing this error in the event log and I am trying to detrimen the cause. Can someone point me in the right direction.
Failed to register with the CMS servername. Please make sure the...
From a .cfm page, I need to convert .doc, .pdf, .xls to FlashPaper.
How can i achieve this ?
I tried these but in vain
:-
<cfdocument format="flashpaper">
<cfhttp method="GET" url="d...
Hey guys. I have created a simple email test template. And I set up my task scheduler to run it. I manually run the task and it says "This scheduled task was completed successfully. " But ...
Hi, I want to make sure that user names entered into a database are not duplicated. My approach has been
- Create the registration form
- Test on the registration action page if the enter...
I would really appreciate it if someone could explain to me in detail how file upload works.
The reason I am asking is because a client of ours has implemented a global filtering system on ...
Hello,
I have a small app which allows you to upload a file, and then it parses it into a query object. Currently I just loop over the query object 1 row at a time and insert it into the appr...
okay i have the following question with four choices:
****************
Choose one of the following: <br />
<cfinput type="Radio" name="at" value="A"><font face="arial" size="2">choice A</...
Hello,
I have 3 values being submitted via a web form. The first is a date mm/dd/yyyy and the second is a time (hh:mm am/pm) and the 3rd is the timezone (EST, CST, MST, PST). How do I combine...
I am using this calendar (http://www.dynarch.com/demos/jscalendar/) to pass events to a Coldfusion page.
The calendar for my site is located here: http://www.barreport.com/publicsite/viewe...
I'm trying to login to yahoo mail using CFHTTP. I read and pass the cookies, yet i'm still not succesful. Any ideas?
Feel free to plug this code into a blank cfm page. It will produces a us...
Hi,
I am in the need for a function that alows me to add some delay between outputing two lines of text to the browser.
I don't want to use ActiveX objects for this and it has to be a serv...
I'm simply trying to insert a date/time object i've created with CreateODBCDate and insert it into a database. The access db is connected via OLEDB and the field is defined correctly as date/t...
i need to track where our visitors come from.
the following code works great if someone A) clicks a link to our site or b) types our actual domain.
the problem is, we have several "gateway...
Hello experts.
I'm trying to add a new Datasource in CF8 but i have the error:
Connection verification failed for data source: carfree24
java.sql.SQLException: [Macromedia][SQLServer JDBC D...
Thought this would be easier...
Trying to pass a dynamic where clause to a SQL query in Coldfusion (using SQL Server 7) The where clause is passed in from a form field. A simplified vers...
I am using SQL Server 2000 and ColdFusionMX. I have a query that returns several records per user (the database is not relational), one of the fields contains different information depending o...
I have a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results pa...
Hello experts.
I have the following code:
<cfif Form.test_ID NEQ 3 OR Form.test_ID NEQ 2>
but it is not working.I have no errors.If separate the cfif :
<cfif Form.test_ID NEQ 3 >
<cfif Fo...
I have a CF form, in flash format, that if the user selects yes (or specify own value) to one question (from a radio button) that enables a list of questions for the end user to complete. If ...
I am designing forms which will be asking people for their date of birth.
I was thinking to use 3 inputs: combos for day / month then let them key in the year.
How can I provide my users...
I have a CFForm which has two select menus retreving the resultset of two queries however when the page is loading, it show RSL load failed !!
anyone can give me some suggestions ? the code i...