Most of my websites are set up that way. Generally I use CFInclude for the header and footer and then extract the content from a database. The "content," of...
What OS did you install it on? That is basically saying that it is trying to find a java class and can't find it. It could relate to the JVM that is ...
Sam thing at the command prompt or you can go into the control panel in Windows and click on the java icon Eric From: coldfusion-howto@yahoogroups.com ...
Cool...could have been a java glitch. Eric ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Randy Sent:...
Hi George, Thanks so much for getting back to me, this is helpful! I will have to think about a way to do this myself. I will be looking over the cf docs to...
No it just didn't install right. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Eric Roberts Sent:...
More and more frequently, I am seeing the following error: Server Error The server encountered an internal error and was unable to complete your request. ...
I would agree that it has to do with using Access DB. What type of traffic are you getting on your site. Access was not built to handle large scale websites. ...
I have a CF form that I need to have automatically printed once a customer fills it in...I need to automatically generate a hard copy of the customer's order....
... Hash: SHA1 While it is not auto-print, I would use cfreport to give the user the ability to print a copy of their receipt. ... Version: GnuPG v1.4.4...
Sounds like your client is old school like mine! They live or die by their fax machine and hate using email. One option I've considered... have the orders...
CFDocument _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Al Bundy Sent: Saturday, August 04, 2007 1:37 AM...
If the fax solution is what you want you may want to consider eFax (http://www.efax.com). Its a fairly simple solution, it takes an email or an attachment to...
Hi, Trying to strip out non-numeric chars. I have this within a cfquery, but it returns a syntax error: ReReplace(CU.Bill_phone, "[^0-9]", "", "ALL") Any help...
what error are you getting? Where are you using the reReplace call? -hankcfman ... From: tmallan <tmallan@...> To: coldfusion-howto@yahoogroups.com Sent:...
The error: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in query expression 'ReReplace(CU.Bill_phone,...
How many rows are coming back in the recordset of the CU query? Could you send where your using the call? It could be many problems. It looks like you are not...
Where is the bill_phone coming from? And does CU exist? -hankcfman ... From: tmallan <tmallan@...> To: coldfusion-howto@yahoogroups.com Sent: Saturday,...