Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 41396 - 41425 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41396
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...
George
georgefarnsw...
Offline Send Email
Aug 1, 2007
3:15 pm
41397
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 ...
Eric Roberts
woad
Online Now Send Email
Aug 1, 2007
3:45 pm
41398
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 ...
Eric Roberts
woad
Online Now Send Email
Aug 1, 2007
4:43 pm
41399
I can't find the vendor error code 3502 anywhere. Checked the internet and adobe's site. Any ideas? Thanks! Jen...
Jen
chrystalheart
Offline Send Email
Aug 1, 2007
4:53 pm
41400
I'm on XP-Pro. I decided to remove and re-install the entire program. It seems to be working fine now.   Thanks, Randy     ... From:...
Randy
rrobinsonav
Offline Send Email
Aug 1, 2007
9:15 pm
41401
Cool...could have been a java glitch. Eric ... From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Randy Sent:...
Eric Roberts
woad
Online Now Send Email
Aug 2, 2007
1:32 am
41402
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...
John Barrett
barrjohnm
Offline Send Email
Aug 2, 2007
8:41 am
41403
Hi, Is there a possible way to have a multiple selection of rows on a submitting form(in CFFORM) using CFGRID? <cfform format="flash" name="order"...
to fung
tofung2000
Offline Send Email
Aug 2, 2007
1:12 pm
41404
No it just didn't install right. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Eric Roberts Sent:...
Dan Plesse
empiricallys...
Offline Send Email
Aug 2, 2007
3:11 pm
41405
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. ...
ihatespam22222
Offline Send Email
Aug 3, 2007
7:03 pm
41406
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. ...
Hank Miller
hankcfman
Offline Send Email
Aug 3, 2007
7:16 pm
41407
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....
Dave Warner
dave_tv3d
Offline Send Email
Aug 3, 2007
9:19 pm
41408
... 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...
Graham Pearson
gspearson69
Offline Send Email
Aug 3, 2007
9:35 pm
41409
... Thanks...the customer already has that ability. I need something to auto-generate a hard copy in the office whenever an order comes in....
Dave Warner
dave_tv3d
Offline Send Email
Aug 3, 2007
11:20 pm
41410
I need to take input from the users using coldfusion form. And need to show output in PDF. Any suggestons would be appreciated....
scorpsdude
Offline Send Email
Aug 3, 2007
11:51 pm
41411
Look at cfdocument. -hankcfman ... From: scorpsdude <pved@...> To: coldfusion-howto@yahoogroups.com Sent: Friday, August 3, 2007 5:25:38 PM Subject:...
Hank Miller
hankcfman
Offline Send Email
Aug 4, 2007
1:41 am
41412
If you have Mx 7 or 8 it's embedded. Else search for java pdf coldfusion. _____ From: coldfusion-howto@yahoogroups.com ...
Dan Plesse
empiricallys...
Offline Send Email
Aug 4, 2007
2:49 am
41413
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...
Al Bundy
albundyinc
Offline Send Email
Aug 4, 2007
5:37 am
41414
CFReport _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of scorpsdude Sent: Friday, August 03, 2007 4:26 PM ...
Al Bundy
albundyinc
Offline Send Email
Aug 4, 2007
5:37 am
41415
CFDocument _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Al Bundy Sent: Saturday, August 04, 2007 1:37 AM...
Mark Bureau
bu9418
Offline Send Email
Aug 4, 2007
1:11 pm
41416
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...
Larry C. Lyons
larryclyons
Offline Send Email
Aug 4, 2007
2:09 pm
41417
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...
tmallan
Offline Send Email
Aug 4, 2007
7:41 pm
41418
what error are you getting? Where are you using the reReplace call? -hankcfman ... From: tmallan <tmallan@...> To: coldfusion-howto@yahoogroups.com Sent:...
Hank Miller
hankcfman
Offline Send Email
Aug 4, 2007
7:53 pm
41419
The error: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in query expression 'ReReplace(CU.Bill_phone,...
tmallan
Offline Send Email
Aug 4, 2007
8:19 pm
41420
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...
Hank Miller
hankcfman
Offline Send Email
Aug 4, 2007
8:31 pm
41421
Try this.... <cfquery name="qGetRequester" datasource="#request.dsn#"> SELECT #ReReplace(CU.Bill_phone, "[^0-9]", "", "ALL")# ... </cfquery> -hankcfman ... ...
Hank Miller
hankcfman
Offline Send Email
Aug 4, 2007
8:31 pm
41422
Now the error is: Element BILL_PHONE is undefined in CU. I guess CF now thinks this is a variable, instead of db dot notation....
tmallan
Offline Send Email
Aug 4, 2007
9:15 pm
41423
Where is the bill_phone coming from? And does CU exist? -hankcfman ... From: tmallan <tmallan@...> To: coldfusion-howto@yahoogroups.com Sent: Saturday,...
Hank Miller
hankcfman
Offline Send Email
Aug 4, 2007
9:21 pm
41424
You're going to have to use the native function for this and not the Coldfusion function. _____ From: coldfusion-howto@yahoogroups.com ...
Mark Bureau
bu9418
Offline Send Email
Aug 4, 2007
9:22 pm
41425
Either that or manipulate the field during your looping process. ________________________________ From: coldfusion-howto@yahoogroups.com ...
Mark Bureau
bu9418
Offline Send Email
Aug 4, 2007
9:22 pm
Messages 41396 - 41425 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help