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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 38767 - 38796 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38767
I have cfsearch for Word documents in a directory, but it is not returning the results as I expect. <cfsearch name = "GetResults" collection = "MyFormSearch" ...
John Lucania
john.lucania@...
Send Email
Jul 1, 2006
2:39 pm
38768
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jul 1, 2006
3:25 pm
38769
Thank you. I am new to this so I would like to know whether it is enough to enable the session in the application. cfm file or do I need to set session...
coldfusionuser
Offline Send Email
Jul 1, 2006
3:32 pm
38770
you would set them in the appliction.cfm file.. i.e. if you have in your form FirstName, LastName, Email, PhoneNumber in your application.cfm you would have ...
Jason Radosevich
j_abell
Offline Send Email
Jul 1, 2006
5:04 pm
38771
One way is to creat a structure in the session scope in your application.cfmor application.cfc, and then popiulate the structure with each page you want to ...
Mikky
iconmicheal
Offline Send Email
Jul 1, 2006
7:50 pm
38772
Thank you. It is very helpful. Would I put the <cfoutput>#session.FirstName# #session.LastName#</cfoutput> on the confirmation page (i.e. the page before the...
coldfusionuser
Offline Send Email
Jul 1, 2006
8:39 pm
38773
Thank you. I appreciate the fast reply and the coding example because this is new for me. 1. If I create a structure, would I need to adapt the following ...
coldfusionuser
Offline Send Email
Jul 1, 2006
8:46 pm
38774
Yep ... -- ... Jason Radosevich http://www.terminalfusion.com [Non-text portions of this message have been removed]...
Jason Radosevich
j_abell
Offline Send Email
Jul 2, 2006
3:10 am
38775
If you use the hidden form fields then you will have to put them on every page that you want to access them ... so if you have 4 pages, then you will have to...
Jason Radosevich
j_abell
Offline Send Email
Jul 2, 2006
3:11 am
38776
I changed my Ms access database into a arial unicode one and the next time i tried to upload it or see a page which use the website i get the following error. ...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Jul 2, 2006
9:15 am
38777
Hi, I have a question: I just installed coldfusion MX 7 stand-alone on mac OS X. I used to have the JRun cf server, but un-installed that one, and re-installed...
John Barrett
barrjohnm
Offline Send Email
Jul 2, 2006
4:47 pm
38778
Hi I have several pages to an online form. I was trying to pass the variables from page to page and then submit them on the last page of the form into an...
coldfusionuser
Offline Send Email
Jul 3, 2006
1:14 am
38779
I don't know the answer up front but I can offer the following info if it helps: Assuming that this database has been set up correctly and you have verified...
Kevin
kvnlnt
Offline Send Email
Jul 3, 2006
4:27 am
38780
Is there a way to tell coldfusion to start when I start the computer? I picked this option during the install, but it is not working. Is this an option in the...
John Barrett
barrjohnm
Offline Send Email
Jul 3, 2006
7:28 am
38781
BTW...that isn't in cfadmin...go into your control panel and then computer management, then services and find the cf server service. Eric _____ From:...
Eric Roberts
woad
Online Now Send Email
Jul 3, 2006
8:07 am
38782
If it is windows, make sure the service is set to automatic. Not sure what you do on Macs and UNIX. Eric _____ From: coldfusion-howto@yahoogroups.com ...
Eric Roberts
woad
Online Now Send Email
Jul 3, 2006
8:16 am
38783
Hi again, Thanks`-` I can't seem to figure how to view this on the Mac. The computer si still under warnity,and I can have the apple store figure this out for...
John Barrett
barrjohnm
Offline Send Email
Jul 3, 2006
8:29 am
38784
Hi Eric, Thanks so much for your help. I looked all over the computer for the startups;that is, what is launched when the computer is started. I thought that...
John Barrett
barrjohnm
Offline Send Email
Jul 3, 2006
8:38 am
38785
My hosts sql db is down for repair. In the mean time this is displayed when a request is sent from my site: Error Executing Database Query. ...
tmallan
Offline Send Email
Jul 3, 2006
3:42 pm
38786
if you are using hidden form fields then you need #form.firstname# ... -- ... Jason Radosevich http://www.terminalfusion.com [Non-text portions of this message...
Jason Radosevich
j_abell
Offline Send Email
Jul 3, 2006
4:07 pm
38787
I would which to a java embedded database but yes <cftry> is better. But cferror would work too. _____ From: coldfusion-howto@yahoogroups.com ...
Dan Plesse
empiricallys...
Offline Send Email
Jul 3, 2006
4:32 pm
38788
I.E. First Page <input type="text" name="firstName"> second page <cfoutput> <input type="hidden" name="firstName" value="#form.firstName#"> </cfoutput> third...
Jason Radosevich
j_abell
Offline Send Email
Jul 3, 2006
4:44 pm
38789
I personally like to use <cftry> when the db is down. ... -- ... Jason Radosevich http://www.terminalfusion.com [Non-text portions of this message have been...
Jason Radosevich
j_abell
Offline Send Email
Jul 3, 2006
5:00 pm
38790
Hmm. I must be doing something wrong. I've got cferror in app.cfm with types exception and request specified, and still this error got through......
tmallan
Offline Send Email
Jul 3, 2006
5:00 pm
38791
Ah, yea I was doing something wrong. Best to be sure cferror lives above any cfqueries... Thanks. ... through... ... better. But...
tmallan
Offline Send Email
Jul 3, 2006
5:22 pm
38792
Here is something that i have <cftry> <cfquery stuff...> <cfcatch type="Database"> info to the users and a cfmail to me and the db support <cfdump...
Jason Radosevich
j_abell
Offline Send Email
Jul 3, 2006
5:34 pm
38793
You should still switch to an embedded database hsqldb because your log files will eventually cause an error as well. http://hsqldb.sourceforge.net just use a...
Dan Plesse
empiricallys...
Offline Send Email
Jul 3, 2006
8:05 pm
38794
I changed my Ms access database into a arial unicode one and the next time i tried to upload it or see a page which use the website i get the following error. ...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Jul 4, 2006
2:18 am
38795
can cf render pdf as html like google search does. I want to be a ble to view pdf files saved on the server as html any help will be appreciated. [Non-text...
Mikky
iconmicheal
Offline Send Email
Jul 4, 2006
1:09 pm
38796
... Looks like something like this has been done... take a look at this: http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_21891665.html You...
C. Hatton Humphrey
ny5i
Offline Send Email
Jul 4, 2006
4:59 pm
Messages 38767 - 38796 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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