| Thread | Last Post | Replies |
|
| File attachment validation | 06 Sep 2007 20:47 GMT | 4 |
So I have a form that allows users to attach documents by browsing for the files. How would I check if a files exists where the user doesn't use browse to attach a file but rather types in a file and path name (and the file isn't found)?
|
| CFDocument Convert .doc to PDF | 06 Sep 2007 20:43 GMT | 1 |
Hi Everyone, I have been looking to see if this is possable, what I want to do is have a word doc so say I have test.doc I want to use CFdocument to convert it into a PDF. I have seen some things useing cf 7.02 to get the contribute flash paper dll and use the com object to ...
|
| Problem in Consuming a Web Service running on Remedy | 06 Sep 2007 20:33 GMT | 11 |
Hi All ? We have a web service running on ARSystem ( Remedy) and all we would like to do is ? -Invoke this web service from our Coldfusion page -Send some parameters in a method call for ?Remedy WS?
|
| CF8 IsNumeric not working?? | 06 Sep 2007 20:27 GMT | 7 |
I'd appreciate anyone's help here. We have a financial app that does lots of calculation type things. To make sure everything is good in the world, we utilize IsNumeric( ) a lot to validate that things are number before processing.
|
| XMLParse mislead by XSI/XMLNS/schemaLocation? | 06 Sep 2007 15:54 GMT | 4 |
I seem to have a problem with XMLParse and the XSI bits of my XML in myt code below. When I take out these 3 lines xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| XML HELP!!! | 06 Sep 2007 09:37 GMT | 2 |
I've accessed simpler documents using code like this: <cfscript> selectedElements = XmlSearch(XmlData, "/TopLevel/NextLevel"); for (i = 1; i LTE ArrayLen(selectedElements); i = i + 1);
|
| Saving multiple appointments to Outlook | 06 Sep 2007 02:00 GMT | 1 |
I have a client who has asked that I give him the ability to save events to people's Outlook. I found some code discussion here: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:48013#254835
|
| .NET Active Directory Interation | 06 Sep 2007 01:57 GMT | 2 |
Any ideas what's up with this code? Of note, I'm pretty clueless about active directory and .net! <cfscript> de = createObject("dotnet",
|
| Password Expiration In Active Directory | 06 Sep 2007 01:50 GMT | 1 |
Is there a way to tell when a password is expired (or if its already expired) in active directory using cfldap or ColdFusion? Also, is there a way for a user to modify their own AD password through CF? Thanks,
|
| cfinvoke web services | 05 Sep 2007 20:01 GMT | 4 |
Please help me!! I am going insane! I am trying to consume http://flightaware.com/commercial/directflight/data/wsdl1.xml. Their documentation is at http://flightaware.com/commercial/directflight/documentation.rvt. That has all
|
| CGI variables and CFOUTPUT | 05 Sep 2007 16:59 GMT | 2 |
I have this code which show me what CGI variables exists, however I wish to show also the content of the CGI vrialbe if exist but I don't know how "to tell" the CF server that in the second CFOUTPUT I wish to display the value of the CGI variables instead of the text "CGI ...
|
| displaying cfcontent on local server | 05 Sep 2007 16:17 GMT | 2 |
i am creating an excel file using cfcontent. when i test on my local cf7 server, get a blank page... no error, nothing. when i post on remote server, works fine. i read somewhere that you can turn on/off cfcontent processing in cf
|
| CF8 <cfQuery> Issue | 05 Sep 2007 15:02 GMT | 3 |
In previous versions of CF you could execute a stored procedure using the <cfQuery> tag and you would receive a query result set containing the returned data. For example: <cfquery name="checkLogin" datasource="myDataSource">
|
| Problem with JVM args | 05 Sep 2007 14:49 GMT | 2 |
We are trying to debug some issues with our ColdFusion installation and decided to revert our JVM settings back to their original state. According to a technote, these are the settings we should use: technote:
|
| Problem using SE Friendly URLs | 04 Sep 2007 21:01 GMT | 7 |
Anyone had issues using search engine friendly urls and css? I have a page that looks just fine when I go to the page with the following url: http://localhost/demo/index.cfm. However If I change the url to http://localhost/demo/index.cfm/about-our-company the page acts as if ...
|