I'm using CFMX7. Here is my code: <cfupdate datasource="msTrain" tablename="MonitorAppeal"> <cfset SESSION.OpenExplain = ""> <cfset SESSION.ContentExplain =...
It's easier to troubleshoot a <cfquery statement.. You can put your query together wrapped in a <cfsavecontent> tag and output that... take what's outputted...
I have an edit form where I display records for line item 1, records for line item 2, and records for line item 3. Each output/display is based on a flag, so I...
What is your problem? I haven't had any issues with GoDaddy and all of my domains have been hosted with them since the registerfly meltdown last year Eric ...
Disregard that.I didn't realize you are hosting with them as well. Need more coffee hehehe. They are limited in their tag support. I just use them as my...
My edit form displays multiple lines, one record per line item retrived based on a ref_number. There is also a flag involved,so whatever the flag is set at,...
I am passing the flag in the form, to the action page, it is hidden : <td align="center" >#urdn_action# <input type="hidden" name="urdn_action_ #urdn_line_...
Single quotes around variables in queries (i.e., '#qryLookup_Price.unitPrice#') indicate a string variable. Try this again after removing the quotes on all...
Hello everyone: I am using cfgrid for a form When i insert records or update records are fine, but when I do delete, then I get an error message: "primery key...
When you say you are deleting records... do you mean through embedded SQL or some other means. It helps a lot if you post your code. -hankcfman ... From: Jane...
I would also suggest getting in the habit of scoping your queries. ie qryLookup_Price.unitPrice[qryLookup_Price.CurrentRow] -hankcfman ... From: aliaspooryorik...
Anyone out there install Coldfusion 8 on a macbook pro and connect it to MySQL? That's what I'm trying to do. I used to write JavaScript for a living and HTML...
I am looking for a Leave Request Management System writing in CF. Employee can request for leave and the admin user can approve the request and manage the...
Hopefully that'll make it easier to write code in coldfusion and talk to the MySQL database. It seems (to me) that setting up the environment is more of a pain...
Hi Hank: Thanks for replay. when I say delete I mean though the form. Is this help? If not, I will post the code, when I get back to work place. Thanks again! ...
Hi Blake, I have been using ColdFusion on Mac OS X for a while. I am using the powerPC model, but setting up CF 8 on the Intel version should be very...
I'm in Dreamweaver (using the book Adobe Coldfusion 8 Getting Started) and I'm at the screen that says Site Definition using basic and it says What URL would...
I have a MacBook Pro Mac OS X 10.5.3 Coldfusion 8 Dreamweaver CS3 MySQL 5 I am getting lost on what to do on Page 18 on Choosing a Development Environment in ...
Umm Coldfusion is ridiculously simple to set up.. did you use the default settings? Built in web server? If so then the URL is http://127.0.0.1:8500/(YOU...
I uninstalled CF8 and reinstalled it (this time using the built in web server that comes with CF8) and I got through the barrier that was previously preventing...