| Thread | Last Post | Replies |
|
| Verity Collections Disappearing | 31 Mar 2006 23:31 GMT | 4 |
CFMX 7,0,1,116466 on Windows 2003 server (up to date with patches) I had a website working perfectly for years under CF 4 and 5.. it uses 5 verity collections. When I moved it to a CFMX 7 shared server, it appeared to work perfectly, but about once every 2 weeks (it happened 3 ...
|
| Select Database Colunm Headers | 31 Mar 2006 20:28 GMT | 3 |
Is there a way you select only the colunm headers of a database eg MS SQL server 2000
|
| A few simple questions | 31 Mar 2006 05:28 GMT | 1 |
Hi I am trying to see if I am doing this right. I will quickly show you what I am doing and I put the questions at the end of the post. I have an topnav.cfm which is included in each page. An onrequestend.cfm that is the footer for each page.
|
| Removing Item When Time Expires | 30 Mar 2006 23:29 GMT | 3 |
I have the following code for items that get placed on an Upcoming Events page: <cfquery name="eventList" datasource="Functions"> SELECT TOP 3 EventDate,Title, OneLineDesc, Description, EventTime, EventTimeTo, SubCategory, Name
|
| Not Finding My CFC | 30 Mar 2006 18:22 GMT | 4 |
I created a cfc called cfcClassified and a function "getclassified" When I call from my page it gives me the below error. Could not find the ColdFusion Component cfcClassified.getclassified. Please check that the given name is correct and that the component exists.
|
| Need quick overview - HELP!!! | 30 Mar 2006 14:03 GMT | 3 |
:o Sorry for the tediousness of the question but I haven't programmed at all in 5 years and I just got a job where I need to get a web presence and a company database up and running in 6 weeks (Easy as cake 5 years ago, pulling my hair
|
| Rounding a number | 30 Mar 2006 00:30 GMT | 1 |
Hey all, I have to try to figure out how to round a number that is .344 to .34 or the like.. its a varible number but most of the time it will be .xxx that needs to be rounded to .xx anyhelp is much apperciated..
|
| Book on database modelling | 29 Mar 2006 20:12 GMT | 5 |
Can anyone recommend a good book on database development and modelling? I am reading the one from Glashaus, "Practical Database Design for the Web", which is not bad, but could use something to consolidate it. BTW Let me help you save money if you're a beginner looking for a ...
|
| CFML Editor | 29 Mar 2006 19:49 GMT | 2 |
I'm coming back to coldFusion after an extended absence. I used to use ColdFusion Studio as my editor for CFM pages, but I don't see the app anywhere. What is the current editor for CFM files? Thanks
|
| syntax | 29 Mar 2006 18:15 GMT | 4 |
Guys, what is worng with my sysntax <cfif button eq "Delete"> <cflocation url="del.cfm?id=#id#" onclick="if(confirm('Are you sure you want
|
| ColdFusion calling PowerBuilder DLL | 29 Mar 2006 12:44 GMT | 1 |
I am creating a COM object using Cold Fusion. The dll is created using PowerBuilder. <cfobject action="create"
|
| User login problem - Double installation | 29 Mar 2006 09:20 GMT | 1 |
I realized that my Webpage was installed twice in our server. One below C:\ CFusionMX7\wwwroot and the other below C:\Inetpub\wwwroot. I removed them and install it again bellow IIS (C:\Inetpub\wwwroot). I did not work. I removed it and installed under ColdFusion. It did not ...
|
| XMLParse: Document root element is missing | 29 Mar 2006 09:04 GMT | 1 |
Does anyone have any ideas why I get "Document root element is missing" when I try to parse this XML file <?xml version="1.0" encoding="ISO-8859-1" ?> - <news_feed>
|
| Isdefinned | 29 Mar 2006 09:01 GMT | 3 |
I have a page that checks for a varible. If the value is true - continue down the page. However, if this varible is not True, stop here. This isn't working. <cfif NOT isdefined("id") is "100">
|
| CF Administrator won't launch | 28 Mar 2006 23:46 GMT | 2 |
i've enabled IIS and installed CF7 Dev Ed from my Studio 8 CD. The installation seems to be successful, but when i launch http://127.0.0.1/CFIDE/administrator/index.cfm in Firefox, i get: "Server Application Error The server has encountered an error while loading
|