RE: CFCs and mappings

2004-06-10 Thread Paul Kenney
CF's been able to do this at least since CF4.5, since Allaire did this very thing for Spectra. Paul Kenney [EMAIL PROTECTED] 916-212-4359 > -Original Message- > From: Barney Boisvert [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 10, 2004 2:58 PM > To: CF-Talk > Subject: CFCs and mappin

OT: Page design Contact work

2004-06-10 Thread Andy Ousterhout
I am looking for contractor who could build a page that prints an invoice. Specifically I need to the "page" to: 1.  When called, create a print-formatted invoice that isn't displayed and automatically open windows print dialog.  Environment is IE 6.0, _javascript_ enabled 2.  Manage multiple page

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Geoff Bowers
Of course you're right about C# Matt.. my mistake :) Matt Liotta wrote: > Is C# of, related to, or suggestive of a proprietor or to proprietors > as a group? I don't see how. > Is C# exclusively owned? Certainly not. > Is C# owned by a private individual or corporation under a trademark or > pat

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Andrew Scott
Then I stand corrected:-) Black Knight does do more than I thought.. However when writing com objects, it isn't brain science and the help for it can be found in a snap. But yeah, the pain of the caching of the com object, and java code can be a big pain in the butt!! Regards Andrew Scott

Re: image dimensions

2004-06-10 Thread Andrew Grosset
How about an existing custom tag? This one does just about everything and the quality of resized images is excellent: cfx_pwimageproc http://developer.perthweb.com.au/imageproc_examples.html [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Guy Rish
Actually Black Knight (as opposed to Black Night) does more than simply allow a developer to write CFXs in .NET - which is *not* done via COM mind you.  Black Knight is actually a whole .NET runtime host for ColdFusion not merely a stub such as you've described. Black Knight provides for public and

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Andrew Scott
Well unless someone converts the functions over to the other languages you are stuck with an entry to C++. You don't need Black Night for .Net, I finally worked out how to write a com object and incorporate this into cf without the need of making changes to the compiled code. Making Black Night

RE: Cannot display DB Error Page in CFMX

2004-06-10 Thread Dave Watts
> How do I get the standard CF5 type error page that displays > when you have a database error on your development server. > The error message usually includes type of error and line > error occurs.  I now use CFMX and it gives me a 'cannot > display page'  for a database error. You can enable

Cannot display DB Error Page in CFMX

2004-06-10 Thread sam komolafe
Hi all, How do I get the standard CF5 type error page that displays when you have a database error on your development server. The error message usually includes type of error and line error occurs.  I now use CFMX and it gives me a 'cannot display page'  for a database error. Thanks Sam --- [Thi

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Guy Rish
There are additional benefits to Black Knight beyond that. Black Knight tags can be used with existing versions of ColdFusion (4.0 and later) - which means there is no need to change over to another application server.  Additionally, while BlueDragon offers this capability it does not offer it in t

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Matt Liotta
>  I think once again my point is one of semantics.. and the english >  language.  My original remark was tongue-in-cheek, light hearted, etc. >  You chose to make a "semantic" issue out of it.  I'm merely saying > that >  the dictionary definition of "proprietary" is this: > http://dictionary

Re: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Matt Liotta
> Actually you can create CFX's in C# and Visual Basic. > >  The only problem is that the very fist entry is written in C++ then > you can >  hybrid a class written in Visual Basic or C# or even J#.. > That isn't really writing a CFX in C#, VB, or J# since you are writing the CFX in C++ and simpl

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Geoff Bowers
Matt Liotta wrote: > I suggest spending some time with Google before making absurd > positions. For example, the patents necessary to implement the > standards ECMA-334 (C#) and ECMA-335 (CLI) are available from Microsoft ...balh blah blah.. I think once again my point is one of semantics.. and

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Andrew Scott
Actually you can create CFX's in C# and Visual Basic. The only problem is that the very fist entry is written in C++ then you can hybrid a class written in Visual Basic or C# or even J#.. If you ever want an example look at the .Net example of creating a project with C#,Visual Basic etc. I

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Vince Bonfanti
Of course, I don't see any way CF will ever have the BlueDragon.NET features already announced...notably the ability to share Application/Session/Request scope variables with ASP.NET pages to create hybrid web applications, or to create CFXs in C# and Visual Basic.NET, or to invoke .NET objects usi

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
Futher Info, Not 100% sure, but I went to the server and did 2 things and since then it has been working ever since. Issue 1) When I switched the monitor on I had a DirecDraw error about something not being in 256 colour mode. Issue 2) Stopped the virus protector. Issue 1 I thin its due to

