| Thread | Last Post | Replies |
|
| Appending PDFs on the fly | 11 Apr 2007 07:24 GMT | 1 |
Just wondering if anyone can lend some advice on the best way to append multiple PDFs using coldfusion. I have found a lot of expensive thrd party standalone apps but none that i can use to automate this type of concatonation, i really need to be able to do it on the fly if ...
|
| Adobe XML/PDF API issue - cannot populate PDF | 11 Apr 2007 03:44 GMT | 1 |
Hello. I download and installed the XPAAJ.jar file used for working with PDF files through Java. Ben Forta wrote an article about this and provided some examples. Anyway, I have the following code that works great until I call the InputFormData() method. When I remove the method, ...
|
| CFHTTP versus CFINVOKE | 11 Apr 2007 00:41 GMT | 5 |
Working on a site that is changing hosting companies and I found out that the new host doesn't allow CFINVOKE. So is it possible to change to CFHTTP using the same information such as URL for WSDL page?
|
| JavaScript to Cold Fusion query | 11 Apr 2007 00:32 GMT | 3 |
I have two pages and I'm trying to extract the URL value and drop it in the SQL. I HAVE TO use the Javascript to pass the variable. page1.htm function poponload()
|
| IIF and SQL Server 2000 | 10 Apr 2007 23:11 GMT | 9 |
I'm ready to pull my hair out. I have just created a new view in SQL Server 2000 using the query designer. However, I cannot get the code to accept a case statement, which is supposed to replace the IIF statement that I was using in Access. Here is the code in the query ...
|
| query problem | 10 Apr 2007 22:42 GMT | 9 |
hi i am trying to query 3 table in my database but i am not getting the right output i have tried this query below, i need to display <cfset smsleft = #GetUser.SMSBought# - #GetUser.SMSCost#>
|
| all possible combinations of a column as applied to a unique entry? | 10 Apr 2007 20:21 GMT | 1 |
i am having trouble getting a loop to do what i want, if you can help me find out what i am doing wrong i would appreciate it: i have a database with 3 tables in it table 1 has a list of documents - each one having a primary key
|
| most efficient way to add maintain items dynamically | 10 Apr 2007 16:07 GMT | 1 |
I am going to build a website that delivers news and events of a particular sport. I understand that I need to use RSS to deliver news content but I was wondering about the other part of what I want to do. I have come across sites that will have for example, all upcoming ...
|
| Cffunction adn cffile upload | 10 Apr 2007 15:59 GMT | 1 |
Hello to everyone ! I have a problem to upload a file with cffunction : i created a cfc with a function 'upload' : <cffunction name="upload" access="remote" returntype="void">
|
| accessing a new java object | 10 Apr 2007 15:14 GMT | 1 |
i have a .jar file given by a third party. i never worked with java objects before. any way now i did copy it to right location i think. that is web_root/WEB-INF/lib now i am trying to access i have some problems. i do know the class name but it is not working. now is there a ...
|
| File upload doesn't work and no error! What's going on? | 10 Apr 2007 14:29 GMT | 8 |
:confused; We are migrating our intranet from ColdFusion 5 on Solaris to ColdFusion MX 7 on Linux and I'm testing out the existing applications on the new server. The processing page for a file upload is using CFFILE with ACTION="upload". The
|
| Cold Fusion Mac Compat? | 10 Apr 2007 02:17 GMT | 1 |
Can you run the latest Cold Fusion version in association with CS3 Web Premium for Mac on a Mac without a Windows shell?
|
| File Not Found Frustration | 09 Apr 2007 23:53 GMT | 11 |
We have a system that has been working like a charm on a server running CFMX. Friday we changed over servers to W2003 and CFMX7. This system works to a point. I am able to access the index page and it displays. This page displays a menu with radio buttons. A choice is made ...
|
| How to install a Java Servlet? | 09 Apr 2007 22:50 GMT | 3 |
hi cracks Sorry for the simple and probably silly questions ... I downloaded a test Java servlet from http://www.dlsoft.com/downloads/downldjava.htm to display. However, I don't
|
| RSA Encryption Help with Bouncy Castle | 09 Apr 2007 20:54 GMT | 3 |
Does anyone have experience doing RSA encryption with Bouncy Castle installed as a security provider? For example, what is the proper syntax of the Encrypt(string, key[, algorithm[, encoding]])) function to send an RSA encrypted string to someone
|