Wednesday, 24 September 2008
|
| Total Logn Johnson 03:51:04 |
| | Hi everyone,
Does anyone has any ideas on tracking the total login into an application? - To track the total users currently login into the system - When they logout, the total count will decrease by 1
Thanks in advance, Johnson
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197428 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| Is JRun4 included with ColdFusionMX 6.1? Troy Simpson 03:51:03 |
| | All,
We own a licensed copy of ColdFusion MX 6.1 Enterprise Edition and subscribe to the yearly maintenance updates.
According to the PDF at the following URLs, ColdFusionMX 6.1 Enterprise Edition now includes a licensed copy of Macromedia JRun4 J2EE Server.
http://www.macromedia.com/software/coldfusion/whitepapers/pdf/6_1/cfmx61_feature_comparison_matrix.pdf http://www.macromedia.com/software/coldfusion/productinfo/upgrade/
"... 5. Increase security and reliability with multiple server instances. With the new J2EE configuration of ColdFusion MX Enterprise, you can isolate applications in separate processes on the same server. Deploy on the bundled Macromedia JRun server, or on third-party Java servers such as IBM WebSphere, BEA WebLogic, or Sun ONE.
6. ...
7. Extend your ColdFusion applications with full access to the Java platform. ColdFusion MX Enterprise now includes full access to the JRun J2EE server, so you can build applications that combine CFML with Java Server Pages, JSP tag libraries, servlets, EJBs, and more. ..."
The installation process allows me to install ColdFusionMX 6.1 in standalone mode or as a J2EE application. I chose to install ColdFusionMX as a J2EE application and therefore a copy of JRun4 was installed with ColdFusionMX deployed as a JRun Server.
Now (30 days later) JRun is giving me this warning:
Starting Macromedia JRun 4 (Build 63824), admin server 08/05 09:54:36 warning The Trial License evaluation period will expire in 0 days. 08/05 09:54:36 warning The Trial License evaluation period for JRun has expired; switching to the Developer Version License 08/05 09:54:40 info JRun Naming Service listening on *:2910 ...
I called macromedia and one answer that I got from Macromedia was to just re-install. Ha!! They means that the person was too lazy to deal with the situation. So I called Customer Support and they said that I have to install ColdFusionMX as a stand-alone server. Huh??? That contradicts what I have read so far.
Has there been some type of misunderstanding? Has Macromedia pulled a fast on one me? What the crap is going on?
I am MAD and FRUSTRATED. I have spend numerous hours configuring our servers with ColdFusionMX as a J2EE application on JRun4 and all for nothing. Have I got this all wrong?
What impression/understanding do the rest of you have by the announcement that JRun is now bundled with CFMX Enterprise Edition?
Sincerely, Troy
-- Troy Simpson Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University Libraries Campus Box 7111 | Raleigh | North Carolina ph.919.515.3855 | fax.919.513.3330 E-mail: Troy_Simpson-e4nNhFGpWWo@public.gmane.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:173164 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 4 answer | Add comment |
|
| SQL Brain Fart John Stanley 03:51:02 |
| | 100 of your favorite muffins warmed and slathered with Plugra http://www.kellerscreamery.com/products/plugra/index.php to the first correct answer.
what's up with this:
declare @list varchar(25) set @list = '184203,184204'
select * from my_table where id in (@list)
say this list is passed into a proc. i cant figuire out the correct syntax to return the data without using the method below.
the id column is an int data type.
i can do this in dynamic sql like.
declare @sql varchar(100), @list varchar(25) set @list = '184203,184204'
select @sql = 'select * from my_table where id in (' + @list + ')'
exec (@sql)
is the dynamic sql the only way to do this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:144798 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 3 answer | Add comment |
|
| SQL Script question ColdFusion Developer 03:51:01 |
| | I am compiling a MS SQL Script to insert records into a database. However some of the fields have the single quotes such as: Member's Name
This chokes the SQL Query Analyzer since the single quotes are used as field qualifiers. Anyone know how I can still get the single quotes into the DB within a Script?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:144449 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | Add comment |
|
| JRUN is Dead - java.lang.NoClassDefFoundError Erika Walker-Arnold 03:51:00 |
| | Woke up this morning to a lovely sight. No CF sites working, just a big white page with "500 null" on them.
The default-err.log file is littered with these: java.lang.NoClassDefFoundError at coldfusion.CfmServlet.getFilterChain(CfmServlet.java:59) at coldfusion.CfmServlet.service(CfmServlet.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:439) at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:409) at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:178) at jrun.servlet.JRunResponse.sendErrorPage(JRunResponse.java:664) at jrun.servlet.JRunResponse.sendError(JRunResponse.java:505) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:283) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Can't get to administrator obviously to give you full config specs, but it is CFMX 6.1 running on Windows 2000 SP4.
I've searched the web and came up with this: http://www.macromedia.com/support/coldfusion/ts/documents/cfhotfixrequests.htm
But that didn't work.
Any help here is obviously much appreciated as I'm in a bit of a tizzy over this.
-- Cheers, Erika
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184986 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| Google Video Search Jim Davis 03:50:59 |
| | I'm honestly surprised it took them so long - it seems a perfect match.
http://video.google.com/
I'm not really sure why they call it "video search" when it's really "TV Search" but the idea is that Google will collect and index all of the close-captioning text for search.
Right now the index only includes a (very small) handful of channels (half of which are local to San Francisco) but they do include PBS and CSPAN.
Search results include all of the close-captioned text and (really very) small screen shots of the show at 30 second intervals.
I want them to get more channels in there... but all told very promising I think!
Jim Davis
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase Studio MX with Flash Pro from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=51
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:144447 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | Add comment |
|
| RE: Mulitple FCKEditor Instances & Firefox issues Kerry 03:50:58 |
| | hmmm, just tried it with three instances, no problems. fckeditor 2.0 firefox 1.0.4
-----Original Message----- From: jonese [mailto:gigado-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] Sent: 09 June 2005 17:30 To: CF-Talk Subject: SOT: Mulitple FCKEditor Instances & Firefox issues
We have a form with two instances of the FCKeditor running. In IE everything works as expected (users can edit and add data to both WYSIWYG) but in firefox users can only manipulate the second instance and can't do anything in the first instance. Has anyone had any issues similar to this and if so how did you get around it? jonese
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application
http://www.houseoffusion.com/banners/view.cfm?bannerid=48
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209125 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 2 answer | Add comment |
|
| test :: stream from shoutcast Paul Ihrig 03:50:57 |
| | hey guys i am trying to set up a live stream from home to stream out a fm station just for 1 -2 users
wasnt able to get it to work yet.
just set up a test server here at work with old Groove Salad mp3's
can you see if you can conect to a test shoutcast server through winamp http://126.4.60.91:8000
only 4 user slots. will trim to 1 once i get it working at home to rebroadcast local fm.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application
http://www.houseoffusion.com/banners/view.cfm?bannerid=48
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:144461 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13124.11887.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 4 answer | Add comment |
|
| OT sql2000 : deleted and inserted tables and triggers uhhhh? Dre 03:50:55 |
| | Hi, I'm trying to make a trigger that checks to see if some fields were updated and then does some thing if they were.
I've tried using the updated function which seems to just check if the fields were in the update statement as opposed to checking to see if the fields were actually changed. I think anyway.
So, I'm thinking I have to use the deleted and inserted magic tables.
Is there an easy way to write a statment that checks if the value was changed? I guess I'm looking for some nice syntax.
-- DRE www.webmachineinc.com www.theanticool.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186888 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | Add comment |
|
| changing JDBC Drivers -- CFMX Runs very hard? Jeremy Bruck 03:50:50 |
| | Everyone, We have tried using a different MS SQL JDBC driver -- outside of the standard Macromedia SQL Server JDBC and CFMX runs "really hard" in comparison. Our average running requests are 2ish running request/sec and when we change to a different jdbc driver we run about 7-8 requests/sec becuase the requests are backed up since it takes CFMX longer to respond. The driver does work but becuase it takes longer we end up maxing out the server very quickly. We are running CFMX Enterprise on win2k boxes. Is there some "flag" in an xml file that we are missing or some other attribute? All that we are doing is selecting "other" for the datasource in the administrator and filling in the correct driver details. Why are we trying to use a different driver -- more longing to identify trouble areas in our code. Thanks, Jeremy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=38
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:172737 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| loop over a dynamic structure John mccosker 03:50:49 |
| | Hi,
I have a coldfusion structure which I serialise from wddx to javascript, however the structure is random and I need to know how I can dynamically loop over this structure to get at the data without knowing the keys,
is there functions in the javascript or dom api to do this, I can't find anything.
<script language="javascript"> var attributesScope; attributesScope = new Object(); attributesScope["fuseaction"] = "circuit.fuse"; attributesScope["uselargemap"] = "true"; attributesScope["displaytype"] = "cs"; attributesScope["datafieldOne"] = "data1"; attributesScope["datafieldTwo"] = "data2"; attributesScope["datafieldThree"] = "data3"; </script>
thanks in advance J.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.houseoffusion.com/banners/view.cfm?bannerid=11
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:172728 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 3 answer | Add comment |
|
| BlueDragon 6.2/.NET Beta Released! Vince Bonfanti 03:50:43 |
| | New Atlanta is pleased to announce the public beta release of BlueDragon 6.2, which is available to everyone for immediate download:
http://www.newatlanta.com/c/products/bluedragon-beta/download/home
The major new feature of BlueDragon 6.2 is "BlueDragon 6.2 for the Microsoft .NET Framework" (BlueDragon.NET), which enables Microsoft .NET servers to natively process CFML pages without requiring Java or ColdFusion servers. BlueDragon.NET allows native integration of CFML pages within ASP.NET web applications.
BlueDragon 6.2 also includes updates to the Java/J2EE editions of BlueDragon, including the FREE BlueDragon Server. New features of the Java/J2EE edition, which are also found in BlueDragon.NET, include:
- CFHTTP and CFMAIL enhancements - CFLOGIN, CFLOGINUSER, and CFFUNCTION security roles - try/catch within CFSCRIPT - CFTRACE - and more!
Regards,
Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182414 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 5 answers | Add comment |
|
| Cache flush Cfdev 03:50:42 |
| | Hi, once someone changed a parameter on a site (the parameter is stored in a session variable) I would like to flush the person's cache cause even if I change the value of the session variable, some display element stays the same.. Is it possible to do this? cause if i refresh it's ok, if I flush the cache manually it's ok also.. Thanks Pat
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182429 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 12 answers | Add comment |
|
| Problem With Insert Phillip Perry 03:50:41 |
| | I'm trying to update the pageviews + 1 every time a banner is shown on the browser. But for some reason my code stopped at 2. It wont go any higher. The first and second times the code updated correctly. It went from 1 pageview to 2 pageviews..now everything is 2 pageviews even though there are at least 3 in the db. Here is my code...The highlighted portion of the code is my addition statement. I seem to think its about my calling pageviews from getinfo3 but i cant wrap my noggin around it.
....<cfquery datasource="applewood" name="Getinfo3"> SELECT * FROM ImageData WHERE ImageID = #ListRandImage# </cfquery> <cfquery DATASOURCE="#mydbname#" NAME="UpdateData"> INSERT INTO ImageData ( PageViews, ImageID, ImageShowDate ) VALUES ( (#Getinfo3.PageViews# + 1), #ListRandImage#, #createodbcdate(DateFormat(now(), "mm/dd/yyyy"))# ) </cfquery>
Any thoughts?
Phil
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182407 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 5 answers | Add comment |
|
| RE: The final stretch...ANSWERED Phillip Perry 03:50:40 |
| | I figured it out. I used ListGetAt. For some reason my brain doesn't want to give me the answer until I hit the send button.
Phil
-----Original Message----- From: Phillip Perry [mailto perry-MaWZaLEmQIVMJB3dbdL67w@public.gmane.org] Sent: Sunday, October 24, 2004 12:35 AM To: CF-Talk Subject: The final stretch...
OK so I thought I had this thing licked but now its messed up again. I took out the date thing becuase its not that important anymore. I added 2 fields to my imagelist table called count and clicks. Everything was working fine when i had 4 records to look up. When I deleted the 4 test records from the database and inserted 1 new record, the image doesnt show up at all. I put 2 records in the db and neither of them show up. Can anyone see whats wrong with it?
<cfquery datasource="#mydbname#" NAME="GetInfo"> SELECT * FROM ImageList </cfquery>
<cfset MyImageList = "#ValueList(GetInfo.ImageID)#"/> <cfset MaxListLen = #ListLen(MyImageList)#> <cfset ListRandImage = randRange(1, maxlistlen)/> <cfquery datasource="#mydbname#" NAME="GetInfo2"> SELECT * FROM ImageList WHERE ImageID = #ListRandImage# </cfquery> <cfoutput query="GetInfo2"> <A HREF="process_path.cfm?LID=#LinkText#&IID=#ListRandImage#" TARGET="_blank"><img src="../#ImageSource#" alt="#AltText#" WIDTH="#ImageWidth#" HEIGHT="#ImageHeight#" BORDER="0"></A> </cfoutput> <cfdump VAR="#Variables#"> <cfquery datasource="#mydbname#" name="pageviews"> UPDATE ImageList SET ImageList.Count = (ImageList.Count + 1) WHERE ImageID = #ListRandImage# </cfquery>
Thanks,
Phil
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182441 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| CF Blog Aggregator Jillian Koskie 03:50:39 |
| | I want to set-up my own Blog Aggregator... and I'd prefer to do it in CF. I could certainly write it from scratch, but I wanted to first see if anybody knew of an existing product I can use/build-on... even if it costs me a few dollars. Any recommendations would be appreciated. -- Jillian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182454 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 5 answers | Add comment |
|
| Confusion of QuerySetCell Les Mizzell 03:50:38 |
| | Let's say I'm trying to update the column "PRICE" in rows 1, 2 and 3 when my form is submitted:
<cfif IsDefined("form.upDATEME") AND #form.upDATEME# EQ "Yes"> <cfset QuerySetCell(ventkit, "PRICE", #form.Price1# , 1)> <cfset QuerySetCell(ventkit, "PRICE", #form.Price2# , 2)> <cfset QuerySetCell(ventkit, "PRICE", #form.Price3# , 3)> </cfif>
"ventkit" is the name of my query on the page. The formfields containing the values are named "Price1", "Price2" and "Price3". Using SQL Server
This isn't giving an error, but isn't updating the database either. I'm not sure what I'm doing wrong. Obviously I'm a "QuerySetCell Newbie"...
Advise please? -- Les Mizzell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182392 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 10 answers | Add comment |
|
| CF5 CFMAIL Problem Paul Smith 03:50:36 |
| | My CFMAIL is causing a problem. Somehow there are thousands of messages in the spool folder and CF has gone to 100% CPU attempting to process them.
Any suggestions on what caused this and how to fix it?
best, paul
I've already shut down CFMAIL but apparently this does not stop CF from attempting to process mail. So I'm deleting the SPOOL folder.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=35
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182422 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 3 answer | Add comment |
|
| J2EE Sessions - Can CFMX Set a domain cookie? Jon Block 03:50:35 |
| | I want to use J2EE sessions but I want my session (governed by the jsessionid set by cfmx j2ee sessions) cookie value accessable on all subdomains. For example, instead of a cookie domain of:
a.b.c.d.com
I want the CFMX J2EE jsession id cookie domain value to just be:
.d.com
That way, I can use the session on all subdomains.
How can I do this???
Thanks, Jon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182448 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 2 answer | Add comment |
|
| Weird problem with Next X records Ben Densmore 03:50:33 |
| | I have an application that I am using Next and Previous records links to sort through data.
The I'm using the group attribute in the <cfoutput> tag to group by the customerID. My page will look like:
Ben's Accounts CustomerID1 CustomerID2 CustomerID3 CustomerID4
Johns Accounts CustomerID1 CustomerID2
This will output a maximum of 3 accounts per page but with any number of customerID's. The odd thing is if there are say 4 accounts, when I click the next link to diaplay the 4th record it duplicated the first 3 records to me and if I click next again I then get the 4th record.
One other strange thing is say in my example Ben's Accounts is the first record displayed and it has 4 customerIDs, when I click the next link and it show's me the duplicate of Ben's accounts on the next page it only has the 4th customerID.
Has anyone run into something like this before? I'm thinking the group attribute might be causing this but I'm not sure.
Thanks, Ben
********************************************************************************************************************
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed.If you have received this e-mail in error please notify the system manager.
This e-mail message has been swept for the presence of computer viruses.
WARNING: All e-mail sent to this address will be received by the HMC network and is subject to archival and review by someone other than the recipient.
********************************************************************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:164388 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4
|
| | 3 answer | Add comment |
|
| Oh well, I have 6 Gmail Invites...OFFLIST Ewok 03:50:32 |
| | I emailed Michael twice and posted here to give 6 invites to people on the new
Gmail signup list he put up but haven’t heard anything so here they are I’ve got
6, the first 6 people that contact me OFFLIST will get them. Sorry about posting
yet another Gmail invite to the list but I can’t think of anyone else that I’d rather
see get them if they want them than CF-Talkers
Send requests to HYPERLINK "mailto:ewok-goaWJWIt5zpWk0Htik3J/w@public.gmane.org"ewok-goaWJWIt5zpWk0Htik3J/w@public.gmane.org
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.745 / Virus Database: 497 - Release Date: 8/27/2004
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=37
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:177180 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 1 answer | Add comment |
|
| Central Floridian (Orlando area) CFers? Damien McKenna 03:50:31 |
| | Are there any other CFers in the Orlando area who might be interested in setting up a meeting.com group? Whaddyas think? -- Damien McKenna - Web Developer - Damien.McKenna-fLWfSbbvvT5boGzWXzlD9NBPR1lH4CV8@public.gmane.org <mailto amien.McKenna-fLWfSbbvvT5boGzWXzlD9NBPR1lH4CV8@public.gmane.org> The Limu Company - http://www.thelimucompany.com/ <http://www.thelimucompany.com/> - 407-804-1014 #include <stdjoke.h>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197148 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=13123.11886.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
|
| | 4 answer | Add comment |
|