CFCs and mappings

2004-06-10 Thread Barney Boisvert
This might be widely known, but I just discovered it and I think it's really cool. You can set up CF mappings in the admin that have multiple parts in the mapping.  For example rather than mapping "/com" to some directory which forces all your CFCs to be within that one directory, you can map "/co

Re: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Matt Liotta
>  I'm not quite sure how "interpretive approach" differs from being an >  interpreter.. the explanation I received is that BD produces a tree >  structure of all tags in memory and on each call iterates this tree >  structure to call the classes and methods corresponding with each tag. >  Sounds l

Re: REFind alternative?

2004-06-10 Thread Damien McKenna
/> #Evaluate(posStart+4)#, #evaluate(posStop-posStart-4)#)) /> #posStop#) /> Searches through #form.text# for occurrences of "{img([[:digit:]]+)\}", i.e. {img123123}.  It then stores the list of img numbers in an array called "values", e.g. {img123123} becomes 123123.  This array can

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Vince Bonfanti
That's absolutely correct regarding the Java and .NET versions of BlueDragon. The vast majority of the source code (80-90%) is exactly the same across the two versions. There won't be any problem maintaining the two editions in the long term. Vince Bonfanti New Atlanta Communications, LLC http://w

Re: REFind alternative?

2004-06-10 Thread Jochem van Dieten
Damien McKenna wrote: > On Jun 10, 2004, at 4:20 PM, Jochem van Dieten wrote: >> >> >> REReplaceNoCase(Form.Text,"^.*\{img([[:digit:]]+)\}.*$", "\1")> > > How do I get this to work with multiple occurences, e.g. the "All" in > REReplace? That won't work. Jochem [Todays Threads] [This Messa

UTF-8 Encoding on CF5

2004-06-10 Thread dr
Hello all, I would like to know if it's possble to convert a string to it's UTF-8 byte representation.  I'm aware of the getBytes() function used in CFMX, but was wondering how the same could be accomplished on ColdFusion 5. I have tried to use the JVM and CreateObject but am running into limitat

RE: CFQUERY Timeout

2004-06-10 Thread Semrau Steven Ctr SAF/IE
x x   Your error routine here -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 5:03 PM To: CF-Talk Subject: CFQUERY Timeout Hello All, My host has issues from time to time I get a CFQUERY timeout.  But when I rerun the query it wor

RE: CFQUERY Timeout

2004-06-10 Thread Douglas.Knudsen
you can't catch this type of issue.  Look at tuning the queries and code on the page to run faster.  Also look at if needed. Doug -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 5:03 PM To: CF-Talk Subject: CFQUERY Timeout Hello All, My host h

CFQUERY Timeout

2004-06-10 Thread Mickael
Hello All, My host has issues from time to time I get a CFQUERY timeout.  But when I rerun the query it works (most times).  What type of CFCATCH type would this be? Here is my error   Error Occurred While Processing Request   The request has exceeded the allowable time limit Tag

How does CFmail work? Under the hood.

2004-06-10 Thread Mark W. Breneman
I'm in the middle of trying to track down a cfmail issue that is causing a few messages to randomly get stuck in the undeliverable folder. I fear that CFmail may be avalanching my mail server with messages when doing a large mail list send. Anyway while on the phone with a support rep for the mai

Re: Using

2004-06-10 Thread Robert Munn
>In CFMX you never need to lock shared scopes just because they're shared >scopes (this is a change from previous versions).  Now you only need to >worry about race conditions. Nice tidbit there, thanks. I heard Ben Forta's simplified version of this change awhile ago. The simplified version was "

Re: REFind alternative?

