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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 25411 - 25440 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25411
Hi all how to generate bar graphs and charts from database using CFMX? Any CustomTag, CFX, CFC? Examples, ideas, best practices? Thanx for your time....
marcoacs2001
Offline Send Email
May 1, 2004
12:23 pm
25412
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
May 1, 2004
2:10 pm
25413
Hi Soe9000, Will it be possible for you to provide us the links of the tutorials you have talked? Regards, Somnath ... ===== __________________________________...
somnath bharti
somnath_bharti
Offline Send Email
May 1, 2004
8:14 pm
25414
<cfquery datasource="JDBC_EXAMPLE" name="example2"> SELECT * from table1; </cfquery> <cfoutput query="example2"> <cfset hello1 = example2.getColumn("ID")> ...
Dan Plesse
empiricallys...
Offline Send Email
May 1, 2004
10:36 pm
25415
Hi , i was wondering is it possible to enforce Delete cascade in coldfusion without making a constraint on delete cascade OR making a triggers in the sql? if...
Yuu
myshinlee
Offline Send Email
May 2, 2004
12:32 am
25416
you can use cfchartseries from coldfusion mx marcoacs2001 <marcoacs@...> wrote:Hi all how to generate bar graphs and charts from database using CFMX? Any ...
gu gu
gugu_1500
Offline Send Email
May 2, 2004
9:36 am
25417
I have a simple form that I want validated via client-side. For whatever reason it is ignoring the code and processign the form even without fields. Does my...
Tony James
tonyjulien
Offline Send Email
May 2, 2004
1:34 pm
25418
Hi, I'm designing a custom tag that need some user defined function. The custom tag need a closing tag. It looks like the fuction decalration is executed both...
Claude Schneegans
schneeca
Offline Send Email
May 2, 2004
5:21 pm
25419
The function should be outside the cfif cfelse like so: <cffunction name="helloworld" access="remote" output="true" returntype="string"> <cfreturn...
Dan Plesse
empiricallys...
Offline Send Email
May 2, 2004
7:06 pm
25420
Ok, There are 2 ways I was trying to handle a 404 file not found: 1) If someone types in the address bar, a url or filename that does not exist on your site....
Jeff
finenn
Offline Send Email
May 2, 2004
7:32 pm
25421
... Ok, the problem is that <cffunction is available only under CFMX. I need the tag to work under CF 5 as well. -- _______________________________________ See...
Claude Schneegans
schneeca
Offline Send Email
May 2, 2004
7:49 pm
25422
Thanx gu gu but i'm looking for professional, accurate charts apps. Jfreechart is an very good Java chart app but very hard to use... by me.... i don't know...
marcoacs2001
Offline Send Email
May 2, 2004
9:48 pm
25423
For www.WeSoundLike.com I have band descriptions next links to bands websites. How would I make it so only the first 100 characters of the description are...
Trevor Lyman
trevormorris...
Offline Send Email
May 2, 2004
10:35 pm
25424
... Try using the Left() function. In the case above, something like this would work: <CFOUTPUT>#Left(bandName,100)#</CFOUTPUT> If the band name is more than...
Adrian Breeman
perplexedmac...
Offline Send Email
May 3, 2004
12:41 am
25425
... Yes. If the bandName comes from a query however, you might even be better to use the left() function in the SELECT in the query, this will be more...
Claude Schneegans
schneeca
Offline Send Email
May 3, 2004
1:32 am
25426
I do allow this but have a procedure to clear them out after 24 hours. Each person must be logged in and his file name is his record ID, so he can only have...
JoAnn Schlosser
jojo_super77
Offline Send Email
May 3, 2004
12:36 pm
25427
Hi all, does anyone know what the variable is to keep MySQL 4 from going to sleep? I keep getting a "Lost connection to MySQL server during query" error. It...
Bryan F. Hogan
bryan.hogan@...
Send Email
May 3, 2004
2:09 pm
25428
AFAIK, MySQL kills a connection after 8 hours, so you have to deal with it, sometimes.... I've heard some people that uses a Scheduled task to make 2 queries...
Fernando Augusto
larpcombr
Offline Send Email
May 3, 2004
2:21 pm
25429
Thanks, that's what is happening. I've heard there are some variables to keep it from doing that, but the ones that I have tried don't work. I don't use MySQL...
Bryan F. Hogan
bryan.hogan@...
Send Email
May 3, 2004
2:32 pm
25430
I want to write a query to retrieve data from two different tables of two databases. For example: database 1 has table 1 and database 2 has table 2. When...
AungSoeThant
soe9000
Offline Send Email
May 3, 2004
2:40 pm
25431
You can make two different queries and then JOIN them using query-of-queries (i.e. <cfquery dbquery="query".) _____ From: AungSoeThant...
Giorgoc Yahoo!
giorgoc
Offline Send Email
May 3, 2004
3:21 pm
25432
I'm looking to store sensitive data (SS#, DL#, CC#) in a DB submitted by a user via a form. The form and processing page will be in a secure directory. My two...
Scott Widmer
triple_play25
Offline Send Email
May 3, 2004
3:21 pm
25433
Hello, Sub: cold Fusion resource on line 1.I find the narrative of this resource quite interesting 2.The URl is http://halhelms.com/webresources/html/65.cfm ...
Balasubramanian Krish...
tdimespet
Offline Send Email
May 3, 2004
3:26 pm
25434
Dear Claude , Sub: On line Bookings 1.Our Experiene I am basing these observations based on our experience with cold storage software solutions , where each...
Balasubramanian Krish...
tdimespet
Offline Send Email
May 3, 2004
3:27 pm
25435
Anyone out there have good ways of tracking historical data? My situation is that I need to be able to display date/times an individual was assigned to a...
Arthur, Douglas
douga2k2
Offline Send Email
May 3, 2004
3:44 pm
25436
Hi all! I have an application written in CFMX that exports specific fields from a table to MS Excel. All seems to work fine except for 1 field that is...
steve25802580
Offline Send Email
May 3, 2004
4:00 pm
25437
Hi, I have a custom tag that can accept another one to be called inside. The inner tag must use it's parent data scope for some data. This work pretty well...
Claude Schneegans
schneeca
Offline Send Email
May 3, 2004
4:04 pm
25438
Steve, Can you put an alignment on your fields and that work? Maybe an align attribute in a <td> or a <div>? While we're discussing Excel, does anyone know...
Logan, Jeremy
jeremylogan2
Offline Send Email
May 3, 2004
4:14 pm
25439
... Check the archives of this list. I know we've discussed it before, and I posted some sort of answer to this, but I don't remember. In general, though,...
Ben Curtis
wsi_ben
Offline Send Email
May 3, 2004
5:21 pm
25440
... That seems very odd. Perhaps a bug. Or an undocumented feature. ;) How about testing to see if the function exists before defining it, like so: <CFSCRIPT> ...
Ben Curtis
wsi_ben
Offline Send Email
May 3, 2004
5:24 pm
Messages 25411 - 25440 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