| Thread | Last Post | Replies |
|
| CFEclipse - Design Mode | 30 Sep 2008 21:53 GMT | 5 |
Can anybody shed some lights on this?... All I need is a WYSIWYG kind of a plugin for CFEclipse.. Please share your thoughts!...
|
| Unique recordset | 30 Sep 2008 17:41 GMT | 6 |
First I must appologize as this is somewhat a repost. I don't believe I posted what my problem was well enough so I am going to try again. I have a table that looks like this prodid catid modlid slsid
|
| IIF question | 30 Sep 2008 16:35 GMT | 6 |
I'm experimenting with a IIF to choose with file gets used with <cffile>. I have: <cffile action="read" file="#iif(xmlFileYear eq 2008),de("D:\home\salleboise.com\wwwroot\sb1.xml"),de("D:\home\salleboise.com\wwwroot\sb2009.xml")#" variable="xmldoc">
|
| Strange Query Error | 30 Sep 2008 10:14 GMT | 1 |
Hi, I am wondering if anyone has ever encountered this query error before and if so, could provide any further information into what might be causing it. -------------------------------------------------------------------------------- -------------------
|
| Saving an email ( cfmail) | 30 Sep 2008 06:54 GMT | 1 |
I am trying to figure out how to save a complicated email to a database. It is actually an invoice. This has session variables and pulled database variables in the email. Basically, in theory I can go in and do a <cfset emailBody="<table> <tr> <td>" & #coldfusionVariable# &"
|
| Any one preparing for CF8? | 30 Sep 2008 01:50 GMT | 1 |
While looking at the CF8 Exam Guide, I could see that some topics havent been mentioned in the Exam Guide explicitly for instance the following topics were there on CFMX7 but not in CF8: 1.6 ColdFusion forms(flash forms and XML/XSL forms)
|
| Access error | 29 Sep 2008 22:30 GMT | 1 |
Hey, I have download Bluedragon for j2ee and created my app.war file using the method given in the website. Running my jboss now and trying to access any file it gives me a error and the log file looks like this:----
|
| Creating dynamic pulldown | 29 Sep 2008 19:04 GMT | 2 |
I use the following code to create a dynamic pulldown list : <select name="buyerSite" style="width:160px;"> <option selected value="0"><< -- Select One -- >></option> <cfoutput query="qryGet_Site">
|
| Get Unique recordset with INNER JOINS | 29 Sep 2008 19:01 GMT | 10 |
I am confused about how to fix this problem. First my query: <CFQUERY NAME="rndpick" DATASOURCE="absi"> SELECT DISTINCT catfit.prodid, modcats.catid, modcats.cat, prod.modlid,
|
| Developer Data Integrity | 29 Sep 2008 10:06 GMT | 5 |
Hey - just wondering how you guys would bes implement a system for data integrity in relation to coding cf pages? E.g. where multiple coders are working on the one site, how would you set up the system so that all coders are viewing the site from the same location yet
|
| cftextarea and fckEditor | 29 Sep 2008 05:48 GMT | 2 |
I'm using cftextarea with richtext="true" and this works as expected in the default website on the server. However, we have many websites on the server, all referenced by separate domain names and I want to use fckEditor in each of these websites.
|
| cffile accept | 29 Sep 2008 05:14 GMT | 1 |
I just added the accept parameter to my cffile. The attributes that I specify work good but when I try to upload a file that is not listed as an attribute it errors out. Error = Element SERVERFILE is undefined in CFFILE.
|
| General CFML Queries for Newbie | 29 Sep 2008 04:56 GMT | 1 |
I am new to Coldfusion. I have some general queries as I am a beginner 1) I am trying to list all products when a user enters a product name. Now my cfif has to get activated only when the submit button is clicked. In the code below it gets activated without the submit being ...
|
| CFInput Mask Errors | 28 Sep 2008 22:10 GMT | 4 |
I know this has to be something simple that I am overlooking. In the code I posted I am receiving an object expected error every time I try and define the mask for the input. The error is posted in the status bar simlar to that of a javascript error. The code I have listed is a ...
|
| RefindNoCase | 27 Sep 2008 18:40 GMT | 7 |
I created a code for one of our customer. The code run just find in my sever which is ColdfusionMX. but the customer still running Coldfusion 5. When I run it at the customer sever, I get the error below. Any idea or suggestion? ====================start error
|