2004-06-10 Thread Damien McKenna
On Jun 10, 2004, at 4:20 PM, Jochem van Dieten wrote: > > REReplaceNoCase(Form.Text,"^.*\{img([[:digit:]]+)\}.*$", "\1")> How do I get this to work with multiple occurences, e.g. the "All" in REReplace? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimuc

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
Oh, And I forgot to mention that if I comment the code that tries to open the image out... The CFXtag actually does run, which is why I didn't think it was a permission problem to start with. This tag is an image resize tag and returns info as well as other details about an image. It works

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Dave Watts
> The server with the problem is running as local account, > which account would that be:-) CF runs as SYSTEM by default. However, SYSTEM isn't a user account that you'll be able to log in as. If CF is running as SYSTEM, and the files in question are on a local filesystem, it probably isn't a per

Re: REFind alternative?

2004-06-10 Thread Claude Schneegans
>>Is there an easy way to do that without doing an elaborate series of Mid and REFind statements? Yes, you might use CF_REExtract (see link below) It can return in a query the string found, + position length, etc. You can specify regular expressions to be found BEFORE and AFTER the string you are

Technotes

2004-06-10 Thread Bryan F. Hogan
Hi all in case anyone is interested, I have added Flex to my technote notification lists. You can signup here http://www.cfm-applications.com/expressive_v1_b2/technotes/flex-technotes.cfm http://www.cfm-applications.com/expressive_v1_b2/technotes/cfmx-technotes.cfm JRun notification list coming

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
I have tried running CF as an administrator with the same results. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485  -  Fax: 03 9699 7976 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
The server with the problem is running as local account, which account would that be:-) Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485  -  Fax: 03 9699 7976      _   From: Dave Watts [mailto:[EMAIL PROTE

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
The other thing I should mention is that the page it is called from sits in an internal loop or something, because if I try to browse that page again, it never displays. For example I have a page based on an action passed to it but it also calls this CFX tag, if I pass the right option it runs t

Re[2]: OT: how to view client abortions ?

2004-06-10 Thread cf-talk
oops. sorry. I hope I didn't hurt somebody. Maybe I should have asked my former english teacher BEFOREHAND of writing my subjectline of the thread. ;-) Uwe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Dave Watts
> Thats what I am thinking, but I can't seem to find out. >   > And the answer is no, I log in as the administrator through a > Remote Desktop connection when I test it from the command line. >   > Which made me think last night on the way home that it might > still be a permission problem. You

Re: image dimensions

2004-06-10 Thread daniel kessler
I am running 6.1. Still I get an error.  I changed it out for another java call, but it gave me "can't instantiate object" or something similar. >Error: The selected method read was not found. > > > read("a21.jpg")> > > > > Does this have to do with the version of CF that I'm running?  It's > a

Re: REFind alternative?

2004-06-10 Thread Jochem van Dieten
Damien McKenna wrote: > On Jun 10, 2004, at 3:36 PM, Jochem van Dieten wrote: > >>> I need to search for a regular _expression_ and return the data found as >>> opposed to the position it was found at. >> >> REReplace. Make sure you match the entire string and replace it >> with a parenthesed sub

RE: comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Samuel Neff
I'm not saying one is better than the other because of compiler vs interpreter, just that BD has an advantage over MM CF in this particular case because it uses an "interpretive approach" as you like to call it. I'm not quite sure how "interpretive approach" differs from being an interpreter.. the

Re: cf version check

2004-06-10 Thread daniel kessler
Ok, great, the server version is up to date.  I assume that means that this is 6.1: 6,1,0,63958 > >#Server.ColdFusion.ProductName# >#Server.ColdFusion.ProductVersion# >#Server.Coldfusion.ProductLevel# > > > >These probably have to do with the version of Java you're using to run CF. >If you haven't

RE: Can anyone suggest why this is happening?

2004-06-10 Thread Andrew Scott
Dave, Thats what I am thinking, but I can't seem to find out. And the answer is no, I log in as the administrator through a Remote Desktop connection when I test it from the command line. Which made me think last night on the way home that it might still be a permission problem. Regards A

Re: REFind alternative?

2004-06-10 Thread Damien McKenna
On Jun 10, 2004, at 3:36 PM, Jochem van Dieten wrote: >> I need to search for a regular _expression_ and return the data found as >> opposed to the position it was found at. > > REReplace. Make sure you match the entire string and replace it > with a parenthesed substring. Here's what I have now. 

RE: cf version check

2004-06-10 Thread Semrau Steven Ctr SAF/IE
Server.ColdFusion.ProductVersion -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED]   how the heck do I check the version of cold fusion that I'm running? I'm doing two calls that don't work and I'm thinking it might be the cf version.  I need a code way of checking the ve

Re: ValueList() Error

2004-06-10 Thread Charlie Griefer
I tried it (too lazy to use an actual database so i set up the query results using queryNew() and querySetCell() functions. In MX, it returned 0,1,0,0,0,1 - Original Message - From: "Dave Phillips" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 12:31

RE: Using

2004-06-10 Thread Barney Boisvert
I'll simplify (hopefully). Locking in CFMX is never needed to protect variable integrity, so you don't have to lock all over the place as you did in CF5 and before. Where you do have to lock is when a given operation isn't a single step, and it's important that the steps aren't interrupted, done

RE: cf version check

2004-06-10 Thread Raymond Camden
Do a cfdump on the server scope. Another way is to do getFunctionList() and see if Wrap exists as one of the keys. (Well, this will check for 6.1.) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Server discrepancies

2004-06-10 Thread Barney Boisvert
Perhaps different installation methods is to blame?  I suspect that if CF is installed as a java app (rather than standalone) it can't use the registery no matter what, because that wouldn't be platform independent.   On a different note, using the registry for client storage generally isn't a goo

RE: cf version check

2004-06-10 Thread Dave Watts
> how the heck do I check the version of cold fusion > that I'm running? There are a bunch of built in server variables you can use. You might find it helpful to just dump the Server scope to see them all. Here are some that should be immediately useful: #Server.ColdFusion.ProductName# #Server.

Re: REFind alternative?

2004-06-10 Thread Jochem van Dieten
Damien McKenna wrote: > I need to search for a regular _expression_ and return the data found as > opposed to the position it was found at.  Is there an easy way to do > that without doing an elaborate series of Mid and REFind statements?   REReplace. Make sure you match the entire string and r

RE: Word .DOC file

2004-06-10 Thread Dave Phillips
I'm pretty sure that after creating the .RTF file, you can rename it straight to .doc file and it will work just fine in Word. "c:\inetpub\wwwroot\outputfiles\filename.rtf" destination = "c:\inetpub\wwwroot\outputfiles\filename.doc"> Dave From: JT [mailto:[

RE: cf version check

2004-06-10 Thread Burns, John D
If it works, it'll tell you, if it doesn't, it's pre-mx.  I think I'm accurate on that, but others may wish to chime in as well. John -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 3:24 PM To: CF-Talk Subject: cf version check   how th

RE: ValueList() Error

2004-06-10 Thread Dave Phillips
Steve, Theoretically, it would just add quotes around the true, false, etc. like this: 'True','False','False','False','True','True' However, I tested this on a BIT field in a database, and I actually found ValueList() returning 0's and 1's, not False's and True's.  Maybe it depends on the

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
> I think you have a misunderstanding here. BlueDragon and > BlueDragon.NET are not two completely separate code bases. > What they have is actually quite maintainable. However, I am > really unsure of what details I can share, so I'll play it > safe and share none. I may well be incorrect abo

comparing CF and BD (was Re: COLDFUSION has JUST been DISContinued!!!!)

2004-06-10 Thread Matt Liotta
>  This gives New Atlanta a huge advantage over Macromedia in that since > MM's >  CF engine produces Java byte code directly it'd be nearly impossible > for MM >  to port to .NET without re-writing.  Remember that New Atlanta's > engine is >  an interpreter and not a compiler. > I would like to

RE: cf5 session variables

2004-06-10 Thread Semrau Steven Ctr SAF/IE
There are a couple of custom tags in the Exchange that deal with this, if I remember correctly, heck you might even be able to find the one I did 3 years ago.   Basically you would run a _javascript_ timer in the background that would load/reset every page call.  The timer would be set to expire

RE: REFind alternative?

2004-06-10 Thread Semrau Steven Ctr SAF/IE
You can use the REFind / REFindNoCase but add the attribute of: returnsubexpressions Optional. Boolean. Whether to return substrings of reg_expression, in arrays named len and pos: * True: if the regular _expression_ is found, the first array element contains the length and position, respec

Word .DOC file

2004-06-10 Thread JT
I have a cfm page that creates a RTF File. How can I save it as a Word .DOC file. any help would be appreciated. I have word on the machine. thanks in advance JT I [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Using

2004-06-10 Thread Hoe
Sorry but your answer kinda went over my head. On Thu, 10 Jun 2004 10:40:23 -0700, Barney Boisvert wrote: >In CFMX you never need to lock shared scopes just because they're shared >scopes (this is a change from previous versions).  Now you only need to >worry about race conditions. > >Think of yo

Server discrepancies

2004-06-10 Thread Adam Howitt
We have 4 servers with identical hardware and basic software (Win2k).  2 of them have adopted the cf.registry file for client storage and 2 use the windows registry.  I understand that cf.registry is the way cf simulates the windows registry but they are all windows boxes.  Has anyone experienced t

Re: cf5 session variables

2004-06-10 Thread Matt Friedman
Can you move it to a client variable? Or place in the application.cfm a check for the session, if it is not there then rebuild the session based off an cookie value. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Matt Liotta
>  Honestly, I don't know enough about Jython to answer that. If I recall >  correctly, Jython simply compiles Python to Java bytecode, but I > don't know >  if that's exactly correct, and I'm too lazy to check. My larger point > was >  simply that there are probably plenty of things out there th

REFind alternative?

2004-06-10 Thread Damien McKenna
I need to search for a regular _expression_ and return the data found as opposed to the position it was found at.  Is there an easy way to do that without doing an elaborate series of Mid and REFind statements?   Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - ht

RE: cf5 session variables

2004-06-10 Thread Semrau Steven Ctr SAF/IE
There are a couple of custom tags in the Exchange that deal with this, if I remember correctly, heck you might even be able to find the one I did 3 years ago.   Basically you would run a _javascript_ timer in the background that would load/reset every page call.  The timer would be set to expire

RE: Slow Down CFmail?

2004-06-10 Thread Mark W. Breneman
The mail server is GMS (Gordano Messaging Server) http://www.ntmail.co.uk/ We contacted the makers and they told us that the "pro version" (250 user) we have will slow down sending mail after a Approx, 5000 messages per day have been reached. (I do not remember the exact number of messages) If we u

RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard"

2004-06-10 Thread Kenneth Wilson
>For now, we're just going to tie Debbie to her chair and make her manually send them to you ;-). That's entirely unconscionable. You should tie her to a cot or roll-away bed next to her desk so when she passes out from exhaustion she can slump over comfortably.  :) Ken [Todays Threads] [This

RE: cftransaction inside or outside cfloops?

2004-06-10 Thread Dave Phillips
Steve, Depends on what effect you want.  For example, if you want ALL the cfqueries to be processed for your entire loop or NONE of them processed (for example if one fails), then you would want to put the outside the loop.  However, if you want each record of 'whatever' that is processed by th

RE: cftransaction inside or outside cfloops?

2004-06-10 Thread Katz, Dov B (IT)
Steve, It depends more on what youre doing, than on a "Best Practice" concept. If you're inserting into 3 tables, in a Loop, of X times, where if the loop fails on any iteration, you'd want to roll back the entire transaction, you'd surround the loop with the cftransaction, But if you can

RE: ValueList() Error

2004-06-10 Thread Semrau Steven Ctr SAF/IE
What happens if you use quotedValueList(rsExhibitorSettings.BDISPLAY) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:14 PM To: CF-Talk Subject: ValueList() Error OK, We have a very strange issue with a resultsetwe have the

RE: cftransaction inside or outside cfloops?

2004-06-10 Thread Barney Boisvert
Depend on what the transaction is for.  If each iteration is a atomic action (adding multiple users), then inside would work.  If each iteration is one part of a process (recording line items on an order), then outside is a must. I'd say probably put it outside, that way if any of the inserts fail

RE: ValueList() Error

2004-06-10 Thread Dave Phillips
Neil, Since it is a BIT data field, the values of the field are either True or False, represented by a 1 or 0 respectively.  If you truly want 1's or 0's returned, then change your datatype to int and that should do it. However, if you want to keep the datatype BIT then you could do the follo

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Alexander Sherwood
At 01:35 PM 6/10/2004, you wrote: > Again, if Sun disappeared >tomorrow, Java would continue to be used as it is today. Perhaps future >versions would fork, perhaps not. It would be called the Microsoft .Java Framework. >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >phone: 202-797-

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Samuel Neff
Actually, New Atlanta doesn't have two separately coded products, they have just one.  They have the Java based CFML engine that runs on Java.  Then they compile that version, along with some special J# wrappers for Java stuff not available in J#, to produce a .NET version. Both the Java and .NET

RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard"

2004-06-10 Thread Christine Lawson
I have entered enhancement request # 6,000,000,000,000 for this issue ;-) Kidding... But seriously, we are working on this internally. Sorry a solution has not been delivered sooner, but the demand for these types of feeds *is* being addressed internally and once I have more info I will let all of

Re: Upload file component

2004-06-10 Thread Robert Munn
The same company that produces the ActiveFile product I am trying to get to work with CF for downloads sells a product called AppletFile that I use successfully with CF to upload files to our internal apps. Check their site, www.infomentum.com. It shows a progress bar, supports multiple file upload

RE: Dynamic list generation

2004-06-10 Thread Scott Brady
Original Message: > From: "Raymond Camden" > Nah - just don't pay any attention to all those Google ads. ;) Considering I misunderstood the question in this thread, paying attention to Google ads would seem to be the LEAST of my concerns. :) Scott --- Scott Brady http://

cftransaction inside or outside cfloops?

2004-06-10 Thread Steve Nelson
Which is better and why? insert insert insert Vs. insert insert insert Steve Nelson

Re: cf5 session variables

2004-06-10 Thread Doug James
The admin timeout is set to 20 minutes and the cfapplication timeout is set to 3 hours. I have confirmation from an MM employee that the admin timeout setting is the maximum allowed, used for security reasons, and the cfapplication can lower the time but not go over the admin time. With all of

re: Using

2004-06-10 Thread Robert Munn
Best practices says you should lock all shared scope access, reads and writes. Reads can be locked using a readonly lock, while writes need an exclusive lock. See Using Persistent Data and Locking in Developing ColdFusion MX Applications in the CFMX Docs for best practices. Personally, I don't

RE: old topic re-visited: binary output to the client

2004-06-10 Thread Dave Carabetta
>Hi to all. > >I've been working on a solution to the problem of building a secure >download >system for my company's software. We have a pretty good system in place >today, but it lacks support for pause/resume for interrupted downloads, and >the current solution uses cfcontent to push files, whi

RE: Reliably stripping out only the email address?

2004-06-10 Thread Paul Vernon
Bryan, Take a look at this as an example. Its rough and ready but works in all your test cases ReFindNoCase("([^\x01-\x20\;\""\,])[EMAIL PROTECTED];\""\,]*(\.[a-zA-Z]{2, })*", teststring, startpos, True)>   #st1.pos[1]#; length is #st1.len[1]# #ReplaceList(Mid(testString,st1.pos[1],s

RE: Force Download?

2004-06-10 Thread Dave Watts
> Well, here's what I'm trying to do so far, but the download > is always a 0k file and is invalid...so the cflocation is > messing it up, right? Right. You simply can't do both within the same HTTP response. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 20

RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard"

2004-06-10 Thread Tony Weeg
either way, debbie, thanks, good stuff... tw -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 11:27 AM To: CF-Talk Subject: RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard" Sorry

RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard"

2004-06-10 Thread Barney Boisvert
I'm 100% with Ken here.  Notifications of that sort of thing would be enormously valuable, even more than the tech notes, though hearing about the technotes is definitely appreciated. Cheers, barneyb > -Original Message- > From: Kenneth Wilson [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: CFError bummer

2004-06-10 Thread Marlon Moyer
Yeah, that is along the lines of what I was going to try next.  Thanks. -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone: 972.687.9445 fax: 972.687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From: Barney Boisvert [mailto:[EMAIL PRO

Re: CFError bummer

2004-06-10 Thread Jeff Garza
Have you tried examining the CFERROR struct that is returned for the error type and then conditionally cflocating the user to the login page, if it's a "notLoggedIn" error and running a if it's not? Jeff   - Original Message -   From: Marlon Moyer   To: CF-Talk   Sent: Thursday, June 1

RE: Using

2004-06-10 Thread Barney Boisvert
In CFMX you never need to lock shared scopes just because they're shared scopes (this is a change from previous versions).  Now you only need to worry about race conditions. Think of your shared scopes as a primitive database, with each scope as a table, and each individual variable as a record.  

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
> Ahh yeah forgot about python... JUMP? googling... It's a .NET migration tool included with Visual Studio .NET 2003, if I recall correctly. > Is python and Jython the same syntax, etc? could you write > one file and have it run the same in both environments? - > kind of getting off topic (if t

RE: COLDFUSION has JUST been DISContinued!!!!

2004-06-10 Thread Dave Watts
> Well if the semantics matter who owns the patent and/or > trademark for Java, C#?? Cos you see, if someone owns a > patent/trademark on something then that patent/trademark is > the very definition of proprietary in the dictionary. It has > little if anything to do with standards; real, i

Re: Reliably stripping out only the email address?

2004-06-10 Thread Bryan F. Hogan
"the docs are quite extensive." They are indeed! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Slow Down CFmail?

2004-06-10 Thread Cameron Childress
You can try a few things.  First, you can turn up the spooler frequency in the CFADMIN to 90 or 120 (or more) seconds.  This will space the bursts further apart, but if your problem is during one burst, then this might not help. You can also set up a "relay" SMTP server as an inbetween from CF to

ValueList() Error

2004-06-10 Thread Robertson-Ravo, Neil (RX)
OK, We have a very strange issue with a resultsetwe have the following coming back from the DB... bDisplay (Column Name) 0 1 0 0 0 1 As you can see the data in the column is simple 1s and zeros (bit Datatype)..now for the problem : If I use valuelist(rsExhibitorSettings.BDISPLAY)

RE: JRun limitations?

2004-06-10 Thread Dave Watts
> This is on CFMX 6.0 and suggests that the JRun JVM does not > have some of the standard Java classes.  Anyone have any > ideas what to do?  We're intending upgrading to 6.1 but I > don't know the ETA yet.  To the people who have gotten this > to work what version of CF are you using? If you

RE: CFError bummer

2004-06-10 Thread Barney Boisvert
I use a single CFERROR template which then does a CFSWITCH on #error.rootcause.type# to pick the actual type of the exception, and then process accordingly (redirect, email, just error to screen, log, whatever). The 'rootcause' in there goes inside the CFErrorWrapper to the original exception.  I

RE: ColdFusion TechNote Notification: "Rerunning the ColdFusion M X 6. 1 Configuration and Settings Wizard"

2004-06-10 Thread Kenneth Wilson
So when we ask to get rss feeds for Hotfixes, Security Patches and Updaters, are we basically asking to add to your workload?  :) So what's the chance of getting them? Would really help us internally in automating some tracking/notification systems rather than having to manually track them. Ken

RE: activePDF

2004-06-10 Thread Janine Jakim
Phillip, I'd be glad to answer a few questions. We use activepdf for several projects.  Feel free to contact me off list. Janine Subject: activePDF From: Phillip B <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 10:01:32 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&thre

RE: Dynamic list generation

2004-06-10 Thread Eric Creese
yep -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:38 AM To: CF-Talk Subject: re: Dynamic list generation Original Message: > From: "Eric Creese" Oh, never mind. I thought you wanted to create a new CF array. I think others got your answ

RE: CF-Talk: Digest every hour

2004-06-10 Thread Janine Jakim
Subject: activePDF From: Phillip B <[EMAIL PROTECTED]> Date: Thu, 10 Jun 2004 10:01:32 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=0&f orumid=4#166130 Any one use this with CF and can answer a few questions for me? Phillip B. [Todays Threads] [This Me

Re: Force Download?

2004-06-10 Thread Bryan F. Hogan
Most of the time it is ignored. There are some instances where a browser doesn't set the correct headers or something and it fails. When it does the cflocation takes over. I use that to redirect to a "something went wrong page". Paul Vernon wrote: > I just looked at the log entry Bryan posted

old topic re-visited: binary output to the client

2004-06-10 Thread Robert Munn
Hi to all. I've been working on a solution to the problem of building a secure download system for my company's software. We have a pretty good system in place today, but it lacks support for pause/resume for interrupted downloads, and the current solution uses cfcontent to push files, which en

  1   2   >