| Thread | Last Post | Replies |
|
| Consuming WCF web services | 17 Jun 2008 10:38 GMT | 1 |
I've been trying to consume a WCF web service but continue to get an 'Emitter failure. There is an undefined portType (ActiveGolfServiceContract) in the WSDL document'. And was wondering has anyone had any experience dealing with a WCF web service.
|
| Make CF process .CSS pages on apache | 17 Jun 2008 10:29 GMT | 1 |
I read a previous post stating that it was possible to have ColdFusion process .CSS pages. I'm not able to find any documentation to do this on IIS or Apache. Does anyone have a URL explaining this process? If possible, I'd also like to somehow cache the .CSS so it's not ...
|
| cfquery and cfstoredproc don't work in a cfwindow | 16 Jun 2008 11:18 GMT | 2 |
I have a form that pops up a cfwindow which in turn does some database calls (cfquery or cfstoredproc). If the cfm page called in the cfwindow is executed in a new browser window, it works, however, it doesn't work within cfwindow. All other non-db related code
|
| Display of Video FLV files | 16 Jun 2008 00:34 GMT | 1 |
Is there an easy way to display Video FLV files with ColdFusion, Either some code or a CF tag ? As ColdFusion and Video Flash are 2 products from Adobe, I hope there is an easy way to display that type of file.
|
| Executing external application | 15 Jun 2008 15:03 GMT | 1 |
It's been YEARS since I did this last ... and now my brain cells ... well ... How do I execute an external application from within CF? Simple scope ... load a page and do something that *might* look like this <cf_run_program program="c:\xxxx\hyperterminal.exe /script=this"> or ...
|
| Tabs Not Showing for cflayout | 15 Jun 2008 06:49 GMT | 2 |
I am using the following code to create a tabbed page. This code works fine in the development server, but my ISP's server it shows no tabs and the data is just stacked like the included files. Any thoughts on why this is happening? Thanks,
|
| CFImage Fonts | 13 Jun 2008 23:50 GMT | 3 |
Hey there, looking for some help with cfimage. I've installed a TTF font on the Windows 2003 server, and in the CFadministrator. But when trying to use this font with cfimage, I get the following error: Unable to find font: Serif.
|
| Issue with CFINCLUDE | 13 Jun 2008 19:24 GMT | 5 |
I am dealing with a wack situation. I am writing a small application for one of my clients and I created a -let's call it- system_query.cfm file that contains the functions I use the most accross the program. In each of my pages I am using <cfinclude template="system_query ...
|
| encrypt and decrypt functions | 13 Jun 2008 17:03 GMT | 2 |
Are there any known issues for these function in Coldfusion 8? What might cause decrypt not to work?
|
| FCKeditor 404 Error Message | 13 Jun 2008 11:49 GMT | 4 |
I have been experimenting with FCKeditor in Coldfusion 8. I have amended the fckcongif.js file to create a custom toolbar and it is working perfectly. However, I have more than one website on my server and I want to be able to link a different stylesheet for each website to each ...
|
| Does file upload have to go through the tmp directory first? | 13 Jun 2008 09:56 GMT | 2 |
I am dealing with some large file uploads in the 1gb to 2gb range. These files get uploaded first into CF's tmp directory, then CFFILE essentially copies the file to another location. With large files, this secondary copy by CFFILE actually consumes a lot of time and I/O ...
|
| CAPTCHA image is not big enough | 12 Jun 2008 21:31 GMT | 2 |
I'm using CF 8 and the <cfimage> CAPTCHA option. I am getting the following error message on a intermittent basis: An invalid argument has caused this error. Verify your inputs. The specified width for the CAPTCHA image is not big
|
| Optimization and Best Practices: User Goup Permissions | 12 Jun 2008 19:00 GMT | 5 |
Recently I have done some soul searching on the best way to allow for complex user permissions on a web site while keeping server resources in mind. I am hoping that some of you will have some ideas or suggestions on the best way to implement a system like this using CF. First ...
|
| Query Questions | 12 Jun 2008 17:14 GMT | 12 |
Hello all, I am trying to pull out information from the database based on what a link is passing. But I am pulling out information I don't need. Here are my links:
|
| MS Exchange communication | 12 Jun 2008 15:14 GMT | 1 |
I have a problem with communicate with MS Exchnage Server. Everything is ok till i use german/polish special chars. When i have example "?????" in task subject or in part of contact i recieve CF error :
|