First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
Word /excel to pdf
Is there a way to convert word or excel files to pdf ? I tried using <cfdocument format="PDF" srcfile="wordfile.doc" fileName="output.pdf"> </cfdocument> This results in a pdf being created with junk data . On adding mimeType <cfdocument format="PDF" srcfile="wordfile.doc" mimeType= "application/msword"... 10 Apr 2008 12:55
ColdFusion MX and .NET webservice
Hello We are trying to invoke a webservice built .NET 2.0 Framework and getting the following error [b]Could not perform web service invocation "GetUserDetails" because AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: org.xml.sax.SAXParseExcep... 10 Apr 2008 11:19
Data Not Showing in CFCHART
I have a query using a <cfif> statement to choose the table the query will select from, based on the program selected, but data is only showing up in the cfchart for the first two tables. When I run the queries directly to the database the returned data is as expected for all tables, and on the charts where th... 21 Apr 2008 16:33
Using ColdFusion's built in install of ANT
Has anyone used the internal instance of ANT packaged with CF to run a different build file? I want to run an automated install of a CF app on a remote server that I don't have access to to install ANT seperately. The server DOES have CF installed and I know CF contains ANT (<cfroot>/lib/ant.jar) - has anyo... 16 Apr 2008 14:50
Date Issue
I am not sure is this the right forum. Anyway... I am from New Zealand, in here we use DD/MM/YYYY. I notice when i try to write a date string to a database using either the createODBCDateTime or the cfqueryparam with cfsqltype = cf_sql_timestamp, there is very small chance (very randomly) that the output end ... 13 Apr 2008 12:43
Performance issue when cfc is called as web service
Hello, We are using Coldfusion MX 7 on a Windows 2003 server SP2, 3Gigs RAM, 4 CPUs (2 dual core), SUN JVM 1.4.2_11, Min & Max JVM Heap sizes = 512, simultaneous request limit = 24. I created a CFC which does a cfhttp call to a remote SaaS application. Included on almost every page of our website is an iframe tha... 14 Apr 2008 09:45
CF8 cfchart and ajax
I am having trouble with charts that are embedded either in <cfdiv bind> or <cflayoutarea source=...> statements. If the charts are generated in a standalone page, they provide the mouseover display of the label and value of the chartitem. Once I embed these charts into a ajax layout page, the mouseover resul... 9 Apr 2008 16:18
Coldfusion 8 bug with GetPageContext().forward()
Apparently, the new Coldfusion 8 update 1 (8.0.1) resolved the problem. I did some tests with the code above and with another one more complex and none problem occurred. I think this bug can be marked as resolved. Regards, Maiquel Sampaio de Melo ... 9 Apr 2008 15:28
Cross-Server Applications and File Writes
I'll give a quick summary of what my application does. I have an interface built for employees to make changes to a config.dat file of some software we use, they make whatever changes they need through the forms and it re-writes and reloads the file. This software is installed on 12 servers, along with Coldfu... 10 Apr 2008 05:21
Create Soap webservice
how to make this webservice secure. ... 9 Apr 2008 14:40
First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88