726 Topics
| |
Hi everyone, im interested in purchasing some video training for either fusebox, mach ii or model glue. anyone know where i can buy this training from ? thanks | |
I have just installed Coldfusion 5 and am trying to test some .cfm pages. However, I always end up with a page that reads: "Application Server Error...". Does anyone know how I can get this coldfusion server working. Thanks, GL P.S. I'm a newb to coldfusion | |
I am working with a database table that has a list projects. Some of these projects have sub-projects. There is a column with weekending dates with corespond to manhours associated with that week. Here is an example. JobNum SubJobNum WeekEndingDate Manhours -------------------------------------------------------------------------- 1 001 8-17-08 200 1 001 8-24-08 300 … | |
I am fairly new to coldfusion. so this may be a basic question. I am working on a form where i want to make some of the fields only required if a check box below the fields is left blank. If the check box has a check in it, then … | |
I have a form that asks the user for a quantity. This quantity is used to check the checkboxes on the action page. Here is code example for the action page: [CODE] <cfparam name="Form.quantity" default=""> <cfif Form.quantity GT '0'> <cfset client.quantity_token = 'Y'> <cfelse> <cfset client.quantity_token = 'N'> </cfif> <cfoutput … | |
can anyone help me with code to auto carete a username. this should tahe the 4 letters of the user's name and assign a number from a sequence in a database. basically the username should be like "comp001" but it should verify if it exists in the database. please help. … | |
I am trying to work on something where whenever a user is logged in my site, it shows a logout image link for them in the header top area section. Whenever they are not logged in, the image of login comes in with a link instead. Any help would be … | |
Hello all! I have a page with multiple forms on it and they are all using relative addresses in their action lines, but I have a strange discrepancy I cannot figure out. All of the forms have lines like this. <form action="indexreport.cfm?fuseaction=casereport" etc. etc. But one of them has to … | |
I'm having a problem with cfchart bugging out. I think it's a problem with the x-axis scaling, although I can't get it to work no matter what I do. This first came to light when trying to chart numbers over date ranges. Aware of the problems for which dates are … | |
Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL … | |
I am listing DB values inserted from checkbox selections. [url]http://amftrb.org/examApp_detail.cfm[/url] is set up to display 10 rows. In the first 10 rows of the DB there are 8 winxp entries for the OS variable. The page displays the 8 of 10 records that have winxp. Is there a way to … | |
Hello I have just learning Coldfusion ! So please , could anyone help me in this problem : I want to know , how to seperate each records with a space when displaying the query ! This my code : [CODE]<cfquery name="getEntrees" datasource="logement"> SELECT TOP 5 * FROM Entrees </cfquery>[/CODE] … | |
I am trying to build a wepage for my father in law and I want to have a log-in for employees only. I have dreamweaver cs3 and cannot figure it out. I have spent hours looking around and I dont even know if it is possible. Thanks for everyones help. … | |
Hi :-) Im pulling my hair out over an issue with cfreport builder 7 and the abillity to dynamically display images. I can display images dynamicaly fine using this method: application.coverimage & "/" & query.image The problem is ive no idea how to say " if there is no image … | |
I am a novice in Coldfusion as well as Javascript. I would really appreciate any help anyone can give me with my following problem. I have created a table/form in which I am able to add rows for the user to input as much row of information as desired by … | |
Hi Guys I need some help please. I have a CF Knowledge Management System that I'm working on. I however have an issue with the security. When the session times out after the set time the user is able is use the back function of the browser to visit the … | |
Im using dreamweaver. I want to have a "email us" page. The person puts in there name,email..etc and it sends it to my mail box. How do i do this? do i need to used a dynamic page? Dreamweaver comes with email templates so or i have to do is … | |
Hi guys! I need your help! The next script is a normal “insert page” which get back the “GENERATED_KEY”: “myid” and put it hidden form:”myid”. If the value of “myid” is numeric then the action attribute of “form1” get a page address as value. The issue is, it shows 2 … | |
[B]Background Info[/B]: I have 2 tables one called cats with categories (ie:Administration) and catid (ie:1,2,3,4..etc.) and another table called links which has catid(ie: 1,2,3,4...etc.), url, title. [B]Here is what Im trying to do[/B]: I already have it displaying everything nice and pretty but now i need to change up how … | |
Hey everyone, I am on a month long project on a coldfusion script I have to work on. Bare with my noobness here :P Basically here is the jist of it. -- I have a huge sql database filled with various random people information, such as their phone #"s, email … | |
Hey guys, I'm kinda new to this whole programming thing so bare with me please. I have a little problem that I just can't seem to get my hear around. I have a working on an inventory management page. It keeps track of what software is installed where and how … | |
have anyone ever creates navigation buttons such as next,previous in coldfusion? can i see ours if you have created one? | |
Hi everybody, I have read that we can use php codes on coldfusion. But i want to know that we can use coldfusion codes on php? | |
I am not sure how to ask the question, but here goes. I have a multiline survey storing data about a specific project. I want to store the data in the following fields: proj_id strat_issue strat_goal strat_obj strat_value here is an example of my code [code=html]<form action="strat_survey.cfm?update=gogo" method="post"> <table width="90%" … | |
Hi everyone, I want to make a website that would nave a verified through email members with their photos and profiles to view by verified members (just like on this site) according to their profile they would be automatically going in different lists like people NY, VA, MA would be … | |
Hello, I am currently having problems getting Coldfusion and SQL Server 2005 to connect on my home laptop. I have both installed correctly, I just cant seem to get the connection part down I keep getting this error from the Coldfusion Administrator. [I]Connection verification failed for data source: GTOTDsite java.sql.SQLException: … | |
Greetings, I have a problem with CF code, and I assume it is because I am new to ColdFusion. I've searched the Web, the Adobe pages, the Forums here, tutorials, etc... I just can't find the answer to what I imagine to be a fundamental of CF. I just inherited … | |
Does anyone have a copy of the CF_Magick custom tag for resizing images using ImageMagick? I've been using it for years and unexpectedly lost it recently and I've been unable to find a copy online. Thanks! | |
Hi, I am unable to capture the XML response sent by server when made a request. I am sending a HTTP Request (Containing Paramaters such as username, email etc) to one server using cfhttp. This request upon hitting the server will be processed. Upon successful processing, that server generates a … | |
I am sending a query result (query in CF8; data in MS SQL Server 2005) to an XML output (using the <cfxml variable="outputname"> and <cfcontent type="text/xml"><cfoutput>#toString(outputname)#</cfoutput> tags), using CF8. When the output (in SQL Server as nvarchar) contains special characters like "-40° to 70°C" the ° symbol causes the error; … |
The End.