Re: Problem with cfqueryparam

2007-07-09 Thread hussain shaikh
The table which I am accessing will be truncated and fresh data is loaded once in a day.No changes are made apart from that.Just to be sure that the previous cursor(if any) is not getting cached I restarted the db so that the cursor is flushed.But after accessing the cfm page 2-3 times, again th

Re: Problem with cfqueryparam

2007-07-09 Thread James Holmes
Did you add/rename a table column or make a similar change after the first time you ran this query? On 7/10/07, hussain shaikh wrote: > I found on net that this ORA error is thrown when the cursor which holds the > query data gets invalidated i.e. the cursor is not in sync with the table > data.

Re: Problem with cfqueryparam

2007-07-09 Thread hussain shaikh
I found on net that this ORA error is thrown when the cursor which holds the query data gets invalidated i.e. the cursor is not in sync with the table data. I am sure it has something to do with the behaviour/working of the cfqueryparam tag. Any ideas?? Thanks in advance, Hussain ~

Re: Problem with cfqueryparam

2007-07-09 Thread AJ Mercer
make sure you have the latest jdbc drivers http://kb.adobe.com/selfservice/viewContent.do?externalId=42dcb10a&sli On 7/10/07, hussain shaikh <[EMAIL PROTECTED]> wrote: > > Hi All, > I am getting an ORA-01003 error when I try to use cfqueryparam in my > query, but when I remove the cfquerypara

Problem with cfqueryparam

2007-07-09 Thread hussain shaikh
Hi All, I am getting an ORA-01003 error when I try to use cfqueryparam in my query, but when I remove the cfqueryparam tag and hard code the value in the where condition it works fine.The oracle error no. description says that "No SQL statement parsed".I really don't understand whether it's an o

Re: verity: CF MX 6.1 recordcount neq recordssearched

