| Thread | Last Post | Replies |
|
| CFFlush only works with Forefox | 26 Jun 2007 01:23 GMT | 6 |
CCFlush works wvery well with Firefox in MX7, but is useless with all the other browsers. Is there any way round ir? Thanks
|
| WYSIWYG fixed page sizing | 25 Jun 2007 20:10 GMT | 5 |
I have a WYSIWYG editor in my web site. It is used to add content from a back end to the site it's self. I am wondering if there is a way to limit the width size in the page that shows the content. Right now if you just go and load up the editor, sometimes it will blow apart the ...
|
| Determine Page Size | 25 Jun 2007 18:13 GMT | 5 |
I know the LogFiles store the sc_bytes & cs_bytes for each page viewed, but is there a way do do this in real time on the bottom of each page? Thank you in advance! David G. Moore, Jr.
|
| Looping over arrays? | 25 Jun 2007 17:43 GMT | 1 |
I have a report which gives monthly totals of peoples production which is categorized and totaled. I also need the categories to have a Year to Date total with a combined year to date total. Doing this with queries is easy, but has a huge effect on load time. I am new to ...
|
| Encryption in URL | 25 Jun 2007 16:17 GMT | 6 |
I need to pass some encrypted datas in a url string: My problem is that the default CF encrypt staff CFMX_COMPAT ofetn create string with special caracter like & that create problem in the decrypt process : EXAMPLE:
|
| Cold Fusion export to Word Document | 25 Jun 2007 14:43 GMT | 3 |
I have a Coldfusion Intranet application which builds an html file which then gets exported to the local drive and then named with a doc extension. Then the document is read in Microsoft Word. The problem is that I want to have headers and footers put on the page along with our ...
|
| ColdFusion DHTML Dropdown menu | 25 Jun 2007 13:35 GMT | 3 |
I am looking for a good, simple solution for a DHTML dropdown menu which will be database-driven. I don't want to recreate the wheel, so I'm looking for one that's already out there. Does anyone know of one that is easily integrated into a site?
|
| Problem with return a ColdFusion query object from a Java class | 25 Jun 2007 11:16 GMT | 49 |
I need to return a ColdFusion query object from a Java class using a JDBC result set ( java.sql.ResultSet); I have tried to pass my JDBC result set in to the constructor of the coldfusion.sql.QueryTable class with this code:
|
| Group By issues | 24 Jun 2007 18:51 GMT | 3 |
hi.. I have a query which groups the result output to show all the songs contained on a specific album....I am also showing the amount of comments each song has by using COUNT in the select section of the query...
|
| Using WebCharts3D advanced features | 23 Jun 2007 11:46 GMT | 1 |
On a number of occasions we were asked how to access some of the advanced WebCharts3D features using ColdFusion. In order to simplify the process we've created a small support script that allows you to access such features as bubble charts, PDF generation and other styles. You ...
|
| To create an object or not? | 23 Jun 2007 02:42 GMT | 4 |
I was wondering what the better method of utilizing a component was. I know if you want to use multiple instances of a component it is better to create an object and use it to invoke various methods. However, if only using one method of a component, its it better to just invoke ...
|
| J2EE deployment | 22 Jun 2007 23:17 GMT | 3 |
I'm just starting to look at running CFMX7 apps on a J2EE app server (IBM WebSphere in this case), and I have a concern about deployment. I know that it's very easy to create an .ear or .war file using CF Admin and then deploy that file on the J2EE server. My concern, however, ...
|
| Google Map | 22 Jun 2007 17:20 GMT | 1 |
I was wondering if anyone can post some sample code as to how to get the distance (in miles) between 2 street addresses using the Google Map API. Thanks in advance!
|
| First Mathematical Function | 22 Jun 2007 13:54 GMT | 8 |
I'm stumped. I am filtering a query and I need to be able to use a First function in ColdFusion, like in Access. This is what my query is in Access: SELECT First(query2.Latitude) AS Latitude, First(query2.Longitude) AS Longitude
|
| session timeout | 22 Jun 2007 12:28 GMT | 2 |
I have developed a system and it has been used for 6 month already, it started had problem yesterday, user can log in system , but after they click the each menu tab, the system give message "please login system". I use AD authentication for user login, and set session.userID ...
|