| Thread | Last Post | Replies |
|
| Trouble Creating .NET Object | 13 Aug 2007 21:27 GMT | 3 |
Any ideas what to do here? I don't know what to put in the assemble attribute. I don't know any .net at all actually.... <cfobject type=".NET" name="de"
|
| OnMouseOver | 13 Aug 2007 20:46 GMT | 3 |
I try to use OnMouseOver to show a multilines message box when OnMouseOver the text lable . For example, lable is "Modam" and when mouse move on the "Modam", the text box show up with description of the modam. Please help!
|
| Trouble with arguments in .NET objects | 13 Aug 2007 20:05 GMT | 2 |
I'm having a horrible time integrating with a 3rd party API in .NET 1.1 calling functions with arguments that are not simple datatypes. I understand the limitations of not being able to pass pointers/refs, but even simple datatypes I think are not working. It's impossible to ...
|
| CFC query union with database query | 13 Aug 2007 18:06 GMT | 3 |
I'm trying to invoke a webservice to return a query, and then run a parallel query in another database, and UNION the two with a query of query. Both the webservice server and the local server are CF7, both running MySQL, both accessing tables with parallel structures. The ...
|
| CFXML Variable Size Limit | 13 Aug 2007 17:39 GMT | 1 |
I am creating an XML file (an Excel doc) on the fly from a DB query. I am able to CFDUMP the query successfully, so I know that I am not encountering a size limit there. I use the CFXML tag variable to store the XML document that I dynamically create from the query data. The ...
|
| Convert Grid data to a chart | 13 Aug 2007 17:00 GMT | 1 |
I have a grid which is populated from an SQL database, it has a search box which when populated filters the results. I am trying to output the filtered results in charts. I currently have all the SQL data output in charts but would like to make them dynamic to match what the
|
| cfqueryparam question | 13 Aug 2007 15:39 GMT | 2 |
I have a general ColdFusion security question. If I am using cfqueryparam and the cfl_sqltype is varchar can SQL injection code get passed to my database. I had someone tell me that the quotes get striped off. I don't beleive that is true. Can someone give me the breakdown on ...
|
| SUn Java with MX7 | 13 Aug 2007 09:40 GMT | 2 |
The Paypal integration guide says that I need to install SUn Java JRE 1.3.1_02. I have done that and updated the CF administrator JVM path to point to it, but COld FUsion will not start. ANy ideas? I also tried installing 1.4_15 and it wont start with that either. My JVM ...
|
| get next id | 13 Aug 2007 02:50 GMT | 10 |
When inserting a new record I want to assign the next property_id from the property.property_id table. The query: <cfquery name="GetNewID" datasource="#application.DSN_Name#"> SELECT top 1 property_id
|
| cfftp | 12 Aug 2007 21:39 GMT | 1 |
After making a connection to the ftp host using cfftp, what would you use to download a file from the ftp to the web/CF server? I see cffile action="upload". Anyone else have a process to open a connect to the ftp server, download a
|
| How to download a dbf file after it was created?? | 12 Aug 2007 15:46 GMT | 3 |
In a cfm page named writedbf.cfm ,I have writed some data into a dbf file named test.dbf in "D:\testdbf\". In an other cfm page,i palced an <input> tag which type is "submit",if click this button,i want the test.dbf file can be downloaded,how can do this?
|
| parsing a string and storing that string in a dynamically named variable | 11 Aug 2007 08:46 GMT | 2 |
I have a string that looks like this: title.string1-color.string2-size.string3 I'd like to put string2 in a variable called color. Can I use rereplace to do this? Or is there some other function that would do this better?
|
| Bean to CFC, Quirky one.. | 10 Aug 2007 21:30 GMT | 3 |
Well, I'm at my wits end with this one. I've had several people stare at it. I am passing a custom data type (bean) to a function via a webservice to do updating in a database. My invoke statement looks like this. QuoteBean = createObject("component","apps.webservices.quote");
|
| URL rewrite like MySpace | 10 Aug 2007 21:01 GMT | 1 |
Can anyone suggest the easiest solution to create virtual directories like you can on MySpace and then rewrite them to a dynamic page? I'd image you would have to strip the URL and query a database with the keyword from the URL. The database query, etc I can handle. But how ...
|
| Problem accessing .NET class using <cfobject> | 10 Aug 2007 20:19 GMT | 1 |
I'm getting the following error when I try to access my .NET classes ........ I'm only having this problem with this ONE dll file... what am I doing wrong? Here is my C# code for my assembly using System;
|