2007-07-09 Thread John Stottlemire
the key field in the cfindex = the primary key of the database table (I don't think its duplicate keys). I purge the collection, do the query, update the collection and the difference in recordcount / recordssearched is always recordcount - 51 the primary key is an "identity" and increments by

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
- Method overriding CF has this already Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 1:01 PM To: CF-Talk Subject: RE: SURVEY RESULTS: Is ColdFusion OO? Definitely some interesting res

Re: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Raymond Camden
I'm posting on your blog Dale. As Michael has says, this is not the list for OO stuff, and since the conversation has started there, it doesn't make sense for me to post another thread on my blog. (Although I did ask my readers to visit your blog and comment there.) On 7/9/07, Dale Fraser <[EMAIL

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
I will agree with that. CF is not Pure OO, meaning you don't have to write OO code if you don't want to. But that doesn't mean you can't. And the statement that CF is Not OO I find misleading as it makes me think you can't write OO code. This would have been correct prior to 6.1 Regards Dale Fra

Re: Dedicated Web Hosting - Looking For Good Service

2007-07-09 Thread Nando
HostMySite - i've really appreciated their phone support. CT's control panel is definitely better, but i've always found HostMySite's support much better than CT's. They really listen when i say "help!" and will do whatever they can to make it work. On 7/9/07, J.J. Merrick <[EMAIL PROTECTED]> wrot

Re: verity: CF MX 6.1 recordcount neq recordssearched

2007-07-09 Thread Raymond Camden
Maybe its duplicate keys. Are you saying that if you EMPTY your collection, do a query that returns N rows, and then cfindex that query, your collection contains N-52 records? On 7/9/07, John Stottlemire <[EMAIL PROTECTED]> wrote: > can anyone shed some light on why a cfindex would exclude the fir

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Steve Brownlee
Definitely some interesting results. I'll simply add my voice to mix and say that ColdFusion is absolutely, positively, not an OO language. Granted, Macromedia and Adobe have added some great features that allow us to mimic the elements of OO, but in essence all they've done is expose a very limi

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Eric Roberts
I think the answer lies in between yes and no. It has properties that lend to OO. It also has properties that are very structural in nature. Can it be used in a manner similar to OO...by means yes. Is it pure OO...no. Eric -Original Message- From: Dale Fraser [mailto:[EMAIL PROTECTED]

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
Ray, I look forward to your post. We write code where each cfc is an object which has a constructor, create instances of these, have them inherit from others, override methods and so on. What type of programming is this, if not OO? I don't see how this could be procedural. Regards Dale Fraser

Re: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Raymond Camden
Yeah, I'm going to stand by my assertions. I'm sure I could run a survey and get #s in the total opposite direction. I promised Dale that I'd open the discussion up on my blog, and I will. (Not to say it can't happen here, but as it started on my blog, I'd like to talk about it there as well.) On

Re: Init method and getters / setters in cfc

2007-07-09 Thread Brian Kotek
It's so trivial to generate the code for getters and setters that I don't really see the point in having generic getters and setters like this. As Ben says, you lose the API for your component. You have no type checking (if that's your thing). You lose the ability to seamlessly change the getter or

RE: Checking hard drive space?

2007-07-09 Thread Eric Roberts
Get CF8 and you can by accessing a .NET object. I believe Ben Forta has the code on his site somewhere...I don't know if there are any pre-CF8 solutions to this or not... Eric -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:04 AM To: CF-Talk Su

RE: SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread John Mason
>So ColdFusion is Object Oriented after all, I have always thought so >and am supported by the numbers Just a quick point here, a simple informal poll isn't going to provide you with any statistical significance. You think CF is OO and some people agree with you that's about all you can honestly s

RE: SURVEY: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
After reading a Blog Entry of Ray Camden, in a general comment, he made this statement. "CF is not OO. CF should NOT be OO. And lastly, I pray to God that CF never becomes OO." I didn't agree, I actually think ColdFusion is OO, and thought that view especially from Ray was odd, then I thought,

SURVEY RESULTS: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
After reading a Blog Entry of Ray Camden, in a general comment, he made this statement. "CF is not OO. CF should NOT be OO. And lastly, I pray to God that CF never becomes OO." I didn't agree, I actually think ColdFusion is OO, and thought that view especially from Ray was odd, then I thought, we

RE: Init method and getters / setters in cfc

2007-07-09 Thread Jaime Metcher
Somebody (Peter Bell, I think?) has a comprehensive solution involving lists of properties where on a per-property basis you can define whether it is gettable or settable for each access type (i.e. public, private, package), and on a per-class basis you define whether properties are addable and wha

RE: WebDAV

2007-07-09 Thread Dave Watts
> How well does CF interact with WebDAV? I've been given the > task to upload files through WebDAV and have been having a > hard time finding information on it. Is it possible? What exactly do you mean by "interact"? WebDAV is a web server thing. IIS and Apache both provide WebDAV functionalit

RE: SURVEY: Is ColdFusion OO?

2007-07-09 Thread Dale Fraser
I'll post the stats later, but your guess on what people think is totally wrong. And that is the reason I did this Survey, after a comment on Ray's Blog where he said CF is not OO and I said it was, I thought I wonder what people think. You are right in that OO is different things to different p

WebDAV

2007-07-09 Thread Scott McAllister
How well does CF interact with WebDAV? I've been given the task to upload files through WebDAV and have been having a hard time finding information on it. Is it possible? -Scott ~| Upgrade to Adobe ColdFusion MX7 The most sign

Re: Best way to read a zip file?

2007-07-09 Thread Ian Skinner
Would the tag work for you? It returns the size as well as other information about the files it returns in its record set. ~| CF 8 – Scorpio beta now available, easily build great internet experiences – Try it now on Labs

Re: Best way to read a zip file?

2007-07-09 Thread Alan Rother
cfdirectory filter it by *.zip and look for your particular zip file by doing a query of queries It has the size in the result set On 7/9/07, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > What is the best way to find out the size (in bytes) of a zip file? I use > cffile to read it and then us

RE: Best way to read a zip file?

2007-07-09 Thread Ben Nadel
Johnny, How is crashing? When you are crating the Zip? Opening the zip? I don't know about the size, but it seems funny that it should crash anything. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/

Best way to read a zip file?

2007-07-09 Thread Johnny Le
Hi, What is the best way to find out the size (in bytes) of a zip file? I use cffile to read it and then use the len() method but this is so insufficient. When the zip file is reaching 100 MB, it crashes my server. java.util.zip.ZipFile has a size() method, but it says it returns the number

RE: CFEclipse Show Line Numbers

2007-07-09 Thread Andy Matthews
Not anymore. :) -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 4:42 PM To: CF-Talk Subject: RE: CFEclipse Show Line Numbers Hey, thanks. I also found the insight delay was set to 500. I set it to 0 which helps me out a lot because I type

Re: Dedicated Web Hosting - Looking For Good Service

2007-07-09 Thread J.J. Merrick
I have had a lot of great luck with ThePlanet.com. their support is great and they have a MASSIVE pipe along with very reasonable prices. J.J. On 7/9/07, Michael Grove <[EMAIL PROTECTED]> wrote: > > Currently we are with CrystalTech.com web hosting. We have had a dedicated > server with them s

RE: CFEclipse Show Line Numbers

2007-07-09 Thread Jake Churchill
Hey, thanks. I also found the insight delay was set to 500. I set it to 0 which helps me out a lot because I type faster than the insight brings up hints. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Origin

Re: Init method and getters / setters in cfc

2007-07-09 Thread Robertson-Ravo, Neil (RX)
Yep, It is a good approach if employed and applied correctly. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential an

Dedicated Web Hosting - Looking For Good Service

2007-07-09 Thread Michael Grove
Currently we are with CrystalTech.com web hosting. We have had a dedicated server with them since 2002 and have a number of shared hosting sites as well. The quality of our dedicated service has been dropping lately and we are wondering if there are any better services out there. The key for us i

OT: IE7 CSS Bug - can't select text

2007-07-09 Thread Russ
We've been bitten by the IE7 bug described here: http://gtalbot.org/BrowserBugsSection/MSIE7Bugs/CSSColumnarLayout2columnsAbs AndRelPos.html Has anyone else come face to face with this bug? Is there a fix/workaround? Russ ~~

RE: How to print directly from coldfusion code

2007-07-09 Thread Ben Forta
Use ColdFusion 8 (public beta) and --- Ben -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 4:31 PM To: CF-Talk Subject: Re: How to print directly from coldfusion code This isn't the "BEST" solution... But I used it once. Do you have an eFax

Re: How to print directly from coldfusion code

2007-07-09 Thread ch g
Thank you. > My personal approach would be to use the print.exe executable found on > windows machines via the cfexecute tag. > > Print.exe syntax: PRINT [/D:device] [[drive:][path]filename[...]] > > So something like this should work: > > > > arguments="/D:\\networkPrinter c:\printDir

Re: How to print directly from coldfusion code

2007-07-09 Thread Jake Pilgrim
My personal approach would be to use the print.exe executable found on windows machines via the cfexecute tag. Print.exe syntax: PRINT [/D:device] [[drive:][path]filename[...]] So something like this should work: Jake Pilgrim ~~

Re: How to print directly from coldfusion code

2007-07-09 Thread ch g
Printer is located in the same server domain and printer has all capabilities. Thank you for your quick response. >First question, "print where?" > >On what printer are you expecting the output to appear? Of course the >CF application server is only going to be able to access printers >availab

RE: CFEclipse Show Line Numbers

2007-07-09 Thread Russ
I have just run into this as well. Turns out that you can enable line numbers by going to Window->Preferences->CFEclipse->Editor->Show Line Numbers. The little right click menu in the editor doesn't seem to be working yet. Russ > -Original Message- > From: Jake Churchill [mailto:[EMA

Re: How to print directly from coldfusion code

2007-07-09 Thread Ian Skinner
First question, "print where?" On what printer are you expecting the output to appear? Of course the CF application server is only going to be able to access printers available to the server it is installed on or the domain user it is running under. The next question, "What are the capabiliti

Re: Init method and getters / setters in cfc

2007-07-09 Thread Ian Skinner
I would add your component is now completely mutable. A developer can add any data they want which may or may not be a big deal depending on ones thinking on such things and what the component is meant to do. An example that shows this code is going to accept any and all input such as this. aO

Re: How to print directly from coldfusion code

2007-07-09 Thread Alan Rother
This isn't the "BEST" solution... But I used it once. Do you have an eFax acct and access to a FAX machine? If you do you can efax the result to your fax machine and in effect, print your reports. It's not a highly cost effective strategy, but it does work. On 7/9/07, Andy Matthews <[EMAIL PRO

RE: CSS difference between IE and FF

2007-07-09 Thread Sandra Clark
That's called collapsing vertical margins. When two vertical margins overlap, standards compliant browsers will collapse them into the larger of the two margins. Imagine 2 boxes with margin-top of 20px and margin-bottom of 20px. With vertical collapsing, the margin in between the first and sec

RE: Init method and getters / setters in cfc

2007-07-09 Thread Andy Matthews
Hal Helms uses the same style of coding you're talking about. A master get/set method where you pass in the value AND name of the property you're trying to access. andy -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 2:52 PM To: CF-Talk Su

RE: How to print directly from coldfusion code

2007-07-09 Thread Andy Matthews
I suppose you'd probably have to execute some sort of script or executable living on the server, which sends a packet of info to the printer. -Original Message- From: chr chr [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 3:00 PM To: CF-Talk Subject: How to print directly from col

Re: How to print directly from coldfusion code

2007-07-09 Thread J.J. Merrick
in CF8 you now have ... Don't know if there is anyway to do that in MX7 other then doing some sort of Java call. J.J. On 7/9/07, chr chr <[EMAIL PROTECTED]> wrote: > > Any ideas, how to print directly from coldfusion code... > > I created one scheduler that runs every night, it collects data

RE: Init method and getters / setters in cfc

2007-07-09 Thread Ben Nadel
Chris, While I don't know what is *right*, here are the arguments that I have heard against the generic getter/setter: * The CFC is not self documenting. Looking at its functions does not give you any insight into what it can set/get. * Not clear on what should be returned if an invalid "get" is

Re: Init method and getters / setters in cfc

2007-07-09 Thread Robertson-Ravo, Neil (RX)
Well that isn't going to work for all variable types and seems a little clumsy. This method relies on top much which may not be present in a more complex CFC application setup. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a

How to print directly from coldfusion code

2007-07-09 Thread chr chr
Any ideas, how to print directly from coldfusion code... I created one scheduler that runs every night, it collects data from database and make all the data into pdf files, and print all those pdf files. My question is how can i directly print in coldfusion? Any ideas or suggestions a

Re: CSS difference between IE and FF

2007-07-09 Thread Victor Moore
Thank you both for your answers. I kind of fix it. It had a div above my header. IE was displaying the header nicely after the first one, but FF was overlapping it, even though I was setting a 20px top margin. I will have to read more on this to better understand it, but by taking the first div o

Init method and getters / setters in cfc

2007-07-09 Thread Peterson, Chris
A lot of cfc's using init and 'good' OO practices have functions like getDSN(), setDSN('Blah') littered throughout. Can I ask any guru out there why you wouldn't use simple get('keyname') and set('keyname','keyvalue') like the following?

RE: CSS difference between IE and FF

2007-07-09 Thread Jake Churchill
I've also been told that if you use a DOCTYPE of XHTML 1.0 Strict IE will follow the standards better. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Cutter (CFRelated) [mailto:[EMAI

Re: CSS difference between IE and FF

2007-07-09 Thread Cutter (CFRelated)
Victor, You will also want to Google CSS Box Model. IE's poor, non-standards based CSS implementation throws this off a great deal over standards-compliant browsers. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ ht

Re: CF8 500 error

2007-07-09 Thread Cutter (CFRelated)
There were several threads, because of minor title changes. My errors (and those of others) were related to an internal component also being beta, and that beta expiring. This can be confirmed by turning your system clock back a month, restarting your cf service, and trying the page again. My

RE: Programmatically deleting a datasource

2007-07-09 Thread John Mason
No problem glad to help. If you were on CF 6, you would have to hack through the factory to do these things (and it's not pretty) but the admin api helps solve this and like I mention Adobe will more than likely change the underlining factory from time-to-time but the APIs should stay solid thro

Re: Programmatically deleting a datasource

2007-07-09 Thread Brent Shaub
Thanks, John, this is a much more concise, readable (and apparently reliable) way to go. In a matter of a few minutes, I was able to properly delete a datasource. Then it was straight-forward to creating way this way too. Again thanks, Brent >Brent, > >Use the AdminAPI instead of accessing t

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-09 Thread K Simanonok
> I am trying to get CF code to run inside a CFMAIL tag where the code > is called by a CFINCLUDE. There are plenty of historical examples > here showing how people have done it in the past, but when I reproduce > their code all that gets emailed is the bare code, unexecuted. There > must be

Re: Coldfusion service crashing and unable to restart

2007-07-09 Thread Nicholas Tunney
_13 is supported now as well. I've not run it, but have run _12 with great success. Nicholas M. Tunney Blog: http://www.nictunney.com Adobe Certified Advanced ColdFusion MX7 Developer Adobe Certified Instructor Adobe Community Expert Dave Watts wrote: >> Hi. We're running CF MX 7.0.2.142559

RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread John Mason
This looks/sounds like bad ram on the server. The other issue is you should be on jvm version 1.4.2_11 at least because of the daylight savings time changes this year. Here are the instructions on updating your JVM.. http://labs.fusionlink.com/katapult/index.cfm?page=articles/daylightsavings Jo

RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread Dave Watts
> Hi. We're running CF MX 7.0.2.142559 on a Win2003 server and > we're having the following problem: > > Coldfusion is periodically crashing (leaving our users with a > "Could not connect to jrun server" error) and the only way to > restart it is to restart the machine. When we try to restart

RE: SURVEY: Is ColdFusion OO?

2007-07-09 Thread John Mason
The problem I have with these questions is that it's a mix match of two different things. OO is a programming paradigm. Java, ColdFusion are programming languages. Two different things here, which is important. You can program java in OO or (god help you) procedurally, but that doesn't mean Java

Re: SURVEY: Is ColdFusion OO?

2007-07-09 Thread Sean Corfield
On 7/8/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > Loaded how so? I don't think it's loaded at all, the questions are yes and > no answers and the answers themselves randomized. If you think my Survey > shows a bias here I would be interested to see what you think that bias is. Well, the real pro

Coldfusion service crashing and unable to restart

2007-07-09 Thread nerd
Hi. We're running CF MX 7.0.2.142559 on a Win2003 server and we're having the following problem: Coldfusion is periodically crashing (leaving our users with a "Could not connect to jrun server" error) and the only way to restart it is to restart the machine. When we try to restart the applica

verity: CF MX 6.1 recordcount neq recordssearched

2007-07-09 Thread John Stottlemire
can anyone shed some light on why a cfindex would exclude the first 51 records from a query recordset no matter what the order by statement says in the sql statement. my query.recordcount is always 51 records more than the query.recordssearched and its always the first 51 records from the query

Re: Latest Model-Glue (2.0.304)

2007-07-09 Thread henry ho
yup, same here for me. I guess this is normal. They just forgot to update it. >Anyone who uses MG:U, have you recently upgraded to the latest public 2.0.x >build? I downloaded and installed and I am still getting "This is >Model-Glue version (Unknown: Subversion Checkout)" in my page debug dump

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Andy Matthews
I remember that SOON from CFUnited! No fair. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:32 AM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate Yep, ***SOON*** ;-) -Original Message- From: Robert Rawl

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Robert Harrrison
Ben Forta <[EMAIL PROTECTED]> wrote: > Yep, ***SOON*** ;-) Is this soon in dog years or soon on a cosmological scale? Robert B. Harrison Director of Interactive services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-w

ANN: CFJS 1.1.8 is now available for download

2007-07-09 Thread Christopher Jordan
Hi folks, Just wanted to let everyone know that version 1.1.8 of CFJS (both the jQuery and independent flavors) is now available for download from riaforge.org (http://cfjs.riaforge.org). Many thanks to Trent Richardson who coded the new functions that this version makes available, namely: Is

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Andy Matthews
He told me... -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:25 AM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate But you're not going to tell me? ;o) -Original Message- From: Ben Forta

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread O�uz_Demirkap
16 July! :) -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 12:32 PM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate Yep, ***SOON*** ;-) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PR

Re: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Greg Morphis
I don't think "SOON" is a date.. I tried to DateFormat that and got an error.. On 7/9/07, Ben Forta <[EMAIL PROTECTED]> wrote: > Yep, ***SOON*** ;-) > > > > -Original Message- > From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] > Sent: Monday, July 09, 2007 12:25 PM > To: CF-Talk

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Ben Forta
Yep, ***SOON*** ;-) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 12:25 PM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate But you're not going to tell me? ;o) -Original Message- From: Ben

appending html characters

2007-07-09 Thread Scott Stewart
Hey all, I've got another weird one. I've got a string variable that contains HTML, specifically unordered lists In some cases, there's missing or tags. And in some cases the lists are nested. I need to programmatically insert the missing tags, in the proper places. Has anyone every done

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Robert Rawlins - Think Blue
But you're not going to tell me? ;o) -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 17:13 To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate There is indeed a release date, yes. ;-) -Original Message- From: Robert Rawli

RE: Programmatically deleting a datasource

2007-07-09 Thread John Mason
Brent, Use the AdminAPI instead of accessing the factory directly. The adminapi will provide the ability to create/delete datasources. The underlining factory could change with with future releases of CF and the AdminAPI is there to provide a stable level of abstraction that you can use. http://l

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Ben Forta
There is indeed a release date, yes. ;-) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:44 AM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate >> The next planned public release will be the shippi

