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@...
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...
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...
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 ...
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 ...
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...
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 ...
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...
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. ...
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...
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...
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...
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...
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:...
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 ...
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...
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...
if you are using hidden form fields then you need #form.firstname# ... -- ... Jason Radosevich http://www.terminalfusion.com [Non-text portions of this message...
I.E. First Page <input type="text" name="firstName"> second page <cfoutput> <input type="hidden" name="firstName" value="#form.firstName#"> </cfoutput> third...
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...
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...
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. ...
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...
... 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...