Error Oddity

2005-02-22 Thread Scott Mulholland
Anyone encounter this error in the exception log: "Error","jrpp-256","02/20/05","14:12:55",,"File not found: etc..." for a template that does exist? I noticed it in our logs this weekend. We apparently also had an issue where the cfmx service just stopped running, was trying to see if it co

Re: Schedular not running every 2 minutes

2005-02-22 Thread Allan - CFUG Spain
Delete the schedule, reset CFMX service and redo the schedule. It happens sometimes. Allan - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Monday, February 21, 2005 10:23 PM Subject: Schedular not running every 2 minutes Anyone seen the scheduler in CFMX6.1 not

RE: Schedular not running every 2 minutes

2005-02-22 Thread Bryan F. Hogan
Yep, did all the would-make-the-pope-cuss kind of stuff, no go. I turned it back to 10 minutes and all was fine. However this is not going to be the solution because I need it to check far more often than 10 minutes. Most likely (which sucks) I'll use windows for the scheduling. -Original Mess

SQL Problem

2005-02-22 Thread Ian Vaughan
Hi Can anybody help on why the following query is returning the error "missing expression shown below ? If I remove the AND session.division='ss' the query works fine ? Any ideas ? SELECT docid, doctitle, docdate FROM doc WHERE username ='#Session.Fname# #Session.Lname#' AND directo

OT: ActivEdit and DHTML issue

2005-02-22 Thread Robyn
I know a lot of you in the community use ActivEdit (or *built* ActivEdit, as the case may be), and thought I'd try my luck in finding the answer to a pesky issue I'm having. I am writing a page that has multiple ActivEdits on the page stored in DIVs. All of the DIVs that hold the AEs are hidden

RE: OT: Live Chat Service

2005-02-22 Thread Eric Hoffman
I did find a group at boldchat.com and boldchatplus.com that has looked promising as well! Includes the desktop client which is helpful and much more affordable for small business than Live Person. From: dave [mailto:[EMAIL PROTECTED] Sent: Mon 2/21/2005 9:11 P

RE: SQL Problem

2005-02-22 Thread Bryan F. Hogan
Session is most likely I reserved word. Try [session].division and better yet renaming the table if you can. -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 9:08 AM To: CF-Talk Subject: SQL Problem Hi Can anybody help on why the following

failed to unbind ??

2005-02-22 Thread Douglas Knudsen
we used to get the 'remove on exceptions is true...' errors and have turned off 'maintain connection' for our DSNs as per MACR tech note somewhere. Now we get the following occassionaly Failed to unbind coldfusion/datasource/losttime_prod: Cannot instantiate class: jrun.naming.JRunContextFactory

Re: Schedular not running every 2 minutes

2005-02-22 Thread Raymond Camden
Did you try restarting CF? I _seem_ to remember, and I could be wrong, that the Scheduler service will only check for new info every 15 minutes. So if you add the event and expect it to run in the next two minutes, it may not. Again, I'm only like 1% sure of this. On Mon, 21 Feb 2005 16:23:19 -05

Re: SQL Problem

2005-02-22 Thread Tony Weeg
looks kinda like you may have some cf logic in your sql code... SELECT docid, doctitle, docdate FROM doc WHERE username ='#Session.Fname# #Session.Lname#' AND directorate='team' AND session.division='ss' ORDER BY docid desc, docdate desc and session.division = 'ss' looks like cf code, not sql.

Re: SQL Problem

2005-02-22 Thread jjakim
The problem is you have session.division='ss'do you mean division='ss'?? What is the database field name, not the session variable name? >Hi > >Can anybody help on why the following query is returning the error >"missing expression shown below ? > >If I remove the AND session.divisi

Will Tomlinson (or anyone else for that matter)...

2005-02-22 Thread Adrian Lynch
did you get the 'Session is invalid' problem sorted on CrystalTech? I just got the error myself and HoF is not letting me on to search the archives. Thanks. Ade -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.3.0 - Release Date: 2

Re: OT: Live Chat Service

2005-02-22 Thread Jordan Michaels
While it's been a while since I've installed CraftySyntax Live Help System, I'm pretty sure it just consisted of copying the php files to a web directory and modifying one of them with your own settings. He's got pretty good documentation with it there too. Or... you could spend the $100 and ge

RE: Schedular not running every 2 minutes

2005-02-22 Thread Bryan F. Hogan
Been there done that. :-) -Original Message- From: Allan - CFUG Spain [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:23 AM To: CF-Talk Subject: Re: Schedular not running every 2 minutes Delete the schedule, reset CFMX service and redo the schedule. It happens sometimes. A

Re: SQL Problem

2005-02-22 Thread Bryan Stevenson
"session.division" should not be a field name in your databaseif it is you should change it ;-) Oh ya...and it's standard practice to store user names broken out into first/last/initial fields (you can add suffix and prefix as well for Dr. and Charles III). Cheers Bryan Stevenson B.Comm.

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
I had to download the distribution file twice. I opened it with winzip the first time and it wouldn't extract. So i didnt proceed any further. I downloaded another copy and that did extract ok with winzip. I deleted the extracted files and double clicked the installation and it went ahead and di