RE: Latest Model-Glue (2.0.304)

2007-07-09 Thread Robertson-Ravo, Neil (RX)
Ah, the Unity\config\configuraition.xml has this hardcoded in the XML file - not sure if this is a known big or not...? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 16:47 To: CF-Talk Subject: Latest Model-Glue (2.0.304) Anyone who

Re: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Peter Tilbrook
Nice try Ben, scared me good. CF8 isn't ready for Gold yet. At least not the version the rest of world has - lovely as it is. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http

CF8 500 error

2007-07-09 Thread O�uz_Demirkap
Hi all, I just came to the office and my local CF8 is not working. Here is the error: 500 java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:283) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.j

Latest Model-Glue (2.0.304)

2007-07-09 Thread Robertson-Ravo, Neil (RX)
Anyone who uses MG:U, have you recently upgraded to the latest public 2.0.x build? I downloaded and installed and I am still getting "This is Model-Glue version (Unknown: Subversion Checkout)" in my page debug dump. Anyone else get this? N ~~

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Robert Rawlins - Think Blue
>> The next planned public release will be the shipping CF8 Any dates been given for the release yet, Ben? :-D Rob -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 16:34 To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate If you've

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Ben Forta
Um Peter, nope, not quite. ;-) There is no RC2 planned, in fact, there is no additional public beta planned. We do plan a build that will be made available to individuals on the private beta, just to verify that issues that they reported have been addressed, but that will be a private NDA only re

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Ben Forta
If you've found problems, report them, and QUICKLY! --- Ben -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:29 AM To: CF-Talk Subject: Re: Confirmed: at least one more CF8 Release Candidate I've noticed that some of the cfajax stuff doesnt

