First  |  Prev |  Next  |  Last
Pages: 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
Adding a Datasource without CF Admin in multi serverenvironment
On a previous post thanks to Stephan K, I was able to create a Datasource in CF admin programatically http://www.creative-restraint.co.uk/blog/index.cfm?mode=entry&entry=7B83C13D-EEF 8-5BAE-8195007923F93910 Now the next challenge is to add the Datasource to multiple instances at the same time, anyone k... 1 Nov 2006 15:12
Has anybody ever used CFC Proxy before?
I am having the same trouble. What is the exact error or trouble you are having? My code throws a RuntimeException - Any Ideas? java.lang.RuntimeException: CFCServlet must be initialized at coldfusion.cfc.CFCProxy.<init>(CFCProxy.java:67) at coldfusion.cfc.CFCProxy.<init>(CFCPro... 3 Nov 2006 20:33
Problem with date comparsion in QoQ
Here 's my problem - I need to fetch all files modified after a certain date.I did a Cfdirectory to return all files and tried to do a QoQ to return files modified since yesterday. But date comparsion doesn't not work in QoQ .Has anyone encountered this before? Here's the code I used <cfdirectory name="test"... 1 Nov 2006 13:37
Input form problem
Ok I have created a input form, which is suppose to input data into two tables on on an SQL server. One field (a list) allows for multiple enters (the only field that goes to the 2nd table). The problem; I get an error message when I select more then one selection in the list field. The code is below. Thank you ... 31 Oct 2006 17:36
Null Values in COM Collections
Basically I guess you're going to have to check for #isDefined("rec.item.#accountid#.value")# Have you tried doing a <cfdump var="#rec.item("accountid")#"> to see what's in it, since it seems from the error message that it exists but doesn't have a value. ... 31 Oct 2006 12:19
Table Join? Lookup Table?
I'm working on a application that needs to allow a user to reorder items they have previously purchased. I have 3 tables I need to work from (I think) The first table is the customer info that contains their ID number: Customer1 | 8761 Customer2 | 5487 Customer3 | 2365 A second table that contains a... 27 Oct 2006 17:16
guru challenge!
Your two replace commands appear to cancel each other out. ... 28 Oct 2006 05:47
cfencode.linux segmentation fault
Does anybody have cfencode.linux working? I keep getting a segmentation fault with I actually try to cfencode a file (cfencode somefile.cfm). If I just do a cfencode, this seems to work in that it prints out the usage message. Mike ... 24 Oct 2006 23:47
cfinvoke.
If I have a directory that stores my cfc's called components under my root app folder I would use---> components.whatever to call my whatever.cfc. What would I use to call my cfc if I was in another directory under the root app folder that was side by side the components directory? ... 24 Oct 2006 21:11
NewsLetter type of application
Good day, I am building a simple NewsLetters type of application and need to email the templte filled out of DB information. This is not a problem but I find a problem when I am sending out the template. My DB contain 600 email adresses. The problem I have is, it seams that CF 7MX is not sending 1 email p... 20 Oct 2006 11:55
First  |  Prev |  Next  |  Last
Pages: 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318