Re: Firebug not playing nice

2008-04-19 Thread Rey Bango
Is this an issue with FireBug or FireFox? Rey... Don L wrote: > Upon loading ajax extensive page, it hangs (at creatingXMLhttpRequest ...) > But everything was working just fine with FF and security frame for FF or the > network has not changed (at least not to my knowledge) and the same app wor

Re: cftextarea: how to count characters? maxlength

2008-04-19 Thread denstar
Yo paul, if you need help, hit me up private-like, but there is a plugin for FCKEditor that counts both the number of HTML chars, and non-html chars (using a bit of reg-ex). It'll even prevent more entry when the count gets too high, IIRC. It's been a while, but I can probably patch it back up if

Firebug not playing nice

2008-04-19 Thread Don L
Upon loading ajax extensive page, it hangs (at creatingXMLhttpRequest ...) But everything was working just fine with FF and security frame for FF or the network has not changed (at least not to my knowledge) and the same app works fine with IE (6/7). Have any of you encountered a similar problem

Accessing SSIS package

2008-04-19 Thread Bruce Sorge
Happy Saturday! I created an SSIS package and deployed it to my SQL Server, but what I am trying to figure out is how to trigger it using ColdFusion. Do I need to create an SP or a trigger to do this? I know in the past with DTS packages we would use the CFOBJECT tag to invoke it. Thanks, Bruce

Re: cftextarea: how to count characters? maxlength

2008-04-19 Thread Paul Ihrig
ok this works, is slow and dosnt update from the cftextarea, unless i type into the regular textarea, then it does... if any one knows a better way to count the characters in a cftextarea where richtext is true, please let me know.. ~~~

CGI.HTTP_REMOTE_USER vs CGI.REMOTE_USER

2008-04-19 Thread Paul Hargreaves
We're running CF 6.x and the variable CGI.HTTP_REMOTE_USER works fine. We've installed CF 7 on a test server and CGI.HTTP_REMOTE_USER won't resolve anymore. CGI.REMOTE_USER works fine but we've got about 500 pages that use CGI.HTTP_REMOTE_USER. Is there something missing on our test server (d

Re: cftextarea: how to count characters? maxlength

2008-04-19 Thread Paul Ihrig
was meant to go here Characters remaining how can i do Len() inside the bind? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;2515

Re: cfForm binding text field, visible to checkbox

2008-04-19 Thread Paul Ihrig
ok... i can bind from the cftextarea... but why cant i Len the chars? Characters remaining ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;1

ColdFusion 8.0 clustering - quick question.

2008-04-19 Thread WebSite CFtalk
Hello, I'm struggling with a cluster setup. (IIS6/CF8, 2 servers with 2 instances each) The problem is session replication - tons of errors regarding "session replication failed" in the logs: " 19/04 19:01:40 error Setup of session replication failed. [2]java.io.StreamCorruptedException: unexpec

Re: ColdFusion and IIS as an external Web Server - Is JRun requir ed o n both machines?

2008-04-19 Thread Joseph Bugeja
Thanks for this info. I was a bit confused because when I install ColdFusion as an EAR file and I examine its content I can still find jrun.xml and thus I thought that we still JRun. Regards, Joseph. >> if we install ColdFusion on another application server, >> like WebSphere, then do we st

Re: Proxy Authentication with Oracle - Does ColdFusion Support th is?

2008-04-19 Thread Joseph Bugeja
Hi Dave, Thanks for your immediate reply. This is a bit problematic. I think there are workarounds to this but do you happen to know how this problem can be dealt with? Speaking from a security perspective, we need to find a way to identify the users that are actually connected to the databas

Re: cftextarea: how to count characters? maxlength

2008-04-19 Thread Paul Ihrig
yeah i am not getting it scipt then form fields below var mlength=8000 var oEditor = FCKeditorAPI.GetInstance('descLong'); var sigcnt2 = oEditor.GetXHTML(true); if (sigcnt2.length==0) { alert('You need to enter something for the body of your story.'); return false; }

Re: getex replace

2008-04-19 Thread [STS] Ravi Gehlot
Thanks Bobby! Ravi. On Fri, Apr 18, 2008 at 9:31 AM, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > #replace(str, '#char(13)##chr(10)#memberUserName', '|memberUserName', > 'all')# > > -Or- > > #replace(str, '#char(13)##chr(10)##char(13)##chr(10)#', '|', 'all')# > > > With 18,000 blocks... you