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....
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...
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 ... ===== __________________________________...
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...
you can use cfchartseries from coldfusion mx marcoacs2001 <marcoacs@...> wrote:Hi all how to generate bar graphs and charts from database using CFMX? Any ...
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...
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...
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....
... Ok, the problem is that <cffunction is available only under CFMX. I need the tag to work under CF 5 as well. -- _______________________________________ See...
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...
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...
... 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...
... 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...
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...
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@...
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...
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@...
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...
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...
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 ...
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...
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...
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...
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...
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...
... 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,...
... 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> ...