Re: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Greg Morphis
I've noticed that some of the cfajax stuff doesnt work with IE6.0.. and I know why.. IE6.0 doesnt follow standards but I wonder if Adobe plans on addressing that... On 7/9/07, Peter Tilbrook <[EMAIL PROTECTED]> wrote: > Great news from the the CF dev team - expect at least one more release > cand

Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Peter Tilbrook
Great news from the the CF dev team - expect at least one more release candidate for ColdFusion 8 (aka Scorpio). The team appears to agree that RC1 was't right on the button - as close as it is. So when Adobe release RC2 (or public beta 2) grab it and try to break it. Remember even the documen

Re: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Peter Tilbrook
Do not quote me on this but there will be at least one more "release candidate" for ColdFusion 8 (aka Scorpio). Any issues you had/have retry them. No prisoners. No excuses. Break it. Break it badly. Both the code and the documentation (yes even the docs are "beta"). Because after this there is

Re: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread AJ Mercer
CF is male cos ASP is a b!tch On 7/9/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > First we have to determine whether CF is male or female... > > > -Original Message- > From: exH [mailto:[EMAIL PROTECTED] > Sent: Monday, July 09, 2007 9:48 AM > To: CF-Talk > Subject: Re: Happy birthday

Re: Checking hard drive space?

2007-07-09 Thread Web Specialist
http://cflib.org/udf.cfm?ID=105 Cheers 2007/7/9, Johnny Le <[EMAIL PROTECTED]>: > > Hi, > > Is there a way we can check the server hard drive free space using > coldfusion code? Our servers keep running out of space and it is hard to > debug every time it happens. Our servers are not on locatio

Re: Checking hard drive space?

2007-07-09 Thread Tom Chiverton
On Monday 09 Jul 2007, Johnny Le wrote: > Is there a way we can check the server hard drive free space using > coldfusion code? Our servers keep running out of space and it is hard to > debug every time it happens. Our servers are not on location so that makes > it harder too. Thanks. Just cfexe

(Admin) Off topic posts should not be here

2007-07-09 Thread Michael Dinowitz
Please remember that this is a COLDFUSION only list. If you have a post that is not a technical ColdFusion question, please post it to one of the other mailing lists. If you want to talk about balk ColdFusion developers, post it to CF-Community or CF-OT. If you want to talk about Eclipse, there's a

RE: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Rick Faircloth
I just got a download... no hard copy... Rick -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:59 AM To: CF-Talk Subject: Re: Happy birthday ColdFusion! (12 years old!) >First we have to determine whether CF is male or female... Just turn

Checking hard drive space?

2007-07-09 Thread Johnny Le
Hi, Is there a way we can check the server hard drive free space using coldfusion code? Our servers keep running out of space and it is hard to debug every time it happens. Our servers are not on location so that makes it harder too. Thanks. Johnny ~~~

Re: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Andy Matthews
>First we have to determine whether CF is male or female... Just turn it over! ~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIA’s for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?

RE: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Ben Nadel
ColdFusion is so freakin' sexy, I just assumed it was a female... But I am biased :) -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 10:00 AM To: CF-Talk Subject: RE: Happy birthday ColdFusion! (12 years old!) First we have to determine whe

Programmatically deleting a datasource

2007-07-09 Thread Brent Shaub
I found some terrific code to access the admin api on House of Fusion here. Thanks to all! In experimenting with the methods, I can successfully create a SQL datasource. What I'm having trouble doing is deleting it. factory.datasourceservice.removeDatasource(theDatasourceName) seems the logi

RE: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Rick Faircloth
First we have to determine whether CF is male or female... -Original Message- From: exH [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:48 AM To: CF-Talk Subject: Re: Happy birthday ColdFusion! (12 years old!) it's time for that new tag.. - Original Message --

RE: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread Rick Faircloth
hardee, har, har... you're a funny guy in the morning, Rey! :o) -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:35 AM To: CF-Talk Subject: Re: Happy birthday ColdFusion! (12 years old!) Rick Faircloth wrote: > Well, if you just turned 33 and co

RE: CSS difference between IE and FF

2007-07-09 Thread Andy Matthews
Pixels aren't different between browsers, but each browser has a different interpretation of how CSS should be rendered. Without seeing this code in context, it's difficult to say exactly what it is, but it probably has something to do with your margin settins. Try setting them to zero: margin: 0

Re: Happy birthday ColdFusion! (12 years old!)

2007-07-09 Thread exH
it's time for that new tag.. - Original Message - From: "Nick Tong" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, July 09, 2007 12:09 PM Subject: Re: Happy birthday ColdFusion! (12 years old!) > does this mean we have the terrible teens to look forward to - heh! > Joki

Re: Coldfusion and Oracle AL32utf8 Characterset

2007-07-09 Thread vishnu prasad
Hi when i use "select length(columna),columna from tablea " its returning 1 in Coldfusion , Toad , SQL Plus > On Monday 09 Jul 2007, vishnu prasad wrote: > > select * from tabela > > Did you confirm there was no space with something like > select length(columna),columna from tablea > ? > >

  1   2   >