A License Exception has been thrown.

2005-02-22 Thread Tim Do
Any idea what this means? Just came up on our dev machine this AM. (still running blackstone beta) A License Exception has been thrown. You tried to access the developer edition from a disallowed IP (192.200.8.85). The developer edition can only be accessed from 127.0.0.1 and two additional I

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Do add to the frustration, nowhere on the site or any of the documentation does it say that ColdFusionMX7 will run with IIS5.1 only IIS6. Does anyone knwo if it does run with IIS5 as used in WinXPProSP2?? Under "to verify your IIS installation" it says [quote] Verify that the following file

Re: SQL Problem

2005-02-22 Thread Aaron Rouse
I am curious, is session.division an actual column name within the doc table? Just seems a little odd is why I ask. On Tue, 22 Feb 2005 14:08:22 -, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Hi > > Can anybody help on why the following query is returning the error > "missing expression

RE: A License Exception has been thrown.

2005-02-22 Thread Michael T. Tangorre
> From: Tim Do [mailto:[EMAIL PROTECTED] > Any idea what this means? Just came up on our dev machine this AM. > (still running blackstone beta) > A License Exception has been thrown. > > You tried to access the developer edition from a disallowed IP > (192.200.8.85). The developer edition can

Re: A License Exception has been thrown.

2005-02-22 Thread Joe Rinehart
Tim, I think the time limit on it has expired and it's reverted to the "developer" edition, in which only two IPs besides localhost can access the server. -Joe On Tue, 22 Feb 2005 09:25:16 -0800, Tim Do <[EMAIL PROTECTED]> wrote: > Any idea what this means? Just came up on our dev machine th

RE: How to set virtual sites for localhost viewing?

2005-02-22 Thread Calvin Ward
How about this: Your site: www.defaultwebsite.com Client site: www.myclient.com Client development site: dev.myclient.com Setup your development sites to have hostheaders for the dev.myclient.com site. This would more closely mirror their site in production. - Calvin -Original Message---

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Oh I do love installation instructions that are totally useless like the Macromedia livedocs Getting started documentation. If everything works fine, you dont need to read them because it all works, and you never even get to look at them. But look at what it does in the "To verify your IIS confi

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-22 Thread DRE
If you know that your id must be numeric as in your example, then why not clean out any non numeric chars before you do anything. That should remove any extraneous crap added by slurp. Or something like that. On Mon, 21 Feb 2005 14:31:50 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: > > Does a

Re: cfdump and functions bug (CF 7)

2005-02-22 Thread Sean Corfield
On Mon, 21 Feb 2005 11:28:53 -0300, Terracini <[EMAIL PROTECTED]> wrote: > > a > > Outputting something and also returning a value is not really a good idea. Either a method should return a result or it should output something (and return nothing). -- Sean A Corfield -- http://www.corf

Re: CF7: cfgrid - flash

2005-02-22 Thread Doug Kronenberger
That works it. Thanks >Try this. > > >selectMode="row" > format="flash" > rowHeaders="no" > onChange = "getURL('/retrace/editProjectForm.cfm?cfgridkey=' >+gridtest.selectedItem.projCode)"> > > > > > > > > > > >Hth,

(OT) MySQL - Navicat - Anyone Seen This Error? "Field 'Type' Not Found"

2005-02-22 Thread Rick Faircloth
Greetings, all... I'm trying to set up databases in MySQL 4.1 and am encountering the error "Field 'Type' Not Found" when I select a table and click on the "Design Table" button. I thought perhaps I was designing the table wrong, but this happens even with the databases that are installed with th

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Michael T. Tangorre
> From: Mike Kear [mailto:[EMAIL PROTECTED] > hey guys at Macromedia - the ONLY reason I'm reading this documentaion > is because IT DIDNT GO WELL!!! I NEED HELP ABOUT WHAT TO DO TO FIX > THIS BLOODY MESS!You give no help whatsoever for > anyone who doesnt have everything wo

RE: A License Exception has been thrown.

2005-02-22 Thread Russ
Looks pretty clear to me... I think what happened is your 'trial' version of Blackstone expired and now it's reverted to the developer version (which is restricted to 3 ips.) Russ -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:46 PM To: CF-T

Re: cfdump and functions bug (CF 7)

2005-02-22 Thread Terracini
I'm plenty sure of that! I was developing an UDF and both outputing data (to debug) and returning data. And the doubled outputed data was driving me crazy, since I was trying to find a non-existant bug in the UDF. Anyway, I think this is a CF7 bug, since it double the data outputed by a funct

Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
Built for developers, Coldfusion Remote Dashboard is console desktop app to monitor and administer Coldfusion Application Servers. Features include: - Live Session Gathering - CFC Parsing and Invoking - Metric, Memory & Harddisk Statistics - Datasource Management & Querying - Uses built-in CF Adm

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
If I wanted to know about your product I would have read it from a web feed or signed up to know about from an email notification list. -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:27 PM To: CF-Talk Subject: Free Coldfusion Devs Tool B

Getting File Size with Java

2005-02-22 Thread cftalk
Can someone help me in getting started in going underneath the Java hood and to retrieve a file size of a file sitting on a server. I know I can do this with cffile, but I want to see what type of performance difference the Java class will give me. Thx! Ricky Fritzsching

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
With all the OT bull that has absolutely nothing to do with CF, I certainly don't see the harm in letting everyone know about a new major CF development tool...besides, how are you going to sign up to be notified about a product release that you don't know exists...??? Rick -Original Message

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan Stevenson
Surejump on him for offering a FREE tool to the CF communityand one that I've seen asked for on this list many times in the past few months. Thanks for the post Kevin ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642

Re: Getting File Size with Java

2005-02-22 Thread Bryan Stevenson
Hey Ricky, try this function: Enjoy ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Origina

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
I built this to help Coldfusion Developers and it's complete free so calling it a product is a pretty big stretch. I've spent my own money purchasing components so in fact I've lost money on this and ask *nothing* for it. Sorry if my 2 months of hard work for the Coldfusion community offend you. T

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Tony Weeg
damn bryan... that was harsh. On Tue, 22 Feb 2005 13:30:42 -0500, Bryan F. Hogan <[EMAIL PROTECTED]> wrote: > If I wanted to know about your product I would have read it from a web feed > or signed up to know about from an email notification list. > > -Original Message- > From: Kevin Aeb

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Ray Champagne
Hey man, don't let one opinion taint your view on the rest of us. New tools make the CF world go round! I don't mind the *occasional* plug, especially if it is free and you don't stand to gain monetarily from it. Ray At 01:38 PM 2/22/2005, you wrote: >I built this to help Coldfusion Developers

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Paul Hastings
Kevin Aebig wrote: > Built for developers, Coldfusion Remote Dashboard is console desktop app to the screen captures look nice. the client's flash? does the client handle unicode? can this thing be skinned to i18n? > This application is free for download and available at: well you can't argue w

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan Stevenson
Kevindon't let one grumpy puss put you off...the rest of us like you ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Or

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
Hey, Kevin... Don't let one *stupid* comment spoil the moment. I, for one, appreciate your notice *and* your hard work. Keep up the good work! Rick -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:38 PM To: CF-Talk Subject: RE: Free Coldfu

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Michael T. Tangorre
> From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] > If I wanted to know about your product I would have read it > from a web feed > or signed up to know about from an email notification list. First off, this is CF related. Secondly, it actually looks useful! Thirdly, how in the hell will you know

Re: Problems installing CFMX 7

2005-02-22 Thread Kay Smoljak
On Tue, 22 Feb 2005 14:20:47 +0800, Kay Smoljak <[EMAIL PROTECTED]> wrote: > D'Oh! Didn't work. Got right to the end and then hung. Just like this: > http://www.delraysteve.com/blog/index.cfm > So I'm downloading a fresh copy :( The fresh copy worked. Annoying... I think the problem is that Insta

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Michael Dinowitz
Any discussion about the tool itself is on topic. Please leave debate about free software, the practice of posting it to a public list and the like for CF-OT or CF-Community. Thanks (just trying to keep things on topic which is tech) ~~~

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
I was wrong, I admit it. I posted too soon while I was in the middle of something else. I'm sorry to whomever it offended. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:47 PM To: CF-Talk Subject: RE: Free Coldfusion Devs Tool >

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
Hey, Bryan... In this case, "Think Twice, Write None" would have been much better... Rick -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:46 PM To: CF-Talk Subject: RE: Free Coldfusion Devs Tool Hey, Kevin... Don't let one *stupid*

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Michael T. Tangorre
> From: Kevin Aebig [mailto:[EMAIL PROTECTED] > I built this to help Coldfusion Developers and it's complete > free so calling > it a product is a pretty big stretch. I've spent my own money > purchasing > components so in fact I've lost money on this and ask > *nothing* for it. > > Sorry if m

RE: OT: Live Chat Service

2005-02-22 Thread E C list
BoldChat from bravestorm is good. I've been using for a few weeks and they have a free version. The main problem I've found is that it's client uses about 100megs to sit there and do nothing. They're working on this problem though: http://www.boldcenter.com/ I'd be interested in finding other

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Rey Bango
Well, I for one am happy to hear about his free offering to the ColdFusion community and I don't consider this a bother. I'm a bit surprised by your reaction to his generous offer. Thank you Kevin for your hard work. You have the support of many here. Rey - Original Message - From

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
Thanks for all the support everyone... glad I didn't unsubscribe in anger. > the screen captures look nice. the client's flash? does the client > handle unicode? can this thing be skinned to i18n? The GUI is completely Flash with a C++ container to handle writing the server mappings to xml and wo

Re: Free Coldfusion Devs Tool

2005-02-22 Thread jonese
Damn Bryan H. could you be more of a <>. They guy just sent a quick note about a new product he has which will HELP CF DEVELOPERS. It's CF related (sure it's not code but it's related to server monitoring and maintence). Sometimes i think the CF community just needs to drink a beer and relax. j

Verity Process Comparison 6.1 -vs- 7.0?

2005-02-22 Thread C. Hatton Humphrey
I'm working with a hosting company to see if they'll take the pluge to upgrade to CFMX 7. They've gone so far as to download an eval version and put it on a server to watch how it acts in their hosting environemt. The admin has expressed a concern on the memory usage for the "search engine" (aka

RE: Getting File Size with Java

2005-02-22 Thread Ricky Fritzsching
Bryan: Thx for the snippet! Works perfectly! Have any more in your library you want to share?? R -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:37 PM To: CF-Talk Subject: Re: Getting File Size with Java Hey Ricky, try this func

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
Hey, Michael...I heard you the first time! ;o) (Still getting double messages...) Rick -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:51 PM To: CF-Talk Subject: Re: Free Coldfusion Devs Tool Any discussion about the tool itself i

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
Actually, the server side components are completely CF Remote Components and un-encrypted. They're really easy to tie into and use for your own purposes (or copy into your own work...). >> Sometimes i think the CF community just needs to drink a beer and relax. I'm buying... =] Cheers, Kevin -

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Damien McKenna
Very interesting tool. As an FYI, when the CRD tool asks you for the username & password it seems to be asking for the cfadministrator login, which has a blank username. Or at least that's how I got in. Kevin, how is the session viewer supposed to work? I pick an application and was expecting t

