| Thread | Last Post | Replies |
|
| Need Help Displaying Query | 23 Jan 2008 15:52 GMT | 2 |
I am having problems with this, I need to re-write this into 3 different routes the CFIF can take. Currently this works because the query only returns 9 records, they are being displayed as 3 rows with 3 columns. I need to re-write and have it where if the record count is LT9 ...
|
| Parsing URL Variables | 22 Jan 2008 20:24 GMT | 4 |
I have a page (not on my server) that links to a page on my server. This URL has several variables that I want to grab and use on my page. The URL looks like this: http://www.somedomain.org/test.cgi?id=ABC&isbn=1234&volume=82
|
| Caching a CFHTTP feed into the Application Scope of the Server | 22 Jan 2008 20:07 GMT | 14 |
I have the following CFHTTP tag script, how do I check that it is caching this data correctly into the Application scope of the server? So that users do not have to access the Internet site to get the feed as the CFHTTP caches the data within the 500 minute timeframe set?
|
| Cluster and CSS | 22 Jan 2008 16:13 GMT | 3 |
I have successfully set up two servers in a cluster and started to test out an application. One issue I am having is that the CSS that is being imported into the page via @import url("screen.css") is not being found. If I do a cfinclude then it seems the styles seem to be ...
|
| hungarian characters not displaying properly | 22 Jan 2008 15:01 GMT | 1 |
What is the fix for ColdFusion MX 6.1 when it does not display foreign characters properly? I have 2 links one just and HTML page which displays my hungarian characters properly and when I change it to a ColdFusion Page it does not display properly.
|
| CFX Tag | 22 Jan 2008 09:35 GMT | 1 |
We use on our server ColdFusion (CF7+Windows 2003 SP2) the CFX tag ImageCR3. Sometimes the DLL crash and return the error below. After the crash, if y call the DLL again, the JRun service will be crashed. Hardware problem, disk error, any ideas???
|
| Using a java script comfirmation in delete record function? | 22 Jan 2008 01:34 GMT | 3 |
Hello; I am trying to write a confirmation script in Java to delete a record. I don't want it to delete the whole table of information, just the record teh delete button is attached to using the ID. Here is my script, and then the code on the
|
| Next Record / Previous Record | 22 Jan 2008 00:37 GMT | 6 |
I created a message board time system where a user can click a message and once view the message has the option to click next or previous message to move directly to the next or previous message. I was using a pagination setup at first but essentially all it was doing was ...
|
| How to call a CFM web service from Java? | 21 Jan 2008 17:43 GMT | 1 |
Anybody called CFM webservice from Java?. Can you please post sample code?.
|
| sql date time insert error | 21 Jan 2008 14:01 GMT | 4 |
Hi i am having trouble entering a date in to a sql stored procedure. first i convert the date to the users current datetime using <cfscript> userTZ="#qGetClubDetails.LocalTime12#"; // or whatever tz ID you need
|
| Stripping | 20 Jan 2008 23:47 GMT | 11 |
I am pulling chunks of html code and only want to display a snippet of the chunk - the image mainly. Here is what I am currently pulling: <p><a href="http://www.yahoo.com">Yahoo!</a> news:</p>
|
| Read/write files on shared folder in cluster | 18 Jan 2008 14:23 GMT | 2 |
I have a small cluster of servers with two running ColdFusion and two others running SQL. It turns out that SQL doesn't do a good job of deleting old backups so I want to write a scheduled task that will weekly delete all files on a folder on each SQL server that are older than ...
|
| Using 2 tables to edit db information | 18 Jan 2008 14:20 GMT | 9 |
Hello; I am writting an edit form type section for a web site and it uses 2 tables. I have it done in pieces and now am working on sewing it together. Here is my problem.
|
| Is there a way to evaluate a dynamic string? | 18 Jan 2008 09:41 GMT | 2 |
Is there a way to evaluate a dynamic string? The first example is static and does what I want. The second example is dynamic and shows the problem I am having. Thank you in advance.
|
| CFHTTP with parameters | 17 Jan 2008 21:49 GMT | 3 |
How do you use CFHTTP with parameters to display dynamic data from a web site. In other words, the page that I want to display from an external web site will always show dynamic data. I cannot find any documentation on how to do this. Thanks!
|