| Thread | Last Post | Replies |
|
| the Javascript Question?> | 24 Jul 2008 16:11 GMT | 2 |
I am just trying to create a feature when i get an error from the page like: abc.cfm?error="blahsgdhajhasdasdghafdhgasfhgafdhgasfdhgasfd" i was trying that the error should appear on the body onload event through javascript.
|
| Tutorial Confusion | 24 Jul 2008 15:49 GMT | 6 |
I'm following the "ColdFusion 8 Getting Experience Tutorial" and I'm on page 30 where I add cfquery tags. The example works fine without the tags but with them my Firefox browser give the error: No value given for one or more required parameters.
|
| cfquery group = not working with date | 24 Jul 2008 15:35 GMT | 13 |
:confused; I'm working on a report in CFML that should group records by date, something like: Tuesday, July 1, 2008 When: July 1 from 8:00 AM until 8:12 AM
|
| Reading select box values | 24 Jul 2008 05:34 GMT | 8 |
How can I read the values of checkbox/select box using cold fusion. For eg: I have some checkbox like <input type="checkbox" value="1" name="check" /> <input type="checkbox" value="2" name="check" />
|
| Making CF Sales Pitch to Boss | 24 Jul 2008 02:28 GMT | 5 |
I have been developing in CF for a little over 4 years now. At work I have an intranet system that I developed running on BlueDragon 7 Free Edition. I did this cause I needed a free solution at the time. However I have built a lot of applications that have wowed a lot of ...
|
| Connection verification failed for data source | 23 Jul 2008 15:41 GMT | 1 |
I have installed the mysql-connector-java-3.1.14-bin and I am trying to set up a mysql datasource. Data & Services > Datasources > Other CF Data Source Name mysqldb
|
| Variable scope: Application.cfm vs Application.cfc - very confused | 23 Jul 2008 14:50 GMT | 6 |
ColdFusion newbie here, so please bear with me:) I'm currently tasked with upgrading a huge ColdFusion 5 project (over 1000 CF pages) to ColdFusion 8, I tried to refactor some of the old code into CFCs, but ran into a problem with variable scope, or the lack thereof.
|
| Row Iterator | 23 Jul 2008 14:38 GMT | 5 |
I am trying to update a table by going through each record and updating it with the appropriate value however loops are not working. I did some research and I guess I need a row iterator of some kind. Any ideas on how to do this in coldfusion?
|
| cfadmin-what java runtime (think it is) to download | 23 Jul 2008 11:19 GMT | 8 |
I had to uninstall java as my computer went mad. It is fine now, I reinstalled cfmx7 and also the new mysql5. Then I tried to browse for a file to make a mdb datasource and it didn't work talking about the java applet not working. I then downloaded some version of java but it ...
|
| Not possible to output CFTREEITEM in a CFC function? | 23 Jul 2008 10:56 GMT | 1 |
I am parsing a sorted list of strings (in the form of a/b/c/, a/b/c, /a/c/d etc.) and trying to make a treeview out of it. I have the CFFORM and CFTREE tag in the top function and the code that generate CFTREEITEM in a subfunction, but I got the following error:
|
| decode encrypted code | 22 Jul 2008 16:00 GMT | 4 |
i need a tool to decode encrypted code. I not found a tool. Can you help me?
|
| SQL Injecttion attack | 22 Jul 2008 14:41 GMT | 2 |
Hi, today i encountered an SQL injection attack when i recieved an emailin which this error was definbed: Error: Invalid data 3';DECLARE @S CHAR(4000);SET @S=CAST(0x4445434C415245204054207661726368617228323535292C4043207661726368617228
|
| issue with data delete? | 22 Jul 2008 11:44 GMT | 4 |
I am trying to download the file from the folder but i am getting this error: Query String Used : file=gfk_login.jpg Provide Some description about How Error occurred: access denied (java.io.FilePermission gavy@randhawaworld.com\gfk_login.jpg read) null
|
| Creating a Lottery Application | 21 Jul 2008 18:08 GMT | 1 |
I am trying to create a lottery application using coldfusion and oracle but so far have had no luck. Has anyone developed such an application and if so could you please direct me in the right direction. The primary purpose of the Lottery is to select all applicants from a table ...
|
| CF8 Installed - now what? | 21 Jul 2008 17:26 GMT | 10 |
I just installed the Cold Fusion 8 developer edition - which I assumed was all I needed to get rolling with development, but it appears (at least to me) to only be the server side of things. Is there something more I have to download and install, or was the installation of dev ...
|