| Thread | Last Post | Replies |
|
| XML Data Exchange Web Services ( document/literal ) | 30 Aug 2005 00:51 GMT | 4 |
I am trying to publish a cfcomponent based web service that would accept soap-packaged serialized objects. I believe you can post to such a service with a <cfinvokeargument type="xml"....>
|
| Adding header to Excel export file | 29 Aug 2005 23:28 GMT | 3 |
I'm using the following to create an excel spreadsheet: <CFPARAM name="action" default="none"> <CFSET tab=chr(9)> <CFSET carriage=chr(13)>
|
| converting one big template into a cfc | 29 Aug 2005 19:01 GMT | 4 |
i have written a little application where the bulk of the app is contined in one cfml file. i am trying to convert that cfml file to a cfc and am working on making my first method. i would like to be able to pass the form variables into the method and the method should generate ...
|
| How safe is Encryption on a Shared Server? | 29 Aug 2005 18:42 GMT | 2 |
Hi, If I were to purchase CFX_ENCRYPT_AES and have my ISP install it on their shared CF server, would it be safe to encrypt credit card information and leave it on their
|
| WDDX Forms | 29 Aug 2005 17:21 GMT | 9 |
I have a large survey form which I want to serialze into WDDX data, is this possible? If so... how? Can I then shoot it into an Oracle database? Help is greatly appreciated!
|
| Bank of America to CyberSource | 29 Aug 2005 17:18 GMT | 2 |
Can anyone help me with the code to switch from Bank of America credit card processing to the new CyberSource requirement? CS suggested using ASP. Anyone found a solution? Many Thanks!
|
| Dynamic class loading in CFMX6.1 standalone | 29 Aug 2005 16:56 GMT | 2 |
How can I have dynamic class loading in CFMX6.1 standalone? I would like to make a CF application that calls to Java classes. In development, I want: a programmer edits and compiles a Java class. Then they reload a CF page in the browser and are using the new changed class. I ...
|
| Javascript Error (Object Expected) | 29 Aug 2005 16:44 GMT | 2 |
All of the correct information is being processes by coldfusion and returned to the web page, but when I select an Employee ID from the drop down box and trigger the onchange event handler, I receive an "Objected Expected Error" Code Below
|
| ToBase64 issue | 29 Aug 2005 15:03 GMT | 4 |
I've noticed that on MX 7, applying toBase64 to a numeric value returned by a query generates a conversion error. Consider this example: <cfquery name="getN" datasource="myDatabase"> select 12345 as myNum
|
| Stuck on an Update Loop | 29 Aug 2005 12:38 GMT | 12 |
Here's my issue. I have the following update statement. <cfloop from="1" to="#FORM.OrderCount#" index="i"> <cfquery datasource="#request.dsn#" username="#request.dsnUsername#" password="#request.dsnPassword#">
|
| Getting the yes/no data type to format correctly in Access | 28 Aug 2005 22:38 GMT | 7 |
Hi, I am creating an application where I need to create a table. The problem is that when I use this query to create my table I do not get the type of formatting I want. I am using a bit as the data field type to create the yes/no fields in the table. Well my original table ...
|
| Shopping Cart | 28 Aug 2005 20:41 GMT | 2 |
Hi Can anyone guide how to make shopping cart through coldfusion. Is there any available and want to integrate paypal payment option with it. Any books or reference will be appreciated.
|
| Insert query problem | 28 Aug 2005 00:04 GMT | 2 |
I need some assistance in deciphering this problem: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
|
| Calling Itext Functions | 27 Aug 2005 17:11 GMT | 5 |
I'm trying to use some itext functions in a Cf application that arent included in cfdocument such as dpi and cmykj. As cfdocument already makes use of itext, is it possible to call these two classes using cfscript without having to load itext seperatley?
|
| Form Variables not found | 27 Aug 2005 17:06 GMT | 11 |
In my receiving form I am getting this error "Element REQ_DATESTART is undefined in FORM". code that receives information <cfquery datasource="#info#" name="getData"
|