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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5269 - 5298 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5269
Hi, ... Sorry... AFAIK you can't do that with HTML and CF. A Java applet might help... HTH, Chris...
Christoph Schmitz
procept2000
Offline Send Email
Feb 1, 2002
8:42 am
5270
I need to be able to list the Cfquery CurrentRow results from highest to lowest. So that when I do a cfoutput it puts 5, 4, 3, 2, 1 not 1, 2, 3, 4, 5. Can this...
yahoo
ehputt1
Offline Send Email
Feb 1, 2002
1:10 pm
5271
Use a cfloop instead of an output.... Ie <CFOUTPUT> <CFLOOP FROM="#myQuery.RecordCount#" TO="1" INDEX="idxRow"> #myQuery.Column[idxRow]#<br> </CFLOOP> ...
Mike Townend
kwyjibouk
Online Now Send Email
Feb 1, 2002
1:13 pm
5272
Untitled Document ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion Discussion *** ...
coldfusion-howto@yaho...
Send Email
Feb 1, 2002
2:07 pm
5273
Untitled DocumentWWW.CRYSTALTECH.COM is my favorite Ergün KOÇAK ... From: coldfusion-howto@yahoogroups.com To: coldfusion-howto@yahoogroups.com Sent:...
Ergün KOÇAK
ergunkocak2001
Offline Send Email
Feb 1, 2002
2:11 pm
5274
glad to see that California is still a country! ;-) Have a good day all and a good weekend. Kathryn Butterly Web Developer Washington Mutual Finance 813...
kbutterly@...
kbutterly
Offline Send Email
Feb 1, 2002
2:12 pm
5275
Hi All, I have run into a need to take an uploaded image file and resize it. Does anyone know any custom tags that do this like ASPIMAGE from software...
tlmalexgro
Offline Send Email
Feb 1, 2002
2:26 pm
5276
ASPIMAGE is all I know of! ... From: tlmalexgro [mailto:tlmalexgro@...] Sent: Friday, February 01, 2002 9:26 AM To: coldfusion-howto@yahoogroups.com ...
JRosenbaum
jaker34
Offline Send Email
Feb 1, 2002
2:27 pm
5277
Try CFX-GIFGD or CFX_Image - in the CF developers exchange. larry -- Larry C. Lyons ColdFusion/Web Developer Certified Advanced ColdFusion 5 Developer ...
Larry Lyons
larryclyons
Offline Send Email
Feb 1, 2002
2:59 pm
5278
Untitled DocumentI didn't see it on the list but hey it's Friday. CFDynamics.com looks to have some good packages and levels that would suit just about anyone....
Andrew Kline
klineat
Offline Send Email
Feb 1, 2002
3:14 pm
5279
Alex, cfx_image is available for download at the devXchange. It works beautifully, is free, and performs many functions on images. I've also had occasion to...
Valerie L. Criswell
valerie@...
Send Email
Feb 1, 2002
3:44 pm
5280
Dear All I need to be able to display text in upper case only. Would i use replace, if so, any ideas? Jason Rain Sodden England...
congerton2001
Offline Send Email
Feb 1, 2002
3:53 pm
5281
Hi there Jason, Can't you use the ucase() function to convert the text? cheers, Matt Also in England! ... From: congerton2001...
Matt Goodwin
mgoodwin@...
Send Email
Feb 1, 2002
3:54 pm
5282
<CFOUTPUT> #UCase(string)# </CFOUTPUT> HTH ... From: congerton2001 [mailto:jason.congerton@...] Sent: 01 February 2002 15:54 To:...
Mike Townend
kwyjibouk
Online Now Send Email
Feb 1, 2002
3:56 pm
5283
Never needed to use it before, never knew it existed. Thank you Jason ... Credit...
congerton2001
Offline Send Email
Feb 1, 2002
3:58 pm
5284
Hi all, Currently I'm having problems to access the web, so I will ask about some doubts I'm having all in one email 1) I have a query that returns to me the...
Marcelo Simon
msimonmw
Offline Send Email
Feb 1, 2002
5:11 pm
5285
Hi Marcelo, ... say your first query is named "myQuery" and it returns at least 1 record. Then the following would work for the second query to retrieve all...
chris@...
procept2000
Offline Send Email
Feb 1, 2002
5:21 pm
5286
Running into a problem again whereby the events being submitted are automatically being 'approved' when they should be defaulting to 'no'. what have i missed?...
sprimrose
Offline Send Email
Feb 1, 2002
5:58 pm
5287
I think that in your insert query, <cfif IsDefined("Form.Approve")>Yes, </cfif> should be <cfif IsDefined("Form.Approve")>'#form.approve#', </cfif> Kathryn...
kbutterly@...
kbutterly
Offline Send Email
Feb 1, 2002
6:04 pm
5288
... it. ... coldfusion ... Thanks for all your e-mails, if anyone is also looking I found this based on the cf_image tag: ...
tlmalexgro
Offline Send Email
Feb 1, 2002
6:05 pm
5289
I see what you mean. I changed to this <CFSET Approve = ""> and <input type="Hidden" name="approve" value=""> cuz it said there was a data type mismatch....
sprimrose
Offline Send Email
Feb 1, 2002
6:45 pm
5290
OK, in your original post I noticed that you had the line <cfif #approve# is 1> so, do you want the Approve field to be numeric or data? What is it in the SQL...
kbutterly@...
kbutterly
Offline Send Email
Feb 1, 2002
6:50 pm
5291
It's got to be those date fields. ,d '2002-02-01'}, That can't be and acceptable format on the insert Mark Calveric Senior Developer ... From: sprimrose...
Calveric, Mark
cali6buff
Offline Send Email
Feb 1, 2002
6:58 pm
5292
Ahhhh, the approve field is a "Yes/No" field. so does that cfif need to change to read something like <cfif #approve# is yes>? but the other thing is that...
sprimrose
Offline Send Email
Feb 1, 2002
7:03 pm
5293
actually the date entries are working out just fine. the error messge only came in to play after changes in the 'approve' field were made to ensure that they...
sprimrose
Offline Send Email
Feb 1, 2002
7:05 pm
5294
I realized after I sent the last email that you are using Acess, not SQL Server. In Access, a Yes/No field can be set to various values and still work...
kbutterly@...
kbutterly
Offline Send Email
Feb 1, 2002
7:41 pm
5295
K, Yup,I'm in Access for now. I dont think the </cfif> was a typo since i start out the code with two cfif's. The purpose of the form is to show nonSysAdmin...
sprimrose
Offline Send Email
Feb 1, 2002
7:53 pm
5296
Yep, I see what you mean about the <cfif>. Here is your action page <cfquery name="InsertEvents" datasource="#dataXX#"> Insert into tblEvent (EvTitle,...
kbutterly@...
kbutterly
Offline Send Email
Feb 1, 2002
8:08 pm
5297
I'm looking to change language / currency / time, date internationally with my CF app. I understand I should be using the GetLocale or SetLocale tags. That's...
Shawn Spartz
logikal_crackz
Offline Send Email
Feb 1, 2002
8:11 pm
5298
ok, getting a different error now. doesnt look like the "approve" field is getting picked up, but the value is. ODBC Error Code = 21S01 (Insert value list...
sprimrose
Offline Send Email
Feb 1, 2002
9:09 pm
Messages 5269 - 5298 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