RE: OT: Live Chat Service

2005-02-22 Thread Kevin Aebig
If you need video/audio support, than there are plenty of Flash Communication server and / or WMV applications around. If you need only text messaging, look into alot of the flash messengers running on Java based socket server. The best one out is probably Unity2 server (and theres some great exam

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Stan Winchester
I was about to invite some members of this list to beta test two applications ("products") I've been developing: a photo gallery and a links manager, but after reading this post I don't want to get my head bit off. If this is not an appropriate place to ask for input, sharing, etc... please name

Upgrading and datasources

2005-02-22 Thread Calvin Ward
Has anyone performed an upgrade to CFMX 7 from CF 5 and had issues with the datasources not working properly? CFMX7 doesn't seem to translate port numbers for SQL Server properly (especially if they are set to dynamically determine in the ODBC console) and none of the passwords seem to work!

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
Apology accepted...let's hope Kevin is so gracious... Rick -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:52 PM To: CF-Talk Subject: RE: Free Coldfusion Devs Tool I was wrong, I admit it. I posted too soon while I was in the middle o

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Dick Applebaum
Kevin The screenshots look great! It reminds me of the GUI in OS X Server used to administer and montior the various servers and daemons (Mail, Apache, db, etc.). This GUI is said to be on of the big selling points of Apple's server software. This will certainly Flesh out CF administration!

Re: Getting File Size with Java

2005-02-22 Thread Bryan Stevenson
Glad it's doing the trick ;-) .and yep...I've got all kinds (too many to listI've been at this a while...hehe)if you're after anything specific...post away! Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fa

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Greg Morphis
Stan, did you not read all of these messages.. the admin, Michael Dinowitz, said the product itself is on topic. And just because one guy is PMSing over the generous offer of free software doesnt mean we all need a few chill pills. Post away! On Tue, 22 Feb 2005 13:58:48 -0400, Stan Winchester

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
My apologies that I haven't finished the docs for it yet, but I'll happily answer questions. The username can be *anything* you want. Its mostly used so that multiple consoles attached to one server know whos logged in. > Kevin, how is the session viewer supposed to work? I pick an > application

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Faircloth
Hey, Stan...no problem as far as I'm concerned...invite away! I, for one, don't want to have to sign up for 38 different lists, each so specific to topic, that everyone gets gun-shy about posting for fear it might be .1% OT... Rick PS - And also as far as I'm concerned, the worker is worth hi

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Dick Applebaum
Stan IMO, it is *not* incorrect to make such a post (announcing the apps for beta) to this list. Detail discussion of the apps, should likely be discussed off-list. I, for one, would like to see you post your announcement! Can we start again, Please! Dick Oo... They have the Internet o

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Rick Root
Bryan F. Hogan wrote: > If I wanted to know about your product I would have read it from a web feed > or signed up to know about from an email notification list. I personally don't mind seeing product announcements on this list - I migth never find out about them otherwise. Especially if they're

RE: Verity Process Comparison 6.1 -vs- 7.0?

2005-02-22 Thread Dave Watts
> My question - did any big changes get made to Verity for > CFMX7 and does anyone have a side-by-side comparison of > processor/thread/memory usage between the two versions? Yes, CFMX 7 includes a newer version of Verity K2. My limited experience so far indicates that it is similar to the versi

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Bryan F. Hogan
He should be able to make a mac projector and all will be ok for your Mac. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:15 PM To: CF-Talk Subject: Re: Free Coldfusion Devs Tool Kevin The screenshots look great! It reminds me of th

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
Hopefully an OSX version right away. Worst case scenario is that I post the swf and use FSCommand to write the config for the Mac guys... Cheers, Kevin -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:15 PM To: CF-Talk Subject: Re: Free

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
No.. but I'll accept it. =P Kevin -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:12 PM To: CF-Talk Subject: RE: Free Coldfusion Devs Tool Apology accepted...let's hope Kevin is so gracious... Rick -Original Message- From: B

RE: Upgrading and datasources

2005-02-22 Thread Dave Watts
> Has anyone performed an upgrade to CFMX 7 from CF 5 and had > issues with the datasources not working properly? > > CFMX7 doesn't seem to translate port numbers for SQL Server > properly (especially if they are set to dynamically determine > in the ODBC console) and none of the passwords seem

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Douglas Knudsen
kewl arse tool. I've built a basic session viewer before, wanted to do it up in Flash at some point, u beat me. hehe. Are you looking to get some data similar to seefusion.com in there too? One neat thing I've wanted to figure out...how to tell how much memory a particular application is using

RE: Monitor memory usage of CF Threads

2005-02-22 Thread Calvin Ward
I don't know if this helps the original poster, isn't SeeFusion CFMX only? - Calvin -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:01 AM To: CF-Talk Subject: Re: Monitor memory usage of CF Threads have you hooked up seefusion JDBC

accessing data remotely

2005-02-22 Thread Paul
I'm currently using BlueDragon's free server to house our intranet applications. We are buying CFMX7 to host all our public-facing sites offsite, and I would ideally like to move our intranet apps onto the same server as well. In order to do that I need to be able to access data that is inside ou

Does Flash MX have something like the ColdFusion dump tag?

2005-02-22 Thread Troy Simpson
I am using Flash MX Remote to make calls to a ColdFusion Component. The component returns a Structure. Does Flash MX have something like the ColdFusion cfdump tag? Thanks, Troy -- Troy Simpson Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University Libraries Campus

RE: Getting File Size with Java

2005-02-22 Thread Paul
Right about the time MX came out I involuntarily switched to PHP development for a year or two, so I feel like I missed the boat when it comes to these Java calls... I'd like to know what is available/advantageous to accessing the java directly so I even know what specifics I might ask about! Wha

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Paul Hastings
Kevin Aebig wrote: > it completely so I'm not exactly sure how much unicode support I can > garantee. With the Flash 7 though, unicode is supposed to be the primary have you separated the app's text resources? that's probably key to this sort of thing. > string type, so I can't forsee a problem.

CF7 Devnet + serving generated XML?

2005-02-22 Thread Figy, Kam
In CF6.1 devnet edition, you could disable the not-for-production meta tag by using , so that you could serve actual cf-made xml to a browser. In the CF7 devnet edition, this no longer seems to work. Anyone know of any workarounds? Kam

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
I'm pretty sure that I can get at alot of the same data, but theres some things only JAVA can touch. I'll look into getting that. I think I can access it from in CF using Java objects... Cheers, Kevin -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, Febr

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
FYI Quick explanation for anyone not quite getting the server mappings. Please don't be shy if something is confusing or doesn't work the way you feel it should. The hardest part of app development is usability and what you guys tell me is golden. http://www.keslabs.com/crd/docs.php Cheers, Kev

re: Does Flash MX have something like the ColdFusion dump tag?

2005-02-22 Thread dave
you can use the remoting output debugger to see the data or community mx has 2 extensions that do that as well, one for flash and one for dreamweaver. (both are free) flash http://www.communitymx.com/content/article.cfm?cid=E79F1303C1E096ED dw http://www.communitymx.com/content/article.cfm?

Re: Free Coldfusion Devs Tool

2005-02-22 Thread dave
totally! that and the lack of free community tools is what is really hurting cfm compared to php. Thanks Kevin :) From: jonese <[EMAIL PROTECTED]> Sent: Tuesday, February 22, 2005 2:07 PM To: CF-Talk Subject: Re: Free Coldfusion Devs Tool Damn Bryan

RE: OT: Live Chat Service

2005-02-22 Thread dave
one of the good things about phplive is that you dont have to install anything on the clients machine. From: E C list <[EMAIL PROTECTED]> Sent: Tuesday, February 22, 2005 1:54 PM To: CF-Talk Subject: RE: OT: Live Chat Service BoldChat from bravestorm is

SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
I am using SQL Server 7 and have a "total" field that is a Data Type of DECIMAL. In SQL server 7 Decimal and Numeric data types are supposed to be equal. I am having a heck of time testing for negatives. For example... Say my field contains -41.00 and I want to test and convert it to 41.00. This

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Rodney Enke
Great little app, but I keep getting an error along the lines of "The selected method maxMemory was not found." Everything else appears to be working fine. - Rod On Tue, 22 Feb 2005 14:55:55 -0500, dave <[EMAIL PROTECTED]> wrote: > totally! > that and the lack of free community tools is what

RE: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Paul
Have you tried abs(total) to get the absolute value? -Original Message- From: Jeff Waris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:05 PM To: CF-Talk Subject: SIMPLE number conversion PROBLEM I am using SQL Server 7 and have a "total" field that is a Data Type of DE

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
You're quite right. I've been in the Flash community for 7 years now and the amount of tools at my disposal are overwelming. With CF, there seems to be an adequate amount of source floating around, but no one is really putting out useful tools. Hopefully I'll find the time to build a few more... =

open window full screen

2005-02-22 Thread CFDEV
Hi, is there a way to specify with CF or Javascript or CSS that the new window or open link will be in Full Screen? Thanks Pat ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http:/

RE: Free Coldfusion Devs Tool

2005-02-22 Thread Kevin Aebig
What version of Coldfusion are you running? Is it on a shared server? Any sandbox restrictions? Cheers, Kevin -Original Message- From: Rodney Enke [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:10 PM To: CF-Talk Subject: Re: Free Coldfusion Devs Tool Great little app, but

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-22 Thread Mike Kear
Thanks Michael, I did both of those things, and they apparently did what they're supposed to, because there were no error messages, but then what? I still can't get the administrator to work, because it still wants to download the index.cfm file rather than run it. If i run the jrun web server

RE: Does Flash MX have something like the ColdFusion dump tag?

2005-02-22 Thread Kevin Aebig
Try using the Netconnection debugger. It's a great tool included with Flash and shows all the webservice traffic generated by Flash, Coldfusion and even SQL. Kevin -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:39 PM To: CF-Talk Subject:

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Stan Winchester
I appreciate the feedback regarding sharing new applications on this list. I will NOT be discussing any details on this list other than what I am saying is this post. I hope to be ready within the next couple of weeks. I wish I could offer the applications for free, but will offer licenses to th

Re: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Dave Francis
Abs(total) ?? - Original Message - From: "Jeff Waris" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, February 22, 2005 3:04 PM Subject: SIMPLE number conversion PROBLEM >I am using SQL Server 7 and have a "total" field that is a Data Type of > DECIMAL. In SQL server 7 Decimal and

RE: Verity Process Comparison 6.1 -vs- 7.0?

2005-02-22 Thread Gaulin, Mark
Hi Hatton The k2server that ships with 6.1 and prior (cf5) uses a lot of ram, but it is easy to predict and it does not grow. I don't know if this will help with understanding whatever it is that ships with cf7, but here goes: Each "worker thread" allocates about 4.6 MB of memory. Each collecti

RE: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jeff Waris
ABS(total) works fine for adding the numbers... Still that doesn't explain WHY I can't test for a negative number. > -Original Message- > From: Dave Francis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 22, 2005 3:18 PM > To: CF-Talk > Subject: Re: SIMPLE number conversion PROBLE

RE: SIMPLE number conversion PROBLEM....

2005-02-22 Thread Jerry Johnson
I don;t think it is the test, but the set. Is total a field in a cf query? You can't change query column values using cfset, but need to use QuerySetCell. Or scope your variables better. Jerry Johnson Web Developer Dolan Media Company >>> [EMAIL PROTECTED] 02/22/05 03:19PM >>> ABS(total) work

Re: open window full screen

2005-02-22 Thread Ben Doom
There are a number of readily available JS scripts that will do this, more or less. --Ben CFDEV wrote: > > Hi, is there a way to specify with CF or Javascript or CSS that the new > window or open link will be in Full Screen? > > Thanks > > Pat > > >

Re: Free Coldfusion Devs Tool

2005-02-22 Thread Rodney Enke
Running CF MX 6.1 standalone with no sandbox restrictions. I believe it is because we are using an old version of Java, which is required for some funky stuff we are doing. I hacked the CFC to return the correct result. I guess it's time to upgrade that JVM and "funky" code... - Rod On Tue, 2

  1   2   >