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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 43237 - 43266 of 44526   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43237
I'm using CFMX7. Here is my code: <cfupdate datasource="msTrain" tablename="MonitorAppeal"> <cfset SESSION.OpenExplain = ""> <cfset SESSION.ContentExplain =...
sheldon.turchin
Offline Send Email
Jul 1, 2008
4:13 pm
43238
Can you post the error as well please in this thread....
aliaspooryorik
Offline Send Email
Jul 1, 2008
4:17 pm
43239
Post the error.. I've never used <cfupdate.. why not use <cfquery to update the database? On Tue, Jul 1, 2008 at 11:17 AM, aliaspooryorik...
Greg Morphis
omenchaos
Offline Send Email
Jul 1, 2008
4:21 pm
43240
Error Occurred While Processing Request Error Executing Database Query. Syntax error in UPDATE statement. The error occurred in ...
sheldon.turchin
Offline Send Email
Jul 1, 2008
4:24 pm
43241
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...
Greg Morphis
omenchaos
Offline Send Email
Jul 1, 2008
4:46 pm
43242
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jul 2, 2008
10:56 pm
43243
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 ...
Eric Roberts
woad
Online Now Send Email
Jul 3, 2008
3:22 pm
43244
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...
Eric Roberts
woad
Online Now Send Email
Jul 3, 2008
3:25 pm
43245
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,...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jul 3, 2008
7:02 pm
43246
Try something like this Page with form: <cfoutput query="myquery"> <input type="hidden" name="idList" value="#ID#"> <input type="text" name="qty_#i#"...
cf_ernie
Online Now Send Email
Jul 3, 2008
7:39 pm
43247
It does not appear that you are passing the flag as a hidden variable. ________________________________ From: coldfusion-howto@yahoogroups.com ...
LACKEY, DARYL (ATTSI)
daryllackey
Offline Send Email
Jul 3, 2008
8:37 pm
43248
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_...
uraidiot2000xyz
Offline Send Email
Jul 3, 2008
9:38 pm
43249
I have three queries : this query get the unitprice and rrnumber from a table based on a tracking number : <cfquery name="qryLookup_Price"...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jul 3, 2008
9:44 pm
43250
Single quotes around variables in queries (i.e., '#qryLookup_Price.unitPrice#') indicate a string variable. Try this again after removing the quotes on all...
Linda Hardman
lindauhoo
Offline Send Email
Jul 4, 2008
1:31 pm
43251
... You should have this: <cfquery name="qryUpdate_Price" datasource="recDisc"> UPDATE test_UnReceivables_URDN_Line_Items SET unitPrice =...
aliaspooryorik
Offline Send Email
Jul 4, 2008
1:43 pm
43252
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...
Jane Z
xianer_2000
Offline Send Email
Jul 4, 2008
2:44 pm
43253
I can not stress enough how important it is to use <cfqueryparam -hankcfman ... From: aliaspooryorik <john_forum@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Jul 4, 2008
3:21 pm
43254
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...
Hank Miller
hankcfman
Online Now Send Email
Jul 4, 2008
4:39 pm
43255
I would also suggest getting in the habit of scoping your queries. ie qryLookup_Price.unitPrice[qryLookup_Price.CurrentRow] -hankcfman ... From: aliaspooryorik...
Hank Miller
hankcfman
Online Now Send Email
Jul 4, 2008
4:44 pm
43256
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...
blakesouthwood
Offline Send Email
Jul 5, 2008
6:26 am
43257
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...
Mandy Li
mandy_li_1998
Offline Send Email
Jul 5, 2008
3:19 pm
43258
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...
blakesouthwood
Offline Send Email
Jul 5, 2008
7:40 pm
43259
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! ...
Jane Z
xianer_2000
Offline Send Email
Jul 5, 2008
9:32 pm
43260
Please post the code. That will be the biggest help. :) -hankcfman ... From: Jane Z <xianer_2000@...> To: coldfusion-howto@yahoogroups.com Sent:...
Hank Miller
hankcfman
Online Now Send Email
Jul 5, 2008
11:06 pm
43261
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...
John Barrett
barrjohnm
Offline Send Email
Jul 6, 2008
8:12 am
43262
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...
blakesouthwood
Offline Send Email
Jul 6, 2008
9:18 pm
43263
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 ...
blakesouthwood
Offline Send Email
Jul 6, 2008
9:20 pm
43264
mysql-5.0.51b-...
blakesouthwood
Offline Send Email
Jul 6, 2008
9:21 pm
43265
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...
Greg Morphis
omenchaos
Offline Send Email
Jul 6, 2008
9:27 pm
43266
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...
blakesouthwood
Offline Send Email
Jul 6, 2008
10:35 pm
Messages 43237 - 43266 of 44526   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